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*()

Wed, 18 Jun 2008 12:39:20 +0100Content -> contents
Alpar Juttner <alpar@cs.elte.hu> [Wed, 18 Jun 2008 12:39:20 +0100] rev 179
Content -> contents

Tue, 15 Apr 2008 14:12:10 +0200Doc improvements in random.h
Alpar Juttner <alpar@cs.elte.hu> [Tue, 15 Apr 2008 14:12:10 +0200] rev 178
Doc improvements in random.h

Thu, 19 Jun 2008 10:59:22 +0200Seeding from file source or from pid and time (ticket #19)
Balazs Dezso <deba@inf.elte.hu> [Thu, 19 Jun 2008 10:59:22 +0200] rev 177
Seeding from file source or from pid and time (ticket #19)

Tue, 17 Jun 2008 12:47:15 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 17 Jun 2008 12:47:15 +0100] rev 176
Merge

Mon, 16 Jun 2008 14:57:02 +0100Reworked versioning.
Akos Ladanyi <ladanyi@tmit.bme.hu> [Mon, 16 Jun 2008 14:57:02 +0100] rev 175
Reworked versioning.

Tue, 17 Jun 2008 12:28:49 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 17 Jun 2008 12:28:49 +0100] rev 174
Merge

Mon, 16 Jun 2008 18:23:11 +0200LGF content reader class
Balazs Dezso <deba@inf.elte.hu> [Mon, 16 Jun 2008 18:23:11 +0200] rev 173
LGF content reader class

Mon, 16 Jun 2008 18:19:07 +0200Clarifying the usage of skipSection
Balazs Dezso <deba@inf.elte.hu> [Mon, 16 Jun 2008 18:19:07 +0200] rev 172
Clarifying the usage of skipSection

