# # ChangeLog for test/unionfind_test.cc in lemon-1.2 # # Generated by Trac 1.2.3 # 04/16/24 20:46:20 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, 20 Mar 2008 22:59:58 GMT Alpar Juttner [105:e4948ef6a4ca] * test/unionfind_test.cc (modified) Get rid of StdMap in unionfind_test.cc Fri, 29 Feb 2008 11:01:39 GMT Alpar Juttner [103:b68a7e348e00] * lemon/Makefile.am (modified) * lemon/kruskal.h (added) * lemon/unionfind.h (added) * test/Makefile.am (modified) * test/kruskal_test.cc (added) * test/unionfind_test.cc (added) Port kruskal() and UnionFind from svn -r3468 The class type ...