# # ChangeLog for src/Graph/AdjacencyList.hpp # # Generated by Trac 1.4.4 # Jan 9, 2025, 3:37:54 PM Mon, 03 Dec 2012 09:50:01 GMT Frederik Heber [3aa8a5] * src/Actions/FragmentationAction/FragmentationAction.cpp (modified) * src/Actions/MoleculeAction/SaveAdjacencyAction.cpp (modified) * src/Atom/atom_bondedparticle.cpp (modified) * src/Atom/atom_bondedparticle.hpp (modified) * src/Fragmentation/Fragmentation.cpp (modified) * src/Fragmentation/fragmentation_helpers.cpp (modified) * src/Graph/AdjacencyList.cpp (modified) * src/Graph/AdjacencyList.hpp (modified) * src/Graph/unittests/AdjacencyListUnitTest.cpp (modified) * src/Graph/unittests/AdjacencyListUnitTest.hpp (modified) * src/molecule.hpp (modified) * src/molecule_graph.cpp (modified) * tests/regression/Fragmentation/FragmentMolecule-MaxOrder/testsuite-fragmentation-fragment-molecule-maxorder.at (modified) * tests/regression/Molecules/SaveAdjacency/post/test.adj (modified) REFACTOR: AdjacencyList now just contains a single internal map. - ... Mon, 03 Dec 2012 09:50:01 GMT Frederik Heber [5197e5] * src/Graph/AdjacencyList.cpp (modified) * src/Graph/AdjacencyList.hpp (modified) * src/Graph/unittests/AdjacencyListUnitTest.cpp (modified) * src/Graph/unittests/AdjacencyListUnitTest.hpp (modified) REFACTOR: AdjacencyList's map creations may now create either map. ... Mon, 03 Dec 2012 09:50:01 GMT Frederik Heber [0fad93] * src/Actions/FragmentationAction/FragmentationAction.cpp (modified) * src/Fragmentation/Fragmentation.cpp (modified) * src/Fragmentation/Fragmentation.hpp (modified) * src/Graph/AdjacencyList.cpp (moved) * src/Graph/AdjacencyList.hpp (moved) * src/Graph/Makefile.am (modified) * src/Graph/unittests/AdjacencyListUnitTest.cpp (moved) * src/Graph/unittests/AdjacencyListUnitTest.hpp (moved) * src/Graph/unittests/Makefile.am (modified) Renamed CheckAgainstAdjacencyFile -> AdjacencyList. - operator() is ...