Tue, 07 Oct 2008 07:08:45 +0100Doxygen 1.5.7.1 somehow needs this to generate the graphs
Alpar Juttner <alpar@cs.elte.hu> [Tue, 07 Oct 2008 07:08:45 +0100] rev 299
Doxygen 1.5.7.1 somehow needs this to generate the graphs

Mon, 06 Oct 2008 11:41:05 +0100Fix ignoring Emacs backup/temp files
Alpar Juttner <alpar@cs.elte.hu> [Mon, 06 Oct 2008 11:41:05 +0100] rev 298
Fix ignoring Emacs backup/temp files

Mon, 06 Oct 2008 11:01:03 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Mon, 06 Oct 2008 11:01:03 +0100] rev 297
Merge

Sun, 05 Oct 2008 12:36:26 +0200Properly detect the Intel C++ compiler (ticket #154).
Akos Ladanyi <ladanyi@tmit.bme.hu> [Sun, 05 Oct 2008 12:36:26 +0200] rev 296
Properly detect the Intel C++ compiler (ticket #154).

Sun, 05 Oct 2008 21:09:01 +0200Fix memory leak hazard
Balazs Dezso <deba@inf.elte.hu> [Sun, 05 Oct 2008 21:09:01 +0200] rev 295
Fix memory leak hazard

If the constructor throws an exception, it should deallocate each
dynamically allocated memory.

Wed, 01 Oct 2008 13:56:40 +0200Merge
Alpar Juttner <alpar@cs.elte.hu> [Wed, 01 Oct 2008 13:56:40 +0200] rev 294
Merge

Wed, 01 Oct 2008 12:44:16 +0200Change the parameter order in LGF reader and writer tools
Peter Kovacs <kpeter@inf.elte.hu> [Wed, 01 Oct 2008 12:44:16 +0200] rev 293
Change the parameter order in LGF reader and writer tools

Wed, 01 Oct 2008 12:26:45 +0200Merge
Alpar Juttner <alpar@cs.elte.hu> [Wed, 01 Oct 2008 12:26:45 +0200] rev 292
Merge

Wed, 01 Oct 2008 11:58:03 +0200Changing parameter order in exception classes + improvements
Peter Kovacs <kpeter@inf.elte.hu> [Wed, 01 Oct 2008 11:58:03 +0200] rev 291
Changing parameter order in exception classes + improvements

Tue, 30 Sep 2008 20:53:18 +0200Simplifying exceptions
Balazs Dezso <deba@inf.elte.hu> [Tue, 30 Sep 2008 20:53:18 +0200] rev 290
Simplifying exceptions

- Using asserts instead of exceptions for unitialized parameters
- Only the IO exceptions are used in the lemon
- DataFormatError is renamed to FormatError
- The IoError is used for file access errors

Mon, 29 Sep 2008 12:34:08 +0200Use DEBUG instead of ASSERT in graph extenders (ticket #17)
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 29 Sep 2008 12:34:08 +0200] rev 289
Use DEBUG instead of ASSERT in graph extenders (ticket #17)

Mon, 29 Sep 2008 09:58:25 +0200Use proper traits class in visitor based algorithms
Balazs Dezso <deba@inf.elte.hu> [Mon, 29 Sep 2008 09:58:25 +0200] rev 288
Use proper traits class in visitor based algorithms

Sat, 27 Sep 2008 14:33:28 +0200Merge
Alpar Juttner <alpar@cs.elte.hu> [Sat, 27 Sep 2008 14:33:28 +0200] rev 287
Merge

Fri, 26 Sep 2008 12:40:11 +0200Improvements related to BFS/DFS/Dijkstra (ticket #96)
Peter Kovacs <kpeter@inf.elte.hu> [Fri, 26 Sep 2008 12:40:11 +0200] rev 286
Improvements related to BFS/DFS/Dijkstra (ticket #96)
- Add run(s,t) function to BfsVisit.
- Modify run(s,t) functions in the class interfaces to return bool value.
- Bug fix in Dijkstra::start(t) function.
- Improve Dijkstra::currentDist().
- Extend test files to check named class template parameters.
- Doc improvements.

Sat, 27 Sep 2008 14:11:22 +0200Remove the BOOST copyright notice from lemon/concept_check.h
Alpar Juttner <alpar@cs.elte.hu> [Sat, 27 Sep 2008 14:11:22 +0200] rev 285
Remove the BOOST copyright notice from lemon/concept_check.h
as it no longer applies there.

Sat, 27 Sep 2008 14:04:27 +0200Make chg-len.py independent from the global Mercurial config files
Alpar Juttner <alpar@cs.elte.hu> [Sat, 27 Sep 2008 14:04:27 +0200] rev 284
Make chg-len.py independent from the global Mercurial config files

Sat, 27 Sep 2008 13:45:50 +0200Merge
Alpar Juttner <alpar@cs.elte.hu> [Sat, 27 Sep 2008 13:45:50 +0200] rev 283
Merge

Fri, 26 Sep 2008 13:46:49 +0200Using from-to order in graph copying tools + doc improvements (ticket #150)
Peter Kovacs <kpeter@inf.elte.hu> [Fri, 26 Sep 2008 13:46:49 +0200] rev 282
Using from-to order in graph copying tools + doc improvements (ticket #150)

Fri, 26 Sep 2008 09:52:28 +0200Merge
Alpar Juttner <alpar@cs.elte.hu> [Fri, 26 Sep 2008 09:52:28 +0200] rev 281
Merge

Mon, 14 Jul 2008 15:23:11 +0100Remove todo-s and convert them to trac tickets
Alpar Juttner <alpar@cs.elte.hu> [Mon, 14 Jul 2008 15:23:11 +0100] rev 280
Remove todo-s and convert them to trac tickets

Tue, 23 Sep 2008 18:42:49 +0200Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 23 Sep 2008 18:42:49 +0200] rev 279
Merge

Mon, 22 Sep 2008 15:33:23 +0200Improve the function-type interface of bfs, dfs, and dijkstra (ticket #96)
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 22 Sep 2008 15:33:23 +0200] rev 278
Improve the function-type interface of bfs, dfs, and dijkstra (ticket #96)
- BfsWizard and DfsWizard have run(s), run(s,t), and run() functions,
DijkstraWizard has run(s) and run(s,t) functions.
- Set NodeMap<T> instead of NullMap as PredMap and DistMap in the default
traits classes for the function-type interface.
- Modify the related test files.
- Doc improvements.
- Bug fix in concepts/path.h.

Mon, 22 Sep 2008 10:56:01 +0200Removing fixme an log assert handler from assertion system
"Balazs Dezso <deba@inf.elte.hu>" [Mon, 22 Sep 2008 10:56:01 +0200] rev 277
Removing fixme an log assert handler from assertion system

Mon, 22 Sep 2008 08:37:23 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Mon, 22 Sep 2008 08:37:23 +0100] rev 276
Merge

Mon, 22 Sep 2008 08:12:44 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Mon, 22 Sep 2008 08:12:44 +0100] rev 275
Merge

Sun, 21 Sep 2008 18:23:07 +0100Use only a single (cached) variable to hold the version number.
Akos Ladanyi <ladanyi@tmit.bme.hu> [Sun, 21 Sep 2008 18:23:07 +0100] rev 274
Use only a single (cached) variable to hold the version number.

Sun, 21 Sep 2008 08:48:08 +0100Better versioning (#144)
Alpar Juttner <alpar@cs.elte.hu> [Sun, 21 Sep 2008 08:48:08 +0100] rev 273
Better versioning (#144)

Tue, 16 Sep 2008 08:51:02 +0100Python script for computing the longest path in the revision tree
Alpar Juttner <alpar@cs.elte.hu> [Tue, 16 Sep 2008 08:51:02 +0100] rev 272
Python script for computing the longest path in the revision tree

Sun, 21 Sep 2008 18:26:25 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Sun, 21 Sep 2008 18:26:25 +0100] rev 271
Merge

Sun, 21 Sep 2008 18:25:56 +0100doc/named-param.dox was missing from doc/Makefile.am
Alpar Juttner <alpar@cs.elte.hu> [Sun, 21 Sep 2008 18:25:56 +0100] rev 270
doc/named-param.dox was missing from doc/Makefile.am

Sun, 21 Sep 2008 18:09:47 +0200Improvements in named-param.dox (ticket #147)
Peter Kovacs <kpeter@inf.elte.hu> [Sun, 21 Sep 2008 18:09:47 +0200] rev 269
Improvements in named-param.dox (ticket #147)

Sun, 21 Sep 2008 07:49:57 +0100Improvements in named-param.dox
Alpar Juttner <alpar@cs.elte.hu> [Sun, 21 Sep 2008 07:49:57 +0100] rev 268
Improvements in named-param.dox

Sun, 21 Sep 2008 06:13:05 +0100Port named-param.dox from svn -r3504
Alpar Juttner <alpar@cs.elte.hu> [Sun, 21 Sep 2008 06:13:05 +0100] rev 267
Port named-param.dox from svn -r3504

Sun, 21 Sep 2008 14:46:01 +0100Use __func__ only if the compiler supports it (ticket #148).
Akos Ladanyi <ladanyi@tmit.bme.hu> [Sun, 21 Sep 2008 14:46:01 +0100] rev 266
Use __func__ only if the compiler supports it (ticket #148).

Wed, 17 Sep 2008 15:04:38 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Wed, 17 Sep 2008 15:04:38 +0100] rev 265
Merge

Wed, 17 Sep 2008 15:04:21 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Wed, 17 Sep 2008 15:04:21 +0100] rev 264
Merge

Mon, 15 Sep 2008 22:28:32 +0200Make copy constr and op= of the default maps private (ticket #137)
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 15 Sep 2008 22:28:32 +0200] rev 263
Make copy constr and op= of the default maps private (ticket #137)

Tue, 16 Sep 2008 16:07:35 +0100Update NEWS file (ticket #121)
Alpar Juttner <alpar@cs.elte.hu> [Tue, 16 Sep 2008 16:07:35 +0100] rev 262
Update NEWS file (ticket #121)

Tue, 16 Sep 2008 08:41:08 +0100Use standard #ifndef/#define for avoiding multiple include.
Alpar Juttner <alpar@cs.elte.hu> [Tue, 16 Sep 2008 08:41:08 +0100] rev 261
Use standard #ifndef/#define for avoiding multiple include.

Thu, 11 Sep 2008 11:10:44 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Thu, 11 Sep 2008 11:10:44 +0100] rev 260
Merge

Wed, 10 Sep 2008 11:23:41 +0100Disable checks for ILP solvers.
Akos Ladanyi <ladanyi@tmit.bme.hu> [Wed, 10 Sep 2008 11:23:41 +0100] rev 259
Disable checks for ILP solvers.

Tue, 09 Sep 2008 20:52:45 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 09 Sep 2008 20:52:45 +0100] rev 258
Merge

Mon, 01 Sep 2008 22:00:40 +0200Rename Def* to Set* in Bfs, Dfs, Dijkstra (ticket #134)
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 01 Sep 2008 22:00:40 +0200] rev 257
Rename Def* to Set* in Bfs, Dfs, Dijkstra (ticket #134)
- DefXyzMap --> SetXyzMap
- DefHeap --> SetHeap
- DefStandardHeap --> SetStandardHeap
- DefOperationTraits --> SetOperationTraits
- DefProcessedMapToBeDefaultMap --> SetStandardProcessedMap
- Bug fix: SetStandardProcessedMap shouldn't be template

Tue, 02 Sep 2008 22:27:19 +0200Bug fix + doc improvement in UndirDigraphExtender (ticket #141)
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 02 Sep 2008 22:27:19 +0200] rev 256
Bug fix + doc improvement in UndirDigraphExtender (ticket #141)

Tue, 02 Sep 2008 10:23:23 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 02 Sep 2008 10:23:23 +0100] rev 255
Merge

Sun, 31 Aug 2008 12:49:16 +0200Merge
Alpar Juttner <alpar@cs.elte.hu> [Sun, 31 Aug 2008 12:49:16 +0200] rev 254
Merge

Sat, 30 Aug 2008 22:19:43 +0200Rename BoundingBox to Box (ticket #126)
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 30 Aug 2008 22:19:43 +0200] rev 253
Rename BoundingBox to Box (ticket #126)

Sat, 30 Aug 2008 22:29:08 +0200Doc improvement for visitor classes (ticket #134)
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 30 Aug 2008 22:29:08 +0200] rev 252
Doc improvement for visitor classes (ticket #134)

Tue, 02 Sep 2008 00:44:17 +0200Fix processedMap() named parameter for dijkstra() (ticket #140)
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 02 Sep 2008 00:44:17 +0200] rev 251
Fix processedMap() named parameter for dijkstra() (ticket #140)

Wed, 27 Aug 2008 10:50:04 +0200Stream operators for Point and BoundingBox classes (ticket #126)
Peter Kovacs <kpeter@inf.elte.hu> [Wed, 27 Aug 2008 10:50:04 +0200] rev 250
Stream operators for Point and BoundingBox classes (ticket #126)
- Add operator<< and operator>> for BoundingBox.
- operator<< of Point gives space-less output.

Mon, 18 Aug 2008 20:33:11 +0200Ignore the downloaded tag files
Alpar Juttner <alpar@cs.elte.hu> [Mon, 18 Aug 2008 20:33:11 +0200] rev 249
Ignore the downloaded tag files

Sun, 17 Aug 2008 13:39:04 +0200Section writer class
Balazs Dezso <deba@inf.elte.hu> [Sun, 17 Aug 2008 13:39:04 +0200] rev 248
Section writer class

Mon, 04 Aug 2008 22:00:36 +0200Merge
Alpar Juttner <alpar@cs.elte.hu> [Mon, 04 Aug 2008 22:00:36 +0200] rev 247
Merge

Wed, 30 Jul 2008 12:07:48 +0100Update README file.
Alpar Juttner <alpar@cs.elte.hu> [Wed, 30 Jul 2008 12:07:48 +0100] rev 246
Update README file.

Wed, 30 Jul 2008 12:07:29 +0100Update INSTALL file.
Akos Ladanyi <ladanyi@tmit.bme.hu> [Wed, 30 Jul 2008 12:07:29 +0100] rev 245
Update INSTALL file.

Sun, 03 Aug 2008 13:34:57 +0200Many improvements in bfs.h, dfs.h and dijkstra.h
Peter Kovacs <kpeter@inf.elte.hu> [Sun, 03 Aug 2008 13:34:57 +0200] rev 244
Many improvements in bfs.h, dfs.h and dijkstra.h
- Add run() function to Bfs and run(s,t) function to DfsVisit.
- Add debug checking to addSource() function of Dfs and DfsVisit.
- Add a few missing named parameters (according to \todo notes).
- Small fixes in the code (e.g. missing derivations).
- Many doc improvements.
- Remove \todo and \warning comments which are no longer valid.
- Remove \author commands (see ticket #39).
- Fixes in the the doc (e.g. wrong references).
- Hide the doc of most of the private and protected members.
- Use public typedefs instead of template parameters in public functions.
- Use better parameter names for some functions.
- Other small changes to make the doc more uniform.

Tue, 29 Jul 2008 15:06:37 +0200Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 29 Jul 2008 15:06:37 +0200] rev 243
Merge

Tue, 29 Jul 2008 14:41:55 +0200Improve test/dim_test.cc
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 29 Jul 2008 14:41:55 +0200] rev 242
Improve test/dim_test.cc

Tue, 29 Jul 2008 14:41:16 +0200Improvements in dim2::BoundingBox (ticket #126)
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 29 Jul 2008 14:41:16 +0200] rev 241
Improvements in dim2::BoundingBox (ticket #126)
- Rename the private varibles to start with underscore.
- Doc improvements.

Tue, 29 Jul 2008 15:01:30 +0200Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 29 Jul 2008 15:01:30 +0200] rev 240
Merge

Tue, 29 Jul 2008 14:54:08 +0200Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 29 Jul 2008 14:54:08 +0200] rev 239
Merge

Tue, 29 Jul 2008 13:58:03 +0200Converting INVALID arc to INVALID edge
Balazs Dezso <deba@inf.elte.hu> [Tue, 29 Jul 2008 13:58:03 +0200] rev 238
Converting INVALID arc to INVALID edge

Tue, 29 Jul 2008 10:27:36 +0200Fixing constness of Graph in GraphWriter
Balazs Dezso <deba@inf.elte.hu> [Tue, 29 Jul 2008 10:27:36 +0200] rev 237
Fixing constness of Graph in GraphWriter

Mon, 28 Jul 2008 12:39:58 +0100Unify the spelling of LEMON (#103).
Akos Ladanyi <ladanyi@tmit.bme.hu> [Mon, 28 Jul 2008 12:39:58 +0100] rev 236
Unify the spelling of LEMON (#103).

Mon, 28 Jul 2008 11:22:50 +0200Correcting changeSource interface and documentation
Balazs Dezso <deba@inf.elte.hu> [Mon, 28 Jul 2008 11:22:50 +0200] rev 235
Correcting changeSource interface and documentation

- The changeSource() and changeTarget() is renamed to changeU() and
changeV() in undirected graphs
- The changeSource(a, n) and changeTarget(a, n) is removed from
undirected graphs
- Correcting invalidating iterators in documentation

Mon, 28 Jul 2008 09:29:30 +0200Erase in the documentation of list graphs
Balazs Dezso <deba@inf.elte.hu> [Mon, 28 Jul 2008 09:29:30 +0200] rev 234
Erase in the documentation of list graphs

Wed, 23 Jul 2008 19:32:48 +0200Unify DynArcLookUp interface (ticket #127)
Balazs Dezso <deba@inf.elte.hu> [Wed, 23 Jul 2008 19:32:48 +0200] rev 233
Unify DynArcLookUp interface (ticket #127)

Wed, 23 Jul 2008 19:21:20 +0200Two bug fixes in DynArcLookUp
Balazs Dezso <deba@inf.elte.hu> [Wed, 23 Jul 2008 19:21:20 +0200] rev 232
Two bug fixes in DynArcLookUp

Wed, 23 Jul 2008 16:51:07 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Wed, 23 Jul 2008 16:51:07 +0100] rev 231
Merge

Wed, 23 Jul 2008 15:24:52 +0200Fix ImmediateDetach in AlterationObserver (ticket #130)
Balazs Dezso <deba@inf.elte.hu> [Wed, 23 Jul 2008 15:24:52 +0200] rev 230
Fix ImmediateDetach in AlterationObserver (ticket #130)

Wed, 23 Jul 2008 11:32:47 +0200Doc improvement in core.h (ticket #97)
Peter Kovacs <kpeter@inf.elte.hu> [Wed, 23 Jul 2008 11:32:47 +0200] rev 229
Doc improvement in core.h (ticket #97)

Mon, 21 Jul 2008 16:30:28 +0200Reworking graph testing
Balazs Dezso <deba@inf.elte.hu> [Mon, 21 Jul 2008 16:30:28 +0200] rev 228
Reworking graph testing

- The graph tests check more graph functionality.
- The petersen graph is too regular, therefore special graphs are used.
- The graph_test.h contains just general tools to test graphs.

Fri, 18 Jul 2008 17:26:12 +0100Include CMake related files in the tarball.
Akos Ladanyi <ladanyi@tmit.bme.hu> [Fri, 18 Jul 2008 17:26:12 +0100] rev 227
Include CMake related files in the tarball.

Fri, 18 Jul 2008 16:47:27 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Fri, 18 Jul 2008 16:47:27 +0100] rev 226
Merge

Fri, 18 Jul 2008 16:36:58 +0100CMake improvements.
Alpar Juttner <alpar@cs.elte.hu> [Fri, 18 Jul 2008 16:36:58 +0100] rev 225
CMake improvements.
- documentation generation with Doxygen
- installation support

Fri, 18 Jul 2008 16:36:57 +0100Quote path names.
Alpar Juttner <alpar@cs.elte.hu> [Fri, 18 Jul 2008 16:36:57 +0100] rev 224
Quote path names.

Fri, 18 Jul 2008 16:36:54 +0100Fix compilation error when NDEBUG is defined.
Alpar Juttner <alpar@cs.elte.hu> [Fri, 18 Jul 2008 16:36:54 +0100] rev 223
Fix compilation error when NDEBUG is defined.

Thu, 17 Jul 2008 17:39:53 +0200Fixing bfs test (Ticket #128)
Balazs Dezso <deba@inf.elte.hu> [Thu, 17 Jul 2008 17:39:53 +0200] rev 222
Fixing bfs test (Ticket #128)

Tue, 15 Jul 2008 18:49:30 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 15 Jul 2008 18:49:30 +0100] rev 221
Merge

Tue, 15 Jul 2008 13:15:39 +0200Reorganize header files (Ticket #97)
Balazs Dezso <deba@inf.elte.hu> [Tue, 15 Jul 2008 13:15:39 +0200] rev 220
Reorganize header files (Ticket #97)

In addition on some places the DefaultMap<G, K, V> is replaced with
ItemSetTraits<G, K>::template Map<V>::Type, to decrease the dependencies
of different tools. It is obviously better solution.

Tue, 15 Jul 2008 18:43:41 +0100Turn off treeview in the doc.
Alpar Juttner <alpar@cs.elte.hu> [Tue, 15 Jul 2008 18:43:41 +0100] rev 219
Turn off treeview in the doc.

make now recognises if Doxygen.in has updated. (Thanks to Akos)

Mon, 14 Jul 2008 19:06:29 +0200Bug fix in assert.h (ticket #125)
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 14 Jul 2008 19:06:29 +0200] rev 218
Bug fix in assert.h (ticket #125)

Mon, 14 Jul 2008 15:40:24 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Mon, 14 Jul 2008 15:40:24 +0100] rev 217
Merge

Mon, 14 Jul 2008 16:20:12 +0200Doc improvement for kruskal() (ticket #114)
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 14 Jul 2008 16:20:12 +0200] rev 216
Doc improvement for kruskal() (ticket #114)

Mon, 14 Jul 2008 10:55:43 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Mon, 14 Jul 2008 10:55:43 +0100] rev 215
Merge

Sun, 13 Jul 2008 22:05:25 +0100Some cleanup in ArgParser API (ticket #116)
Alpar Juttner <alpar@cs.elte.hu> [Sun, 13 Jul 2008 22:05:25 +0100] rev 214
Some cleanup in ArgParser API (ticket #116)

Mon, 14 Jul 2008 09:37:51 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Mon, 14 Jul 2008 09:37:51 +0100] rev 213
Merge

Mon, 14 Jul 2008 09:15:23 +0200Fix the incorrect tab replacements of unify-sources.sh
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 14 Jul 2008 09:15:23 +0200] rev 212
Fix the incorrect tab replacements of unify-sources.sh

Mon, 14 Jul 2008 09:41:18 +0200Small fixes in graph_to_eps_demo.cc
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 14 Jul 2008 09:41:18 +0200] rev 211
Small fixes in graph_to_eps_demo.cc

Sun, 13 Jul 2008 20:09:47 +0100Remove long lines (from all but one file)
Alpar Juttner <alpar@cs.elte.hu> [Sun, 13 Jul 2008 20:09:47 +0100] rev 210
Remove long lines (from all but one file)

Sun, 13 Jul 2008 19:51:02 +0100Apply unify-sources.sh to the source tree
Alpar Juttner <alpar@cs.elte.hu> [Sun, 13 Jul 2008 19:51:02 +0100] rev 209
Apply unify-sources.sh to the source tree

Sun, 13 Jul 2008 16:46:56 +0100Better source unifier
Alpar Juttner <alpar@cs.elte.hu> [Sun, 13 Jul 2008 16:46:56 +0100] rev 208
Better source unifier

- now it is called scripts/unify-sources.sh
- replaces each tab with 8 spaces
- remove trailing spaces (and tabs)
- warnings on long lines (i.e. on lines that are more than 80 characters)
- the standard file header now turns off the space-to-tab replacement in Emacs

Sun, 13 Jul 2008 16:35:05 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Sun, 13 Jul 2008 16:35:05 +0100] rev 207
Merge

Sun, 13 Jul 2008 16:34:27 +0100Improvements related to graphToEps()
Peter Kovacs <kpeter@inf.elte.hu> [Sun, 13 Jul 2008 16:34:27 +0100] rev 206
Improvements related to graphToEps()

Sat, 12 Jul 2008 09:45:11 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Sat, 12 Jul 2008 09:45:11 +0100] rev 205
Merge

Sat, 12 Jul 2008 10:21:44 +0200Doc improvements related to ArgParser
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 12 Jul 2008 10:21:44 +0200] rev 204
Doc improvements related to ArgParser

Fri, 11 Jul 2008 15:01:49 +0200Cleaning of heap test and bug fix in heap concept check (ticket #100)
Balazs Dezso <deba@inf.elte.hu> [Fri, 11 Jul 2008 15:01:49 +0200] rev 203
Cleaning of heap test and bug fix in heap concept check (ticket #100)

* The dijkstra heap test's digraph is inlined into the source file
* The random sequences are fixed
* The content of the header is moved to the source file
* Only the binary heap is checked

Thu, 10 Jul 2008 16:13:50 +0200Merge
Alpar Juttner <alpar@cs.elte.hu> [Thu, 10 Jul 2008 16:13:50 +0200] rev 202
Merge

Thu, 10 Jul 2008 15:02:35 +0200More docs for undirected LGF IO
Balazs Dezso <deba@inf.elte.hu> [Thu, 10 Jul 2008 15:02:35 +0200] rev 201
More docs for undirected LGF IO

Thu, 10 Jul 2008 16:05:56 +0200Porting graph_copy_test.cc from SVN 3498
Balazs Dezso <deba@inf.elte.hu> [Thu, 10 Jul 2008 16:05:56 +0200] rev 200
Porting graph_copy_test.cc from SVN 3498

Thu, 10 Jul 2008 16:03:23 +0200Bug fix in GraphCopy (ticket #117)
Balazs Dezso <deba@inf.elte.hu> [Thu, 10 Jul 2008 16:03:23 +0200] rev 199
Bug fix in GraphCopy (ticket #117)

Wed, 09 Jul 2008 07:57:53 +0200Merge
Alpar Juttner <alpar@cs.elte.hu> [Wed, 09 Jul 2008 07:57:53 +0200] rev 198
Merge

Tue, 08 Jul 2008 14:57:44 +0200Set inline functions in header files (ticket #115)
Balazs Dezso <deba@inf.elte.hu> [Tue, 08 Jul 2008 14:57:44 +0200] rev 197
Set inline functions in header files (ticket #115)

Wed, 09 Jul 2008 07:57:09 +0200Merge
Alpar Juttner <alpar@cs.elte.hu> [Wed, 09 Jul 2008 07:57:09 +0200] rev 196
Merge

Mon, 07 Jul 2008 18:03:46 +0200Add lgf_writer.h to Makefile.am (ticket #112)
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 07 Jul 2008 18:03:46 +0200] rev 195
Add lgf_writer.h to Makefile.am (ticket #112)

Tue, 08 Jul 2008 22:56:02 +0200Doc improvements for kruskal()
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 08 Jul 2008 22:56:02 +0200] rev 194
Doc improvements for kruskal()

Sun, 06 Jul 2008 07:49:03 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Sun, 06 Jul 2008 07:49:03 +0100] rev 193
Merge

Sat, 05 Jul 2008 00:14:27 +0200Doc improvements in LGF related files
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 05 Jul 2008 00:14:27 +0200] rev 192
Doc improvements in LGF related files

Sat, 05 Jul 2008 17:22:28 +0200lgf_demo.cc is merged with reader_writer_demo.cc (from SVN -r3501)
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 05 Jul 2008 17:22:28 +0200] rev 191
lgf_demo.cc is merged with reader_writer_demo.cc (from SVN -r3501)

Fri, 04 Jul 2008 16:12:31 +0200Move to private copy constrcutors
Balazs Dezso <deba@inf.elte.hu> [Fri, 04 Jul 2008 16:12:31 +0200] rev 190
Move to private copy constrcutors

Fri, 04 Jul 2008 15:21:48 +0200Section readers moved to distinct class
Balazs Dezso <deba@inf.elte.hu> [Fri, 04 Jul 2008 15:21:48 +0200] rev 189
Section readers moved to distinct class

Thu, 03 Jul 2008 12:40:04 +0200New skip*() functions in (Dig|G)raphReader
Balazs Dezso <deba@inf.elte.hu> [Thu, 03 Jul 2008 12:40:04 +0200] rev 188
New skip*() functions in (Dig|G)raphReader

Wed, 02 Jul 2008 13:51:20 +0100Fix bug caused by m4 consuming pairs of square brackets (#108).
Akos Ladanyi <ladanyi@tmit.bme.hu> [Wed, 02 Jul 2008 13:51:20 +0100] rev 187
Fix bug caused by m4 consuming pairs of square brackets (#108).

Wed, 02 Jul 2008 10:37:14 +0200Improvments in map name handling
Balazs Dezso <deba@inf.elte.hu> [Wed, 02 Jul 2008 10:37:14 +0200] rev 186
Improvments in map name handling

- The label map is not necessary
- If the item set is empty and no map is read, then the map name line can
be ommited

Tue, 01 Jul 2008 21:21:49 +0200Fix skip*() functions is GraphWriters (Ticket #107)
Balazs Dezso <deba@inf.elte.hu> [Tue, 01 Jul 2008 21:21:49 +0200] rev 185
Fix skip*() functions is GraphWriters (Ticket #107)

Thu, 27 Mar 2008 16:27:23 +0100Fix gcc-4.3 compilation errors and warnings
Alpar Juttner <alpar@cs.elte.hu> [Thu, 27 Mar 2008 16:27:23 +0100] rev 184
Fix gcc-4.3 compilation errors and warnings

Fri, 20 Jun 2008 11:09:30 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Fri, 20 Jun 2008 11:09:30 +0100] rev 183
Merge

Wed, 18 Jun 2008 13:52:23 +0100*Maps() -> *MapNames() in LgfContents
Alpar Juttner <alpar@cs.elte.hu> [Wed, 18 Jun 2008 13:52:23 +0100] rev 182
*Maps() -> *MapNames() in LgfContents

Wed, 18 Jun 2008 13:07:18 +0100Doc improvements in LgfContents
Alpar Juttner <alpar@cs.elte.hu> [Wed, 18 Jun 2008 13:07:18 +0100] rev 181
Doc improvements in LgfContents

Wed, 18 Jun 2008 12:59:07 +0100Remove LgfContents.is*()
Alpar Juttner <alpar@cs.elte.hu> [Wed, 18 Jun 2008 12:59:07 +0100] rev 180
Remove LgfContents.is*()