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