Sun, 15 Jun 2008 22:05:23 +0200Improve and redesign test programs + unify their output (ticket #25)
Peter Kovacs <kpeter@inf.elte.hu> [Sun, 15 Jun 2008 22:05:23 +0200] rev 171
Improve and redesign test programs + unify their output (ticket #25)
- Move graph related utilities form test_tools.h to graph_test.h.
- Move the contents of graph_utils_test.h to graph_utils_test.cc.
- Rename map_test.h -> graph_maps_test.h.
- Rename digraph_test.h -> graph_test.h.
- Many improvements in the following files:
* digraph_test.cc
* graph_test.cc
* graph_test.h
* graph_maps_test.h
* graph_utils_test.cc
* bfs_test.cc
* dfs_test.cc
* counter_test.cc
- Test programs print messages only if it really seems necessary.
- Remove \file commands form .cc test files.

Sun, 15 Jun 2008 22:03:33 +0200Port dijkstra_test.cc from SVN -r3499
Peter Kovacs <kpeter@inf.elte.hu> [Sun, 15 Jun 2008 22:03:33 +0200] rev 170
Port dijkstra_test.cc from SVN -r3499

Sun, 15 Jun 2008 09:19:53 +0200Fix various rename bugs
Peter Kovacs <kpeter@inf.elte.hu> [Sun, 15 Jun 2008 09:19:53 +0200] rev 169
Fix various rename bugs

Sat, 14 Jun 2008 19:52:08 +0200Remove reset() functions from SubCounter classes (ticket #82)
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 14 Jun 2008 19:52:08 +0200] rev 168
Remove reset() functions from SubCounter classes (ticket #82)

Sat, 14 Jun 2008 19:34:15 +0200Rename StoreBoolMap to LoggerBoolMap (ticket #34).
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 14 Jun 2008 19:34:15 +0200] rev 167
Rename StoreBoolMap to LoggerBoolMap (ticket #34).

Wed, 04 Jun 2008 11:28:08 +0100lemon/concept_check.h was installed into a wrong directory
Alpar Juttner <alpar@cs.elte.hu> [Wed, 04 Jun 2008 11:28:08 +0100] rev 166
lemon/concept_check.h was installed into a wrong directory

Sat, 31 May 2008 12:49:18 +0200Undirected LGF IO
Balazs Dezso <deba@inf.elte.hu> [Sat, 31 May 2008 12:49:18 +0200] rev 165
Undirected LGF IO

Sat, 31 May 2008 12:34:44 +0200Reworking demo file
Balazs Dezso <deba@inf.elte.hu> [Sat, 31 May 2008 12:34:44 +0200] rev 164
Reworking demo file

Sat, 31 May 2008 12:31:21 +0200Bug fixes and improvements in LGF IO
Balazs Dezso <deba@inf.elte.hu> [Sat, 31 May 2008 12:31:21 +0200] rev 163
Bug fixes and improvements in LGF IO

Tue, 27 May 2008 16:01:20 +0200Section reader for DigraphReader
Balazs Dezso <deba@inf.elte.hu> [Tue, 27 May 2008 16:01:20 +0200] rev 162
Section reader for DigraphReader

Mon, 26 May 2008 13:50:47 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Mon, 26 May 2008 13:50:47 +0100] rev 161
Merge

Mon, 26 May 2008 13:31:41 +0200Improved documentation for counters
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 26 May 2008 13:31:41 +0200] rev 160
Improved documentation for counters

Mon, 26 May 2008 01:35:59 +0200Change the implementation of StoreBoolMap + improve doc (ticket #36)
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 26 May 2008 01:35:59 +0200] rev 159
Change the implementation of StoreBoolMap + improve doc (ticket #36)

Sun, 25 May 2008 17:01:11 +0200Wrong member variable settings bug fix. (Ticket #95)
Balazs Dezso <deba@inf.elte.hu> [Sun, 25 May 2008 17:01:11 +0200] rev 158
Wrong member variable settings bug fix. (Ticket #95)

Sat, 24 May 2008 23:20:49 +0200Using \tparam commands + removing \author commands (ticket #29, #39)
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 24 May 2008 23:20:49 +0200] rev 157
Using \tparam commands + removing \author commands (ticket #29, #39)

Sat, 17 May 2008 06:30:02 +0100More flexible header names in .lgf + largely improved doc
Alpar Juttner <alpar@cs.elte.hu> [Sat, 17 May 2008 06:30:02 +0100] rev 156
More flexible header names in .lgf + largely improved doc

Mon, 05 May 2008 11:41:30 +0200Update .hgignore
Alpar Juttner <alpar@cs.elte.hu> [Mon, 05 May 2008 11:41:30 +0200] rev 155
Update .hgignore

Mon, 28 Apr 2008 11:12:33 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Mon, 28 Apr 2008 11:12:33 +0100] rev 154
Merge

Tue, 22 Apr 2008 18:12:58 +0200Convert the EPS files to PNG when generating the documentation
Akos Ladanyi <ladanyi@tmit.bme.hu> [Tue, 22 Apr 2008 18:12:58 +0200] rev 153
Convert the EPS files to PNG when generating the documentation

Thu, 24 Apr 2008 20:26:14 +0100Node shape images added to graph_to_eps doc
Akos Ladanyi <ladanyi@tmit.bme.hu> [Thu, 24 Apr 2008 20:26:14 +0100] rev 152
Node shape images added to graph_to_eps doc

Thu, 24 Apr 2008 20:26:14 +0100Turn on built in Doxygen STL support
Alpar Juttner <alpar@cs.elte.hu> [Thu, 24 Apr 2008 20:26:14 +0100] rev 151
Turn on built in Doxygen STL support

Tue, 22 Apr 2008 18:16:55 +0200Updated Doxyfile.in (using 'doxygen -u -s')
Akos Ladanyi <ladanyi@tmit.bme.hu> [Tue, 22 Apr 2008 18:16:55 +0200] rev 150
Updated Doxyfile.in (using 'doxygen -u -s')

Thu, 24 Apr 2008 13:53:09 +0100Item validity checking for ListGraph and SmartGraph
Balazs Dezso <deba@inf.elte.hu> [Thu, 24 Apr 2008 13:53:09 +0100] rev 149
Item validity checking for ListGraph and SmartGraph

Thu, 24 Apr 2008 11:56:44 +0200Revert 356930927a71 and add TEMPLATE_GRAPH_TYPEDEFS instead (ticket #89)
Balazs Dezso <deba@inf.elte.hu> [Thu, 24 Apr 2008 11:56:44 +0200] rev 148
Revert 356930927a71 and add TEMPLATE_GRAPH_TYPEDEFS instead (ticket #89)

Wed, 23 Apr 2008 15:33:53 +0200Fix missing semicolon in GRAPH_TYPEDEFS (ticket #89)
Balazs Dezso <deba@inf.elte.hu> [Wed, 23 Apr 2008 15:33:53 +0200] rev 147
Fix missing semicolon in GRAPH_TYPEDEFS (ticket #89)

Tue, 22 Apr 2008 22:39:57 +0200Makefile cleanup (see ticket #87)
Akos Ladanyi <ladanyi@tmit.bme.hu> [Tue, 22 Apr 2008 22:39:57 +0200] rev 146
Makefile cleanup (see ticket #87)

Tue, 22 Apr 2008 17:52:01 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 22 Apr 2008 17:52:01 +0100] rev 145
Merge

Tue, 22 Apr 2008 13:50:52 +0200MSVC 2005 compatible path structure (ticket #87)
Balazs Dezso <deba@inf.elte.hu> [Tue, 22 Apr 2008 13:50:52 +0200] rev 144
MSVC 2005 compatible path structure (ticket #87)

Tue, 22 Apr 2008 17:12:40 +0100Resolve several MSVC related compilation problems
Alpar Juttner <alpar@cs.elte.hu> [Tue, 22 Apr 2008 17:12:40 +0100] rev 143
Resolve several MSVC related compilation problems

Sun, 13 Apr 2008 20:15:45 +0200Improved LEMON_FUNCTION_NAME macro.
Akos Ladanyi <ladanyi@tmit.bme.hu> [Sun, 13 Apr 2008 20:15:45 +0200] rev 142
Improved LEMON_FUNCTION_NAME macro.
It should work fine with GCC and the MS C++ compilers. Otherwise it reverts to
using the __func__ variable which is C99, but I couldn't find a better
alternative.

Sun, 13 Apr 2008 13:22:52 +0200CMake based build system
Akos Ladanyi <ladanyi@tmit.bme.hu> [Sun, 13 Apr 2008 13:22:52 +0200] rev 141
CMake based build system

Tue, 22 Apr 2008 15:07:04 +0200New implementation of GRAPH_TYPEDEFS
Balazs Dezso <deba@inf.elte.hu> [Tue, 22 Apr 2008 15:07:04 +0200] rev 140
New implementation of GRAPH_TYPEDEFS

Tue, 22 Apr 2008 15:04:00 +0200Renamings in the graph_utils.h + graph_utils_test added
Balazs Dezso <deba@inf.elte.hu> [Tue, 22 Apr 2008 15:04:00 +0200] rev 139
Renamings in the graph_utils.h + graph_utils_test added

Mon, 21 Apr 2008 17:35:12 +0200SmartGraph addEdge bug fix (ticket #88)
Balazs Dezso <deba@inf.elte.hu> [Mon, 21 Apr 2008 17:35:12 +0200] rev 138
SmartGraph addEdge bug fix (ticket #88)

Fri, 18 Apr 2008 06:20:32 +0100Backout some rubbish from chageset 7cd965d2257f
Alpar Juttner <alpar@cs.elte.hu> [Fri, 18 Apr 2008 06:20:32 +0100] rev 137
Backout some rubbish from chageset 7cd965d2257f

Thu, 17 Apr 2008 19:33:19 +0200Icc compatibility fixes (ticket #84)
"Balazs Dezso <deba@inf.elte.hu>" [Thu, 17 Apr 2008 19:33:19 +0200] rev 136
Icc compatibility fixes (ticket #84)

Thu, 17 Apr 2008 15:54:30 +0100Merge with graph_to_eps.h & Co.
Alpar Juttner <alpar@cs.elte.hu> [Thu, 17 Apr 2008 15:54:30 +0100] rev 135
Merge with graph_to_eps.h & Co.

Mon, 14 Apr 2008 19:27:36 +0200MinGW compatibility for graph_to_eps.h
Balazs Dezso <deba@inf.elte.hu> [Mon, 14 Apr 2008 19:27:36 +0200] rev 134
MinGW compatibility for graph_to_eps.h

Sun, 13 Apr 2008 08:20:43 +0100Several doc improvements + new default parameter values
Alpar Juttner <alpar@cs.elte.hu> [Sun, 13 Apr 2008 08:20:43 +0100] rev 133
Several doc improvements + new default parameter values
* * *
Several minor improvements in graph_to_eps.h
* * *
Several minor improvements in graph_to_eps.h

Mon, 14 Apr 2008 11:23:56 +0100Scale the node sizes and arc widths in a more sensible way
Alpar Juttner <alpar@cs.elte.hu> [Mon, 14 Apr 2008 11:23:56 +0100] rev 132
Scale the node sizes and arc widths in a more sensible way

Tue, 15 Apr 2008 08:56:55 +0100Changes in interface and internals of graph_to_eps.h
Alpar Juttner <alpar@cs.elte.hu> [Tue, 15 Apr 2008 08:56:55 +0100] rev 131
Changes in interface and internals of graph_to_eps.h

Sun, 13 Apr 2008 08:20:43 +0100Aliases added to some graphToEps() named params.
Alpar Juttner <alpar@cs.elte.hu> [Sun, 13 Apr 2008 08:20:43 +0100] rev 130
Aliases added to some graphToEps() named params.

Thu, 03 Apr 2008 11:26:19 +0100Change the order of the Palette constructor parameters
Alpar Juttner <alpar@cs.elte.hu> [Thu, 03 Apr 2008 11:26:19 +0100] rev 129
Change the order of the Palette constructor parameters

Thu, 03 Apr 2008 11:10:49 +0100Port graph_to_eps() and Color from svn -r3482.
Alpar Juttner <alpar@cs.elte.hu> [Thu, 03 Apr 2008 11:10:49 +0100] rev 128
Port graph_to_eps() and Color from svn -r3482.

Thu, 17 Apr 2008 15:18:45 +0100Redesigned lgf related tools
Balazs Dezso <deba@inf.elte.hu> [Thu, 17 Apr 2008 15:18:45 +0100] rev 127
Redesigned lgf related tools

Mon, 14 Apr 2008 10:46:41 +0200MinGW compatible time measure + changes in its internals
Balazs Dezso <deba@inf.elte.hu> [Mon, 14 Apr 2008 10:46:41 +0200] rev 126
MinGW compatible time measure + changes in its internals

Mon, 14 Apr 2008 17:37:18 +0100Fix bug #83 in graph concept, extender and smart graph
Balazs Dezso <deba@inf.elte.hu> [Mon, 14 Apr 2008 17:37:18 +0100] rev 125
Fix bug #83 in graph concept, extender and smart graph

Sat, 12 Apr 2008 20:38:51 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Sat, 12 Apr 2008 20:38:51 +0100] rev 124
Merge

Tue, 08 Apr 2008 22:51:26 +0200Small improvements in maps.h
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 08 Apr 2008 22:51:26 +0200] rev 123
Small improvements in maps.h
- Add a new version of constMap() function.
- Fix in FunctorToMap class.

Sat, 12 Apr 2008 19:42:38 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Sat, 12 Apr 2008 19:42:38 +0100] rev 122
Merge

Sat, 12 Apr 2008 19:41:48 +0100Change SubNoCounter to NoSubCounter
Alpar Juttner <alpar@cs.elte.hu> [Sat, 12 Apr 2008 19:41:48 +0100] rev 121
Change SubNoCounter to NoSubCounter

Mon, 31 Mar 2008 10:06:47 +0100Fix a minor typo in the doc
Alpar Juttner <alpar@cs.elte.hu> [Mon, 31 Mar 2008 10:06:47 +0100] rev 120
Fix a minor typo in the doc

Sun, 30 Mar 2008 22:16:35 +0100Port time and counter utilities from svn -r3482
Alpar Juttner <alpar@cs.elte.hu> [Sun, 30 Mar 2008 22:16:35 +0100] rev 119
Port time and counter utilities from svn -r3482
The mingw support has been removed

Fri, 11 Apr 2008 16:20:54 +0200Exception related solutions removed and new LEMON_DEBUG macro
Balazs Dezso <deba@inf.elte.hu> [Fri, 11 Apr 2008 16:20:54 +0200] rev 118
Exception related solutions removed and new LEMON_DEBUG macro

Wed, 09 Apr 2008 17:19:40 +0100Remove ISO8859-1 characters
Alpar Juttner <alpar@cs.elte.hu> [Wed, 09 Apr 2008 17:19:40 +0100] rev 117
Remove ISO8859-1 characters

Thu, 03 Apr 2008 13:00:18 +0100Serious buxfixes in Random::gamma() and Random::pareto()
Alpar Juttner <alpar@cs.elte.hu> [Thu, 03 Apr 2008 13:00:18 +0100] rev 116
Serious buxfixes in Random::gamma() and Random::pareto()

Tue, 01 Apr 2008 16:25:51 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 01 Apr 2008 16:25:51 +0100] rev 115
Merge

Sun, 30 Mar 2008 14:27:59 +0200Minor fix in concepts/maps.h
Peter Kovacs <kpeter@inf.elte.hu> [Sun, 30 Mar 2008 14:27:59 +0200] rev 114
Minor fix in concepts/maps.h

Sun, 30 Mar 2008 14:27:25 +0200Improvements in the heap concept
Peter Kovacs <kpeter@inf.elte.hu> [Sun, 30 Mar 2008 14:27:25 +0200] rev 113
Improvements in the heap concept
- Better concept checking.
- Improved doc.

Thu, 27 Mar 2008 13:26:16 +0100Improvements in assert.h
Peter Kovacs <kpeter@inf.elte.hu> [Thu, 27 Mar 2008 13:26:16 +0100] rev 112
Improvements in assert.h

Sat, 29 Mar 2008 15:49:50 +0000Fix ignoring Emacs backup files
Alpar Juttner <alpar@cs.elte.hu> [Sat, 29 Mar 2008 15:49:50 +0000] rev 111
Fix ignoring Emacs backup files

Thu, 27 Mar 2008 10:56:11 +0100Fix include files in random.h
Balazs Dezso <deba@inf.elte.hu> [Thu, 27 Mar 2008 10:56:11 +0100] rev 110
Fix include files in random.h

Wed, 26 Mar 2008 17:28:28 +0100Porting SmartGraph from svn -r 3481
Balazs Dezso <deba@inf.elte.hu> [Wed, 26 Mar 2008 17:28:28 +0100] rev 109
Porting SmartGraph from svn -r 3481

Tue, 25 Mar 2008 16:36:44 +0100Reworking assertions and moving to distinict file
Balazs Dezso <deba@inf.elte.hu> [Tue, 25 Mar 2008 16:36:44 +0100] rev 108
Reworking assertions and moving to distinict file

Fri, 21 Mar 2008 22:25:40 +0000Happy New Year! (Update Copyright dates)
Alpar Juttner <alpar@cs.elte.hu> [Fri, 21 Mar 2008 22:25:40 +0000] rev 107
Happy New Year! (Update Copyright dates)

Thu, 20 Mar 2008 23:06:35 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Thu, 20 Mar 2008 23:06:35 +0000] rev 106
Merge

Thu, 20 Mar 2008 22:59:58 +0000Get rid of StdMap in unionfind_test.cc
Alpar Juttner <alpar@cs.elte.hu> [Thu, 20 Mar 2008 22:59:58 +0000] rev 105
Get rid of StdMap in unionfind_test.cc

Thu, 20 Mar 2008 21:59:35 +0000Restored (and modified) StoreBoolMap (it was removed in 7ff1c348ae0c)
Alpar Juttner <alpar@cs.elte.hu> [Thu, 20 Mar 2008 21:59:35 +0000] rev 104
Restored (and modified) StoreBoolMap (it was removed in 7ff1c348ae0c)

- also restored _maps_bits::IteratorTraits
- removes the Functor template parameter from StoreBoolMap
- doc changed a bit

Fri, 29 Feb 2008 11:01:39 +0000Port kruskal() and UnionFind from svn -r3468
Alpar Juttner <alpar@cs.elte.hu> [Fri, 29 Feb 2008 11:01:39 +0000] rev 103
Port kruskal() and UnionFind from svn -r3468

The class type interface of Kruskal has not been ported yet

Thu, 20 Mar 2008 17:15:35 +0100Seeding random sequence
Balazs Dezso <deba@inf.elte.hu> [Thu, 20 Mar 2008 17:15:35 +0100] rev 102
Seeding random sequence

Thu, 20 Mar 2008 12:12:24 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Thu, 20 Mar 2008 12:12:24 +0000] rev 101
Merge

Thu, 07 Feb 2008 21:37:07 +0000Bfs/Dfs/Dijkstra and their deps ported from svn trung -r 3441.
Alpar Juttner <alpar@cs.elte.hu> [Thu, 07 Feb 2008 21:37:07 +0000] rev 100
Bfs/Dfs/Dijkstra and their deps ported from svn trung -r 3441.

Thu, 07 Feb 2008 21:28:39 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Thu, 07 Feb 2008 21:28:39 +0000] rev 99
Merge

Thu, 24 Jan 2008 17:36:45 +0000Merge path_utils.h into path.h
Alpar Juttner <alpar@cs.elte.hu> [Thu, 24 Jan 2008 17:36:45 +0000] rev 98
Merge path_utils.h into path.h

Thu, 24 Jan 2008 16:49:10 +0000Doc improvements
Alpar Juttner <alpar@cs.elte.hu> [Thu, 24 Jan 2008 16:49:10 +0000] rev 97
Doc improvements

Thu, 24 Jan 2008 11:31:19 +0000Path related files ported from svn -r3435
Alpar Juttner <alpar@cs.elte.hu> [Thu, 24 Jan 2008 11:31:19 +0000] rev 96
Path related files ported from svn -r3435
but ItemReader/Writer for Path (originally belonging to path_utils.h)
hasn't ported yet.

Tue, 18 Mar 2008 16:45:21 +0100Bug fix in arg_parser.h (fix ticket #31) and doc improvements
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 18 Mar 2008 16:45:21 +0100] rev 95
Bug fix in arg_parser.h (fix ticket #31) and doc improvements

Tue, 18 Mar 2008 13:57:15 +0100Fixes in the map concepts
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 18 Mar 2008 13:57:15 +0100] rev 94
Fixes in the map concepts

- Now Value type needn't be default constructible.
- Extend the test file to check this.

Mon, 17 Mar 2008 19:21:27 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Mon, 17 Mar 2008 19:21:27 +0000] rev 93
Merge

Fri, 14 Mar 2008 16:57:49 +0000Poisson distribution added
Alpar Juttner <alpar@cs.elte.hu> [Fri, 14 Mar 2008 16:57:49 +0000] rev 92
Poisson distribution added

Mon, 17 Mar 2008 18:31:52 +0000Update the contact e-mail address
Alpar Juttner <alpar@cs.elte.hu> [Mon, 17 Mar 2008 18:31:52 +0000] rev 91
Update the contact e-mail address

Mon, 17 Mar 2008 12:44:13 +0000Doc improvement in ArgParser
Alpar Juttner <alpar@cs.elte.hu> [Mon, 17 Mar 2008 12:44:13 +0000] rev 90
Doc improvement in ArgParser

Mon, 17 Mar 2008 11:03:35 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Mon, 17 Mar 2008 11:03:35 +0000] rev 89
Merge

Sun, 16 Mar 2008 01:39:19 +0100Minor improvements in arg_parser files
Peter Kovacs <kpeter@inf.elte.hu> [Sun, 16 Mar 2008 01:39:19 +0100] rev 88
Minor improvements in arg_parser files

Thu, 24 Jan 2008 17:25:31 +0000Hide and privatize member function funcOption()
Alpar Juttner <alpar@cs.elte.hu> [Thu, 24 Jan 2008 17:25:31 +0000] rev 87
Hide and privatize member function funcOption()

Tue, 22 Jan 2008 16:03:41 +0000Minor doc improvements
Alpar Juttner <alpar@cs.elte.hu> [Tue, 22 Jan 2008 16:03:41 +0000] rev 86
Minor doc improvements

Tue, 22 Jan 2008 15:55:49 +0000Port arg_parser from svn -r3438
Alpar Juttner <alpar@cs.elte.hu> [Tue, 22 Jan 2008 15:55:49 +0000] rev 85
Port arg_parser from svn -r3438

Sun, 16 Mar 2008 07:32:43 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Sun, 16 Mar 2008 07:32:43 +0000] rev 84
Merge

Sat, 15 Mar 2008 23:42:33 +0100Improvements in groups.dox
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 15 Mar 2008 23:42:33 +0100] rev 83
Improvements in groups.dox

- Apply the graph renamings.
- Apply the current map renamings.

Sat, 15 Mar 2008 23:39:41 +0100Add basic logical maps and doc improvements
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 15 Mar 2008 23:39:41 +0100] rev 82
Add basic logical maps and doc improvements

- Add the following new logical maps and map adaptors:
* TrueMap, FalseMap
* AndMap, OrMap
* EqualMap, LessMap
- Improve the documentation for other classes.

Sat, 15 Mar 2008 21:24:43 +0100Remove maps having unclear purposes or little use
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 15 Mar 2008 21:24:43 +0100] rev 81
Remove maps having unclear purposes or little use

- WrapMap (SimpleMap)
- WrapWriteMap (SimpleWriteMap)
- StoreBoolMap
- BackInserterBoolMap
- FrontInserterBoolMap
- InserterBoolMap
- FillBoolMap
- SettingOrderBoolMap

Sat, 15 Mar 2008 21:07:24 +0100Overall clean-up in maps.h
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 15 Mar 2008 21:07:24 +0100] rev 80
Overall clean-up in maps.h

- Rename some map types:
* IntegerMap -> RangeMap
* StdMap -> SparseMap
* FunctorMap -> FunctorToMap
* MapFunctor -> MapToFunctor
* ForkWriteMap -> ForkMap
* SimpleMap -> WrapMap
* SimpleWriteMap -> WrapWriteMap
- Remove the read-only ForkMap version.
- Rename map-creator functions for the read-write arithmetic and
logical maps.
- Small fixes and improvements in the code.
- Fix the typedefs of RangeMap to work correctly with bool type, too.
- Rename template parameters, function parameters, and private members
in many classes to be uniform and to avoid parameter names starting
with underscore.
- Use Key and Value types instead of K and V template parameters in
public functions.
- Extend the documentation with examples (e.g. for basic arithmetic and
logical maps).
- Many doc improvements.
- Reorder the classes.
- StoreBoolMap, BackInserterBoolMap, FrontInserterBoolMap,
InserterBoolMap, FillBoolMap, SettingOrderBoolMap are almost unchanged,
since they will be removed.
- Also improve maps_test.cc to correctly check every map class, every
constructor, and every creator function.

Sat, 15 Mar 2008 20:21:21 +0100More exact concept checking for map concepts.
Peter Kovacs <kpeter@inf.elte.hu> [Sat, 15 Mar 2008 20:21:21 +0100] rev 79
More exact concept checking for map concepts.

Thu, 28 Feb 2008 17:06:02 +0100Renaming types and variables
Balazs Dezso <deba@inf.elte.hu> [Thu, 28 Feb 2008 17:06:02 +0100] rev 78
Renaming types and variables

Thu, 28 Feb 2008 16:41:56 +0100Fix bug #26 (UndirectedTagIndicator<> does not work)
Balazs Dezso <deba@inf.elte.hu> [Thu, 28 Feb 2008 16:41:56 +0100] rev 77
Fix bug #26 (UndirectedTagIndicator<> does not work)

Tue, 12 Feb 2008 21:08:29 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 12 Feb 2008 21:08:29 +0000] rev 76
Merge

Tue, 12 Feb 2008 21:03:19 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 12 Feb 2008 21:03:19 +0000] rev 75
Merge

