# # ChangeLog for src/test/graph_test.cc in lemon-0.x # # Generated by Trac 1.2.3 # 03/28/24 11:14:00 Fri, 07 May 2004 15:58:45 GMT Alpar Juttner [579:859f8c7e2a40] * src/hugo/list_graph.h (modified) * src/hugo/smart_graph.h (modified) * src/test/graph_test.cc (modified) EdgeSet is more or less working. Fri, 07 May 2004 13:27:16 GMT Alpar Juttner [578:159f1cbf8a45] * doc/Doxyfile (modified) * src/hugo/Makefile.am (modified) * src/hugo/list_graph.h (moved) * src/test/dijkstra_test.cc (modified) * src/test/graph_test.cc (modified) src/work/alpar/list_graph.h moved to /src/hugo. Fri, 07 May 2004 06:57:50 GMT Alpar Juttner [567:efaa79ee8d14] * doc/Doxyfile (modified) * src/test/Makefile.am (modified) * src/test/graph_test.cc (modified) * src/test/time_measure_test.cc (moved) time_measure.cc was renamed to time_measure_test.cc Add an ... Fri, 07 May 2004 05:29:45 GMT Alpar Juttner [564:f84611a14a33] * src/test/graph_test.cc (modified) skeleton tests turned on again. Thu, 06 May 2004 15:14:13 GMT Alpar Juttner [550:9e7613fa6d27] * src/test/graph_test.cc (modified) Some tests must have been commented out temporarily. Thu, 06 May 2004 13:48:04 GMT Akos Ladanyi [542:69bde1d90c04] * AUTHORS (added) * ChangeLog (added) * Makefile.am (added) * NEWS (added) * README (added) * bootstrap (added) * configure.ac (added) * doc/Doxyfile (modified) * doc/Makefile.am (added) * doc/makefile (deleted) * src/Makefile.am (added) * src/hugo/Makefile.am (added) * src/hugo/bin_heap.h (modified) * src/hugo/dijkstra.h (modified) * src/hugo/dimacs.h (modified) * src/hugo/skeletons/graph.h (modified) * src/hugo/smart_graph.h (modified) * src/hugo/unionfind.h (modified) * src/test/Makefile.am (added) * src/test/dijkstra_heap_test.cc (modified) * src/test/error_test.cc (modified) * src/test/graph_test.cc (modified) * src/test/makefile (deleted) * src/test/unionfind_test.cc (modified) * src/test/xy_test.cc (modified) * src/work/alpar/list_graph.h (modified) Set up automake environment. Mon, 03 May 2004 17:06:38 GMT Alpar Juttner [515:a7eeb8af6b34] * src/include/skeletons/graph.h (modified) * src/test/graph_test.cc (modified) * src/work/alpar/list_graph.h (modified) To be compatible with gcc-3.4.0 ... Mon, 03 May 2004 08:13:41 GMT Alpar Juttner [504:6ef30329dd50] * src/test/graph_test.cc (modified) One more test case with minor importance. Mon, 03 May 2004 07:27:29 GMT Alpar Juttner [503:769f31e9f7b0] * src/include/skeletons/graph.h (modified) * src/include/smart_graph.h (modified) * src/test/graph_test.cc (added) * src/work/alpar/list_graph.h (modified) test/graph_test.cc added. It discovered several bugs and warnings in ...