# # ChangeLog for src/Graph/BoostGraphCreator.hpp # # Generated by Trac 1.4.4 # Mar 19, 2025, 3:30:28 AM Wed, 12 Jul 2017 19:10:32 GMT Frederik Heber [e0b960] * 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 ... Wed, 12 Jul 2017 19:10:32 GMT Frederik Heber [e3ec8a8] * src/Graph/BoostGraphCreator.hpp (modified) * src/Graph/BreadthFirstSearchGatherer.cpp (modified) * src/Graph/BreadthFirstSearchGatherer.hpp (modified) * src/Graph/unittests/BreadthFirstSearchGathererUnitTest.cpp (modified) * src/Graph/unittests/BreadthFirstSearchGathererUnitTest.hpp (modified) Extended BreadthFirstSearchGatherer to allow BFS with limited ... Wed, 12 Jul 2017 19:10:32 GMT Frederik Heber [0dc8bf2] * src/Graph/BoostGraphCreator.hpp (modified) * src/Graph/unittests/BoostGraphCreatorUnitTest.cpp (added) * src/Graph/unittests/BoostGraphCreatorUnitTest.hpp (added) * src/Graph/unittests/Makefile.am (modified) Added unit test for BoostGraphCreator. Wed, 12 Jul 2017 19:10:32 GMT Frederik Heber [1356af] * 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. Wed, 12 Jul 2017 19:10:31 GMT Frederik Heber [6e5b8d] * src/Graph/BoostGraphCreator.hpp (modified) * src/Graph/unittests/BreadthFirstSearchGathererUnitTest.cpp (added) * src/Graph/unittests/BreadthFirstSearchGathererUnitTest.hpp (added) * src/Graph/unittests/Makefile.am (modified) Added BreadthFirstSearchGathererUnitTest. Wed, 12 Jul 2017 19:10:31 GMT Frederik Heber [bccbe9] * 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 ... Wed, 12 Jul 2017 19:10:31 GMT Frederik Heber [d24ef58] * 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. - ...