Tue, 12 Feb 2008 12:37:22 +0100Bug fixes in the ReferenceMap concept.
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 12 Feb 2008 12:37:22 +0100] rev 74
Bug fixes in the ReferenceMap concept.

Tue, 05 Feb 2008 11:24:57 +0100Several fixes and improvements in list_graph.h.
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 05 Feb 2008 11:24:57 +0100] rev 73
Several fixes and improvements in list_graph.h.

- Fix incorrect or misleading renamings in the code and in the documentation.
- Improve the documentation.

Tue, 05 Feb 2008 17:36:46 +0100Fix doxygen warnings.
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 05 Feb 2008 17:36:46 +0100] rev 72
Fix doxygen warnings.

Tue, 05 Feb 2008 17:34:28 +0100Minor improvement in groups.dox.
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 05 Feb 2008 17:34:28 +0100] rev 71
Minor improvement in groups.dox.

Fri, 08 Feb 2008 13:42:11 +0100Fix VPATH builds. Ported form svn trunk -r 3454.
Akos Ladanyi <ladanyi@tmit.bme.hu> [Fri, 08 Feb 2008 13:42:11 +0100] rev 70
Fix VPATH builds. Ported form svn trunk -r 3454.

Thu, 07 Feb 2008 22:33:38 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Thu, 07 Feb 2008 22:33:38 +0000] rev 69
Merge

