# # ChangeLog for src/Graph/BreadthFirstSearchGatherer.cpp # # Generated by Trac 1.6 # Jul 5, 2025, 5:05:36 PM Wed, 05 Jul 2017 19:43:00 GMT Frederik Heber [6e1c14] * src/Graph/BreadthFirstSearchGatherer.cpp (modified) * src/Graph/BreadthFirstSearchGatherer.hpp (modified) BreadthFirstSearchGatherer::getDistances() added. Wed, 05 Jul 2017 19:43:00 GMT Frederik Heber [9b5fa6] * 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, 05 Jul 2017 19:40:48 GMT Frederik Heber [6e5907] * 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 ...