Mon, 15 Nov 2004 12:25:39 +0000GraphWrapper changes for factory
marci [Mon, 15 Nov 2004 12:25:39 +0000] rev 992
GraphWrapper changes for factory

Sun, 14 Nov 2004 13:15:46 +0000- Move template.h to doc/.
alpar [Sun, 14 Nov 2004 13:15:46 +0000] rev 991
- Move template.h to doc/.
- Insert the license terms into the documentation.
- template.h now appears under the coding style documentation.

Sun, 14 Nov 2004 11:16:36 +0000An 'unused variable' warning when compiled with gcc-3.2.2 is removed
alpar [Sun, 14 Nov 2004 11:16:36 +0000] rev 990
An 'unused variable' warning when compiled with gcc-3.2.2 is removed

Sat, 13 Nov 2004 21:37:54 +0000XyzConcept moved to Xyz::Constraints
deba [Sat, 13 Nov 2004 21:37:54 +0000] rev 989
XyzConcept moved to Xyz::Constraints
use checkConcept in the next way:

checkConcept<ErasableGraph, ListGraph>();
checkConcept<ReadWriteMap<Node, Node>, PredMap>;

Sat, 13 Nov 2004 17:47:44 +0000Revome an obsolete #include line.
alpar [Sat, 13 Nov 2004 17:47:44 +0000] rev 988
Revome an obsolete #include line.

Sat, 13 Nov 2004 17:07:10 +0000Naming changes:
alpar [Sat, 13 Nov 2004 17:07:10 +0000] rev 987
Naming changes:
- ValueType -> Value
- KeyType -> Key
- ReferenceType ->Reference
- PointerType -> Pointer

Sat, 13 Nov 2004 12:53:28 +0000Naming changes:
alpar [Sat, 13 Nov 2004 12:53:28 +0000] rev 986
Naming changes:
- head -> target
- tail -> source

Sat, 13 Nov 2004 12:24:01 +0000Bugfixes in UndirFullGraphBase
alpar [Sat, 13 Nov 2004 12:24:01 +0000] rev 985
Bugfixes in UndirFullGraphBase

Thu, 11 Nov 2004 12:12:28 +0000Copy-Paste bug fix.
deba [Thu, 11 Nov 2004 12:12:28 +0000] rev 984
Copy-Paste bug fix.

Thu, 11 Nov 2004 11:12:42 +0000UndirFullGraphBase is added
deba [Thu, 11 Nov 2004 11:12:42 +0000] rev 983
UndirFullGraphBase is added
It is a graph base which contains only one way directed edges in a full graph.