Thu, 07 Feb 2008 22:25:42 +0000Some usefull math constants
Alpar Juttner <alpar@cs.elte.hu> [Thu, 07 Feb 2008 22:25:42 +0000] rev 68
Some usefull math constants

lemon/math.h also includes the standard cmath, so one should prefer using
just lemon/math.h instead of cmath.

Thu, 07 Feb 2008 21:23:23 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Thu, 07 Feb 2008 21:23:23 +0000] rev 67
Merge

Thu, 07 Feb 2008 11:52:16 +0000Port error.h from svn -r3438 + minor changes (error_test does not pass!)
Peter Kovacs <kpeter@inf.elte.hu> [Thu, 07 Feb 2008 11:52:16 +0000] rev 66
Port error.h from svn -r3438 + minor changes (error_test does not pass!)

In svn -r3438 error_test is not used as a test program and it does not pass.

Wed, 06 Feb 2008 10:52:58 +0000Merge (redo buggy merge ad7f593399b0)
Alpar Juttner <alpar@cs.elte.hu> [Wed, 06 Feb 2008 10:52:58 +0000] rev 65
Merge (redo buggy merge ad7f593399b0)

Mon, 04 Feb 2008 13:32:36 +0100Forbid automake to add superfluous include dirs. Fixes ticket #21.
Akos Ladanyi <ladanyi@tmit.bme.hu> [Mon, 04 Feb 2008 13:32:36 +0100] rev 64
Forbid automake to add superfluous include dirs. Fixes ticket #21.

