Wed, 17 Nov 2004 08:46:07 +0000Added a second SimAnn with the other controller.
ladanyi [Wed, 17 Nov 2004 08:46:07 +0000] rev 999
Added a second SimAnn with the other controller.

Tue, 16 Nov 2004 13:03:47 +0000ErasingFirstGraphWrapper
marci [Tue, 16 Nov 2004 13:03:47 +0000] rev 998
ErasingFirstGraphWrapper

Mon, 15 Nov 2004 16:39:55 +0000RevGraphWrapper modified according to the factory
marci [Mon, 15 Nov 2004 16:39:55 +0000] rev 997
RevGraphWrapper modified according to the factory

Mon, 15 Nov 2004 16:09:07 +0000Ops...
alpar [Mon, 15 Nov 2004 16:09:07 +0000] rev 996
Ops...

Mon, 15 Nov 2004 15:07:11 +0000Unified style hyperlinks in the doc.
alpar [Mon, 15 Nov 2004 15:07:11 +0000] rev 995
Unified style hyperlinks in the doc.

Mon, 15 Nov 2004 15:05:00 +0000Matrix interface running time test...
alpar [Mon, 15 Nov 2004 15:05:00 +0000] rev 994
Matrix interface running time test...

Mon, 15 Nov 2004 13:10:35 +0000error.h brought back to life
klao [Mon, 15 Nov 2004 13:10:35 +0000] rev 993
error.h brought back to life

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.

Thu, 11 Nov 2004 10:29:25 +0000mappable_graph_extender.h erased
deba [Thu, 11 Nov 2004 10:29:25 +0000] rev 982
mappable_graph_extender.h erased

the map extenders are moved to the map implementation headers

Thu, 11 Nov 2004 10:17:20 +0000maxUndirEdgeId modified to maxId(UndirEdge)
deba [Thu, 11 Nov 2004 10:17:20 +0000] rev 981
maxUndirEdgeId modified to maxId(UndirEdge)
maxEdgeId modified to maxId(Edge)

Thu, 11 Nov 2004 09:31:55 +0000maxNodeId() and maxEdgeId() changed to maxId(Node) and maxId(Edge)
deba [Thu, 11 Nov 2004 09:31:55 +0000] rev 980
maxNodeId() and maxEdgeId() changed to maxId(Node) and maxId(Edge)
getNodeObserverRegistry() and getEdgeObserverRegistry() changed to
getObserverRegistry(Node) and getObserverRegistry(Edge)

IdMappableGraphExtender erased

Wed, 10 Nov 2004 21:59:59 +0000"make check" pass under icc v8.0
klao [Wed, 10 Nov 2004 21:59:59 +0000] rev 979
"make check" pass under icc v8.0

* There are _many_ remarks which are worth examinating! Non-inline (and even
not template) functions in header files for example.

Wed, 10 Nov 2004 21:42:28 +0000"make check" pass under gcc-3.4.3
klao [Wed, 10 Nov 2004 21:42:28 +0000] rev 978
"make check" pass under gcc-3.4.3

Wed, 10 Nov 2004 20:14:32 +0000* enable_if imported from BOOST
klao [Wed, 10 Nov 2004 20:14:32 +0000] rev 977
* enable_if imported from BOOST
* count{Nodes,Edges} implemented via graph tags
* some #include bugs fixed

Wed, 10 Nov 2004 19:59:14 +0000A demonstration how to use _optional_ boolean tags.
klao [Wed, 10 Nov 2004 19:59:14 +0000] rev 976
A demonstration how to use _optional_ boolean tags.

Wed, 10 Nov 2004 12:51:30 +0000for better compatibility with gcc-3.4
marci [Wed, 10 Nov 2004 12:51:30 +0000] rev 975
for better compatibility with gcc-3.4

Wed, 10 Nov 2004 11:42:00 +0000Changes in doc.
alpar [Wed, 10 Nov 2004 11:42:00 +0000] rev 974
Changes in doc.

Tue, 09 Nov 2004 17:48:52 +0000- Add makeSnapshot()/rollBack() functionality
alpar [Tue, 09 Nov 2004 17:48:52 +0000] rev 973
- Add makeSnapshot()/rollBack() functionality
- Remove an unnecessary #include

Tue, 09 Nov 2004 09:12:35 +0000A graph reader interface proposal
alpar [Tue, 09 Nov 2004 09:12:35 +0000] rev 972
A graph reader interface proposal