Sun, 05 Sep 2004 20:11:47 +0000- Changes in doc
alpar [Sun, 05 Sep 2004 20:11:47 +0000] rev 802
- Changes in doc
- setGraph(...) finally removed from Dijkstra, Bfs and Dfs.

Sun, 05 Sep 2004 20:06:08 +0000- Changes in doc
alpar [Sun, 05 Sep 2004 20:06:08 +0000] rev 801
- Changes in doc
- Some obsolete features has been removed.

Fri, 03 Sep 2004 17:34:22 +0000Move general graph compilation tests to 'src/test/graph_test.h'.
alpar [Fri, 03 Sep 2004 17:34:22 +0000] rev 800
Move general graph compilation tests to 'src/test/graph_test.h'.

Fri, 03 Sep 2004 15:32:03 +0000(none)
deba [Fri, 03 Sep 2004 15:32:03 +0000] rev 799
(none)

Fri, 03 Sep 2004 15:11:17 +0000(none)
deba [Fri, 03 Sep 2004 15:11:17 +0000] rev 798
(none)

Fri, 03 Sep 2004 14:26:03 +0000Skeleton for paths.
alpar [Fri, 03 Sep 2004 14:26:03 +0000] rev 797
Skeleton for paths.

Fri, 03 Sep 2004 12:11:27 +0000INSTALL and COPYING are not generated files.
alpar [Fri, 03 Sep 2004 12:11:27 +0000] rev 796
INSTALL and COPYING are not generated files.

Fri, 03 Sep 2004 10:43:22 +0000Put a lot of missing header files to src/hugo/Makefile.am
alpar [Fri, 03 Sep 2004 10:43:22 +0000] rev 795
Put a lot of missing header files to src/hugo/Makefile.am

Fri, 03 Sep 2004 10:28:21 +0000New doxygen module "skeletons" for the skeletons.
alpar [Fri, 03 Sep 2004 10:28:21 +0000] rev 794
New doxygen module "skeletons" for the skeletons.

Fri, 03 Sep 2004 09:41:50 +0000- BFD/DFS/Dijkstra compile test is done with skeleton::GraphSkeleton graph
alpar [Fri, 03 Sep 2004 09:41:50 +0000] rev 793
- BFD/DFS/Dijkstra compile test is done with skeleton::GraphSkeleton graph
and skeleton::ReadMap.
- 'skeleton::' is explicitely written instead of 'using namespace ...'
in graph_test.cc
- Output messages of type "makeRep(3)..." in unionfind_test.cc have been
changed in order not to confuse compiler output parsers.