Fri, 25 Jan 2008 14:52:50 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Fri, 25 Jan 2008 14:52:50 +0000] rev 63
Merge

Fri, 25 Jan 2008 15:23:28 +0100Array range check warning workaround in random.h
Balazs Dezso <deba@inf.elte.hu> [Fri, 25 Jan 2008 15:23:28 +0100] rev 62
Array range check warning workaround in random.h

The g++-4.2.1 preferred by OpenSUSE has a bug with array range cheking

Fri, 25 Jan 2008 13:39:52 +0100Digraph and Graph concept should be conform to the IDable... concepts
Balazs Dezso <deba@inf.elte.hu> [Fri, 25 Jan 2008 13:39:52 +0100] rev 61
Digraph and Graph concept should be conform to the IDable... concepts

Wed, 23 Jan 2008 16:26:41 +0100Reworked documentation generation and installation.
Akos Ladanyi <ladanyi@tmit.bme.hu> [Wed, 23 Jan 2008 16:26:41 +0100] rev 60
Reworked documentation generation and installation.
Details:
- Remove configure flag used to disable the automatic generation of the
documentation when istalling.
- Now 'make html' generates the documentation.
- Now 'make install' does not install the documentation, 'make install-html'
does that. The latter two changes follow newer automake conventions.
- This also fixes the bug that caused the documentation missing from the
tarball.

