# # ChangeLog for test/dfs_test.cc in lemon-1.0 # # Generated by Trac 1.2.3 # 03/28/24 18:56:35 Sun, 15 Jun 2008 20:05:23 GMT Peter Kovacs [171:02f4d5d9bfd7] * test/CMakeLists.txt (modified) * test/Makefile.am (modified) * test/bfs_test.cc (modified) * test/counter_test.cc (modified) * test/dfs_test.cc (modified) * test/digraph_test.cc (modified) * test/digraph_test.h (deleted) * test/dijkstra_test.cc (modified) * test/dim_test.cc (modified) * test/error_test.cc (modified) * test/graph_maps_test.h (added) * test/graph_test.cc (modified) * test/graph_test.h (added) * test/graph_utils_test.cc (modified) * test/graph_utils_test.h (deleted) * test/heap_test.cc (modified) * test/kruskal_test.cc (modified) * test/map_test.h (deleted) * test/random_test.cc (modified) * test/test_tools.h (modified) * test/time_measure_test.cc (modified) * test/unionfind_test.cc (modified) Improve and redesign test programs + unify their output (ticket #25) ... Thu, 07 Feb 2008 21:37:07 GMT Alpar Juttner [100:4f754b4cf82b] * lemon/Makefile.am (modified) * lemon/bfs.h (added) * lemon/bin_heap.h (added) * lemon/bits/path_dump.h (added) * lemon/concepts/heap.h (added) * lemon/dfs.h (added) * lemon/dijkstra.h (added) * lemon/graph_utils.h (added) * lemon/path.h (modified) * test/Makefile.am (modified) * test/bfs_test.cc (added) * test/dfs_test.cc (added) * test/heap_test.cc (added) * test/heap_test.h (added) * test/test_tools.h (modified) Bfs/Dfs/Dijkstra and their deps ported from svn trung -r 3441.