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.