Tue, 22 Jan 2008 10:59:14 +0000Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 22 Jan 2008 10:59:14 +0000] rev 59
Merge

Tue, 22 Jan 2008 00:02:32 +0000Missing header files added to Makefile.am
Alpar Juttner <alpar@cs.elte.hu> [Tue, 22 Jan 2008 00:02:32 +0000] rev 58
Missing header files added to Makefile.am

Sun, 20 Jan 2008 20:43:48 +0100Port ListDigraph and ListGraph from svn -r 3433
Balazs Dezso <deba@inf.elte.hu> [Sun, 20 Jan 2008 20:43:48 +0100] rev 57
Port ListDigraph and ListGraph from svn -r 3433
Details:
- port Digraph and Graph concepts
- port ListDigraph and ListGraph
- port Basic graph constructing tools
- port Digraph and Graph tests

Thu, 17 Jan 2008 11:55:27 +0000'update-external-tags' make target added
Alpar Juttner <alpar@cs.elte.hu> [Thu, 17 Jan 2008 11:55:27 +0000] rev 56
'update-external-tags' make target added

It is used to dowload or update the doxygen external tag definition file
of libstdc++. After doing that, any usase of STL will be linked to their
documentations at http://gcc.gnu.org.

Sat, 12 Jan 2008 23:30:44 +0000Capitalized compiler messages (reapply changeset 099a4f1844f1)
Alpar Juttner <alpar@cs.elte.hu> [Sat, 12 Jan 2008 23:30:44 +0000] rev 55
Capitalized compiler messages (reapply changeset 099a4f1844f1)

These changes somehow disappeared in 40d6f625e549

Wed, 09 Jan 2008 00:40:21 +0100Minor bug fix in maps.h.
Peter Kovacs <kpeter@inf.elte.hu> [Wed, 09 Jan 2008 00:40:21 +0100] rev 54
Minor bug fix in maps.h.
Fixed the existing two variants of stdMap() and added two new variants.

Wed, 09 Jan 2008 00:37:22 +0100Removed BOOST_CLASS_REQUIRE macros + added file description.
Peter Kovacs <kpeter@inf.elte.hu> [Wed, 09 Jan 2008 00:37:22 +0100] rev 53
Removed BOOST_CLASS_REQUIRE macros + added file description.

Tue, 08 Jan 2008 20:29:41 +0100Change the version number to 0.99
Alpar Juttner <alpar@cs.elte.hu> [Tue, 08 Jan 2008 20:29:41 +0100] rev 52
Change the version number to 0.99

Tue, 08 Jan 2008 20:26:48 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Tue, 08 Jan 2008 20:26:48 +0100] rev 51
Merge

Tue, 08 Jan 2008 04:26:27 +0100Improved groups.dox.
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 08 Jan 2008 04:26:27 +0100] rev 50
Improved groups.dox.
Added missing brief descriptions.
Changed descriptions to be unifom.
Some minor fixes.

Tue, 08 Jan 2008 02:53:42 +0100Doc improvements is some files.
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 08 Jan 2008 02:53:42 +0100] rev 49
Doc improvements is some files.

Tue, 08 Jan 2008 02:21:01 +0100Minor doc improvements.
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 08 Jan 2008 02:21:01 +0100] rev 48
Minor doc improvements.

Tue, 08 Jan 2008 02:12:50 +0100Minor doc improvements in maps.h.
Peter Kovacs <kpeter@inf.elte.hu> [Tue, 08 Jan 2008 02:12:50 +0100] rev 47
Minor doc improvements in maps.h.

