# # ChangeLog for src/hugo/map_iterator.h in lemon-0.x # # Generated by Trac 1.2.3 # 04/27/24 20:17:24 Mon, 13 Sep 2004 20:05:13 GMT Balazs Dezso [844:9bf990cb066d] * src/hugo/Makefile.am (modified) * src/hugo/array_map.h (modified) * src/hugo/graph_wrapper.h (modified) * src/hugo/list_graph.h (modified) * src/hugo/map_bits.h (added) * src/hugo/map_defines.h (modified) * src/hugo/map_iterator.h (modified) * src/hugo/sym_map.h (modified) * src/hugo/vector_map.h (modified) * src/test/test_tools.h (modified) Bug fix in the symmetric maps. Faster map initialization. Iterators ... Sun, 12 Sep 2004 19:32:21 GMT Balazs Dezso [830:89dfa3bece81] * src/hugo/Makefile.am (modified) * src/hugo/array_map.h (modified) * src/hugo/map_iterator.h (modified) * src/hugo/sym_map_factory.h (deleted) * src/hugo/vector_map.h (modified) KeySet and ValueSet are inserted into the map structures. They makes ... Wed, 08 Sep 2004 12:06:45 GMT Balazs Dezso [822:88226d9fe821] * src/hugo/array_map.h (added) * src/hugo/array_map_factory.h (deleted) * src/hugo/default_map.h (added) * src/hugo/default_map_factory.h (deleted) * src/hugo/full_graph.h (modified) * src/hugo/list_graph.h (modified) * src/hugo/map_defines.h (modified) * src/hugo/map_iterator.h (added) * src/hugo/map_registry.h (modified) * src/hugo/smart_graph.h (modified) * src/hugo/sym_map.h (added) * src/hugo/vector_map.h (added) * src/hugo/vector_map_factory.h (deleted) The MapFactories have been removed from the code because if we use ...