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)