Mon, 07 Jan 2008 23:57:48 +0100Minor doc fixes.
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 07 Jan 2008 23:57:48 +0100] rev 46
Minor doc fixes.
Replaced \c by \ref and \ref by \c to work properly and to be uniform.

Mon, 07 Jan 2008 23:36:33 +0100Added missing inheritances and map-creator functions.
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 07 Jan 2008 23:36:33 +0100] rev 45
Added missing inheritances and map-creator functions.

Mon, 07 Jan 2008 19:44:18 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Mon, 07 Jan 2008 19:44:18 +0100] rev 44
Merge

Mon, 07 Jan 2008 16:24:39 +0100Removed ConstMap::rebind and StdMap::rebind + doc improvements.
Peter Kovacs <kpeter@inf.elte.hu> [Mon, 07 Jan 2008 16:24:39 +0100] rev 43
Removed ConstMap::rebind and StdMap::rebind + doc improvements.

Mon, 07 Jan 2008 19:27:17 +0100Fix several doxygen warnings
Alpar Juttner <alpar@cs.elte.hu> [Mon, 07 Jan 2008 19:27:17 +0100] rev 42
Fix several doxygen warnings

Mon, 07 Jan 2008 19:23:03 +0100Minor updates in the doc
Alpar Juttner <alpar@cs.elte.hu> [Mon, 07 Jan 2008 19:23:03 +0100] rev 41
Minor updates in the doc

Mon, 07 Jan 2008 19:22:09 +0100Several doc files ported from svn -r3436
Alpar Juttner <alpar@cs.elte.hu> [Mon, 07 Jan 2008 19:22:09 +0100] rev 40
Several doc files ported from svn -r3436

- groups.dox contains several incomlete references

Mon, 07 Jan 2008 14:16:06 +0100Happy New Year (update the copyright headers)
Alpar Juttner <alpar@cs.elte.hu> [Mon, 07 Jan 2008 14:16:06 +0100] rev 39
Happy New Year (update the copyright headers)

Mon, 07 Jan 2008 14:12:55 +0100Script for updating the copyright headers
Alpar Juttner <alpar@cs.elte.hu> [Mon, 07 Jan 2008 14:12:55 +0100] rev 38
Script for updating the copyright headers

Fri, 04 Jan 2008 23:51:37 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Fri, 04 Jan 2008 23:51:37 +0100] rev 37
Merge

Fri, 04 Jan 2008 23:50:16 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Fri, 04 Jan 2008 23:50:16 +0100] rev 36
Merge

Fri, 04 Jan 2008 23:17:09 +0100Doc improvements in concepts/maps.h.
Peter Kovacs <kpeter@inf.elte.hu> [Fri, 04 Jan 2008 23:17:09 +0100] rev 35
Doc improvements in concepts/maps.h.

Fri, 04 Jan 2008 23:20:08 +0100Bug fix in maps.h.
Peter Kovacs <kpeter@inf.elte.hu> [Fri, 04 Jan 2008 23:20:08 +0100] rev 34
Bug fix in maps.h.

Fri, 04 Jan 2008 23:13:45 +0100Doc improvements in maps.h.
Peter Kovacs <kpeter@inf.elte.hu> [Fri, 04 Jan 2008 23:13:45 +0100] rev 33
Doc improvements in maps.h.

Fri, 04 Jan 2008 21:45:55 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Fri, 04 Jan 2008 21:45:55 +0100] rev 32
Merge

Fri, 04 Jan 2008 21:42:16 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Fri, 04 Jan 2008 21:42:16 +0100] rev 31
Merge

Fri, 04 Jan 2008 08:16:15 +0100Bug fix in maps.h.
Peter Kovacs <kpeter@inf.elte.hu> [Fri, 04 Jan 2008 08:16:15 +0100] rev 30
Bug fix in maps.h.

Fri, 04 Jan 2008 08:08:50 +0100Several doc improvements and fixes in maps.h.
Peter Kovacs <kpeter@inf.elte.hu> [Fri, 04 Jan 2008 08:08:50 +0100] rev 29
Several doc improvements and fixes in maps.h.

Fri, 04 Jan 2008 03:29:54 +0100Doc improvements.
Peter Kovacs <kpeter@inf.elte.hu> [Fri, 04 Jan 2008 03:29:54 +0100] rev 28
Doc improvements.

Fri, 04 Jan 2008 02:06:43 +0100Modified define command to be uniform.
Peter Kovacs <kpeter@inf.elte.hu> [Fri, 04 Jan 2008 02:06:43 +0100] rev 27
Modified define command to be uniform.

Sat, 22 Dec 2007 14:04:22 +0000Several doc improvements in maps.h
Alpar Juttner <alpar@cs.elte.hu> [Sat, 22 Dec 2007 14:04:22 +0000] rev 26
Several doc improvements in maps.h

Sat, 22 Dec 2007 12:35:00 +0000Port general map related stuff from svn -r3424 + minor changes
Alpar Juttner <alpar@cs.elte.hu> [Sat, 22 Dec 2007 12:35:00 +0000] rev 25
Port general map related stuff from svn -r3424 + minor changes

- Do automatic name changes in lemon/maps.h (only affects doc)
- Do not use MapTraits in ComposeMap

Thu, 03 Jan 2008 14:58:42 +0100Small fixes in README.
Peter Kovacs <kpeter@inf.elte.hu> [Thu, 03 Jan 2008 14:58:42 +0100] rev 24
Small fixes in README.

Thu, 03 Jan 2008 14:51:14 +0100Small doc improvement.
Peter Kovacs <kpeter@inf.elte.hu> [Thu, 03 Jan 2008 14:51:14 +0100] rev 23
Small doc improvement.

Thu, 03 Jan 2008 11:13:29 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Thu, 03 Jan 2008 11:13:29 +0100] rev 22
Merge

Thu, 03 Jan 2008 11:12:27 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Thu, 03 Jan 2008 11:12:27 +0100] rev 21
Merge

Thu, 03 Jan 2008 11:08:19 +0100Merge
Alpar Juttner <alpar@cs.elte.hu> [Thu, 03 Jan 2008 11:08:19 +0100] rev 20
Merge

