# # ChangeLog for src/Graph/BoostGraphCreator.cpp # # Generated by Trac 1.6 # Oct 20, 2025, 7:22:26 AM Fri, 19 May 2017 13:13:41 GMT Frederik Heber [94791a] * src/Graph/BoostGraphCreator.cpp (modified) * src/Graph/BoostGraphCreator.hpp (modified) * src/Graph/unittests/BoostGraphCreatorUnitTest.cpp (modified) * src/Graph/unittests/BoostGraphCreatorUnitTest.hpp (modified) Edges may be added and removed in BoostGraphCreator. - TESTS: added ... Fri, 19 May 2017 09:25:53 GMT Frederik Heber [d6192a3] * src/Graph/BoostGraphCreator.cpp (modified) * src/Graph/BoostGraphCreator.hpp (modified) * src/Graph/BoostGraphCreator_impl.hpp (added) * src/Graph/Makefile.am (modified) Moved BoostGraphCreator::createFromRange into extra impl module. Thu, 18 May 2017 20:03:08 GMT Frederik Heber [df855a] * src/Actions/MoleculeAction/StretchBondAction.cpp (modified) * src/Actions/MoleculeAction/StretchBondAction.def (modified) * src/Graph/BoostGraphCreator.cpp (modified) * src/Graph/BoostGraphCreator.hpp (modified) * src/Graph/BoostGraphHelpers.hpp (added) * src/Graph/BreadthFirstSearchGatherer.cpp (added) * src/Graph/BreadthFirstSearchGatherer.hpp (added) * src/Graph/Makefile.am (modified) Extracted extraction (subset of) nodes from BoostGraph into ... Thu, 18 May 2017 19:15:06 GMT Frederik Heber [b1f995] * src/Actions/MoleculeAction/StretchBondAction.cpp (modified) * src/Graph/BoostGraphCreator.cpp (added) * src/Graph/BoostGraphCreator.hpp (added) * src/Graph/Makefile.am (modified) Extracted conversion to boost::graph into distinct struct. - ...