Sun, 23 Dec 2007 14:38:45 +0000Fix the version tag query to work properly on tip version
Alpar Juttner <alpar@cs.elte.hu> [Sun, 23 Dec 2007 14:38:45 +0000] rev 19
Fix the version tag query to work properly on tip version

Sat, 22 Dec 2007 07:26:26 +0000Use current hg node id instead of tip id as the version tag
Alpar Juttner <alpar@cs.elte.hu> [Sat, 22 Dec 2007 07:26:26 +0000] rev 18
Use current hg node id instead of tip id as the version tag

Thu, 20 Dec 2007 23:26:44 +0000A better way to insert hg revision id into the version string
Alpar Juttner <alpar@cs.elte.hu> [Thu, 20 Dec 2007 23:26:44 +0000] rev 17
A better way to insert hg revision id into the version string
- use the hg option --template
- put one more underscore into the version string

Thu, 03 Jan 2008 01:24:09 +0100Small fixes.
Peter Kovacs <kpeter@inf.elte.hu> [Thu, 03 Jan 2008 01:24:09 +0100] rev 16
Small fixes.
Documentation fixes.
Removed \author tags.
Removed superfluous ; characters after function codes.

Thu, 03 Jan 2008 01:08:23 +0100Improved and fixed dim2.h.
Peter Kovacs <kpeter@inf.elte.hu> [Thu, 03 Jan 2008 01:08:23 +0100] rev 15
Improved and fixed dim2.h.
Improved and fixed documentation.
Bug fix in BoundingBox<>::operator&.
Removed \author tags.

Wed, 02 Jan 2008 03:55:00 +0100Translated Hungarian varible names, improved messages.
Peter Kovacs <kpeter@inf.elte.hu> [Wed, 02 Jan 2008 03:55:00 +0100] rev 14
Translated Hungarian varible names, improved messages.

Wed, 02 Jan 2008 04:01:00 +0100Documentation cleanup.
Peter Kovacs <kpeter@inf.elte.hu> [Wed, 02 Jan 2008 04:01:00 +0100] rev 13
Documentation cleanup.

Sat, 22 Dec 2007 07:01:20 +0000A better way of generating pareto distr, and swap its parameters.
Alpar Juttner <alpar@cs.elte.hu> [Sat, 22 Dec 2007 07:01:20 +0000] rev 12
A better way of generating pareto distr, and swap its parameters.

- Pareto distribution is now generated as a composition of a Gamma and
an exponential one
- Similarly to gamma() and weibull(), the shape parameter became the first one.

Fri, 21 Dec 2007 01:32:24 +0000Pareto and Weibull random distributions
Alpar Juttner <alpar@cs.elte.hu> [Fri, 21 Dec 2007 01:32:24 +0000] rev 11
Pareto and Weibull random distributions

Fri, 21 Dec 2007 00:07:03 +0000Port random.h & Co. from svn -r3422 + some cleanups
Alpar Juttner <alpar@cs.elte.hu> [Fri, 21 Dec 2007 00:07:03 +0000] rev 10
Port random.h & Co. from svn -r3422 + some cleanups
- gauss(double std_dev) has been remove for clarity

Thu, 20 Dec 2007 23:46:50 +0000Improved .hgignore
Alpar Juttner <alpar@cs.elte.hu> [Thu, 20 Dec 2007 23:46:50 +0000] rev 9
Improved .hgignore

Thu, 20 Dec 2007 16:11:56 +0000Port dim2.h from svn -r3422
Alpar Juttner <alpar@cs.elte.hu> [Thu, 20 Dec 2007 16:11:56 +0000] rev 8
Port dim2.h from svn -r3422

Thu, 20 Dec 2007 15:59:06 +0000Port invalid.h utility.h tolerance.h from svn -r3422
Alpar Juttner <alpar@cs.elte.hu> [Thu, 20 Dec 2007 15:59:06 +0000] rev 7
Port invalid.h utility.h tolerance.h from svn -r3422

Wed, 02 Jan 2008 03:44:00 +0100Capitalized compiler messages.
Peter Kovacs <kpeter@inf.elte.hu> [Wed, 02 Jan 2008 03:44:00 +0100] rev 6
Capitalized compiler messages.

Sun, 23 Dec 2007 08:25:34 +0000General information and legal files ported from svn -r3424
Alpar Juttner <alpar@cs.elte.hu> [Sun, 23 Dec 2007 08:25:34 +0000] rev 5
General information and legal files ported from svn -r3424

Wed, 19 Dec 2007 11:33:49 +0000Add test_tool_fail and test_tool_pass
Alpar Juttner <alpar@cs.elte.hu> [Wed, 19 Dec 2007 11:33:49 +0000] rev 4
Add test_tool_fail and test_tool_pass

All graph related things was temporarily removed from test_tools.h

Tue, 18 Dec 2007 12:52:45 +0100Add files generated by the build system to .hgignore.
Akos Ladanyi <ladanyi@tmit.bme.hu> [Tue, 18 Dec 2007 12:52:45 +0100] rev 3
Add files generated by the build system to .hgignore.

Tue, 18 Dec 2007 11:06:37 +0000More fixes that make autotools working for the empty repo
Alpar Juttner <alpar@cs.elte.hu> [Tue, 18 Dec 2007 11:06:37 +0000] rev 2
More fixes that make autotools working for the empty repo

- Add a dummy lemon/list_graph.h file and put it in the Makefile.am
- Remove the unnecesary icons from doc/icons/geom folder.
- Update .hgignore

Tue, 18 Dec 2007 10:56:09 +0100Autotools based build system.
Akos Ladanyi <ladanyi@tmit.bme.hu> [Tue, 18 Dec 2007 10:56:09 +0100] rev 1
Autotools based build system.

Wed, 12 Dec 2007 16:54:28 +0000Add .hgignore
Alpar Juttner <alpar@cs.elte.hu> [Wed, 12 Dec 2007 16:54:28 +0000] rev 0
Add .hgignore