# # ChangeLog for src/Graph # # Generated by Trac 1.4.4 # Jan 7, 2025, 4:11:52 PM Thu, 06 Oct 2011 16:06:10 GMT Frederik Heber [5e2f80] * src/Actions/GraphAction/CreateAdjacencyAction.cpp (modified) * src/Actions/MoleculeAction/CopyAction.cpp (modified) * src/Graph/BondGraph.hpp (modified) * src/atom_bondedparticle.cpp (modified) * src/atom_bondedparticle.hpp (modified) * src/atom_bondedparticleinfo.cpp (modified) * src/atom_bondedparticleinfo.hpp (modified) * src/molecule.cpp (modified) * src/molecule_graph.cpp (modified) * src/moleculelist.cpp (modified) * src/unittests/ListOfBondsUnitTest.cpp (modified) BondedParticle no more hands out non-const ListOfBonds. - the few ... Thu, 06 Oct 2011 16:06:10 GMT Frederik Heber [db7e6d] * src/Actions/GraphAction/CreateAdjacencyAction.cpp (modified) * src/Bond/bond.cpp (modified) * src/Bond/bond.hpp (modified) * src/Graph/BondGraph.cpp (modified) * src/Graph/BondGraph.hpp (modified) * src/atom_bondedparticle.cpp (modified) * src/atom_bondedparticle.hpp (modified) BondedParticle:: register and unregister are private. - adding and ... Mon, 18 Apr 2011 12:45:06 GMT Frederik Heber [455573] * configure.ac (modified) * src/Actions/Makefile.am (modified) * src/Actions/unittests/ActionRegistryUnitTest.cpp (modified) * src/Actions/unittests/Makefile.am (modified) * src/Descriptors/unittests/Makefile.am (modified) * src/Graph/Makefile.am (modified) * src/Makefile.am (modified) * src/Parser/Makefile.am (modified) * src/Parser/unittests/Makefile.am (modified) * src/RandomNumbers/Makefile.am (modified) * src/RandomNumbers/unittests/Makefile.am (modified) * src/Shapes/Makefile.am (modified) * src/Shapes/unittests/Makefile.am (modified) * src/UIElements/CommandLineUI/unittests/Makefile.am (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Menu/unittests/Makefile.am (modified) * src/unittests/Makefile.am (modified) Large Commit: SUBDIRS in src/Makefile.am replaced by include. - ... Fri, 08 Apr 2011 15:48:50 GMT Frederik Heber [bf4b9f] * LinearAlgebra/.gitignore (added) * LinearAlgebra/AUTHORS (added) * LinearAlgebra/COPYING (added) * LinearAlgebra/ChangeLog (added) * LinearAlgebra/INSTALL (added) * LinearAlgebra/LinearAlgebra-debug.pc.in (added) * LinearAlgebra/LinearAlgebra.pc.in (moved) * LinearAlgebra/Makefile.am (added) * LinearAlgebra/NEWS (added) * LinearAlgebra/README (added) * LinearAlgebra/bootstrap (added) * LinearAlgebra/build-aux/README (added) * LinearAlgebra/configure.ac (added) * LinearAlgebra/doc/Doxyfile (added) * LinearAlgebra/doc/Makefile.am (added) * LinearAlgebra/libLinearAlgebra_config.h.in (added) * LinearAlgebra/m4 (added) * LinearAlgebra/src/LinearAlgebra/BoxVector.cpp (moved) * LinearAlgebra/src/LinearAlgebra/BoxVector.hpp (moved) * LinearAlgebra/src/LinearAlgebra/Exceptions.hpp (moved) * LinearAlgebra/src/LinearAlgebra/Line.cpp (moved) * LinearAlgebra/src/LinearAlgebra/Line.hpp (moved) * LinearAlgebra/src/LinearAlgebra/LineSegment.cpp (moved) * LinearAlgebra/src/LinearAlgebra/LineSegment.hpp (moved) * LinearAlgebra/src/LinearAlgebra/LineSegmentSet.cpp (moved) * LinearAlgebra/src/LinearAlgebra/LineSegmentSet.hpp (moved) * LinearAlgebra/src/LinearAlgebra/LinearSystemOfEquations.cpp (moved) * LinearAlgebra/src/LinearAlgebra/LinearSystemOfEquations.hpp (moved) * LinearAlgebra/src/LinearAlgebra/Makefile.am (moved) * LinearAlgebra/src/LinearAlgebra/MatrixContent.cpp (moved) * LinearAlgebra/src/LinearAlgebra/MatrixContent.hpp (moved) * LinearAlgebra/src/LinearAlgebra/MatrixVector_ops.cpp (moved) * LinearAlgebra/src/LinearAlgebra/MatrixVector_ops.hpp (moved) * LinearAlgebra/src/LinearAlgebra/Plane.cpp (moved) * LinearAlgebra/src/LinearAlgebra/Plane.hpp (moved) * LinearAlgebra/src/LinearAlgebra/RealSpaceMatrix.cpp (moved) * LinearAlgebra/src/LinearAlgebra/RealSpaceMatrix.hpp (moved) * LinearAlgebra/src/LinearAlgebra/Space.cpp (moved) * LinearAlgebra/src/LinearAlgebra/Space.hpp (moved) * LinearAlgebra/src/LinearAlgebra/Vector.cpp (moved) * LinearAlgebra/src/LinearAlgebra/Vector.hpp (moved) * LinearAlgebra/src/LinearAlgebra/VectorContent.cpp (moved) * LinearAlgebra/src/LinearAlgebra/VectorContent.hpp (moved) * LinearAlgebra/src/LinearAlgebra/VectorInterface.cpp (moved) * LinearAlgebra/src/LinearAlgebra/VectorInterface.hpp (moved) * LinearAlgebra/src/LinearAlgebra/VectorSet.hpp (moved) * LinearAlgebra/src/LinearAlgebra/defs.hpp (moved) * LinearAlgebra/src/LinearAlgebra/fast_functions.hpp (moved) * LinearAlgebra/src/LinearAlgebra/leastsquaremin.cpp (moved) * LinearAlgebra/src/LinearAlgebra/leastsquaremin.hpp (moved) * LinearAlgebra/src/LinearAlgebra/vector_ops.cpp (moved) * LinearAlgebra/src/LinearAlgebra/vector_ops.hpp (moved) * LinearAlgebra/src/unittests/LineUnitTest.cpp (moved) * LinearAlgebra/src/unittests/LineUnitTest.hpp (moved) * LinearAlgebra/src/unittests/LinearSystemOfEquationsUnitTest.cpp (moved) * LinearAlgebra/src/unittests/LinearSystemOfEquationsUnitTest.hpp (moved) * LinearAlgebra/src/unittests/Makefile.am (moved) * LinearAlgebra/src/unittests/MatrixContentSymmetricUnitTest.cpp (moved) * LinearAlgebra/src/unittests/MatrixContentSymmetricUnitTest.hpp (moved) * LinearAlgebra/src/unittests/MatrixContentUnitTest.cpp (moved) * LinearAlgebra/src/unittests/MatrixContentUnitTest.hpp (moved) * LinearAlgebra/src/unittests/MatrixUnitTest.cpp (moved) * LinearAlgebra/src/unittests/MatrixUnitTest.hpp (moved) * LinearAlgebra/src/unittests/PlaneUnitTest.cpp (moved) * LinearAlgebra/src/unittests/PlaneUnitTest.hpp (moved) * LinearAlgebra/src/unittests/TestRunnerMain.cpp (added) * LinearAlgebra/src/unittests/UnitTestMain.cpp (added) * LinearAlgebra/src/unittests/VectorContentUnitTest.cpp (moved) * LinearAlgebra/src/unittests/VectorContentUnitTest.hpp (moved) * LinearAlgebra/src/unittests/VectorUnitTest.cpp (moved) * LinearAlgebra/src/unittests/VectorUnitTest.hpp (moved) * LinearAlgebra/tests/CodeChecks/Makefile.am (added) * LinearAlgebra/tests/CodeChecks/atlocal.in (added) * LinearAlgebra/tests/CodeChecks/testsuite-config_h.at (added) * LinearAlgebra/tests/CodeChecks/testsuite-memdebug.at (added) * LinearAlgebra/tests/CodeChecks/testsuite.at (added) * Makefile.am (modified) * bootstrap (modified) * build-aux/README (added) * config/depcomp (deleted) * config/install-sh (deleted) * config/ltmain.sh (deleted) * config/missing (deleted) * configure.ac (modified) * src/Actions/Makefile.am (modified) * src/Actions/unittests/Makefile.am (modified) * src/Descriptors/unittests/Makefile.am (modified) * src/Graph/Makefile.am (modified) * src/Makefile.am (modified) * src/Parser/Makefile.am (modified) * src/Parser/unittests/Makefile.am (modified) * src/Shapes/Makefile.am (modified) * src/Shapes/unittests/Makefile.am (modified) * src/UIElements/CommandLineUI/unittests/Makefile.am (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Menu/unittests/Makefile.am (modified) * src/unittests/Makefile.am (modified) Moved LinearAlgebra from folder src/ into distinct sub-package. - ... Wed, 06 Apr 2011 13:50:41 GMT Frederik Heber [255829] * configure.ac (modified) * src/BoundaryPolygonSet.cpp (modified) * src/ConfigFileBuffer.cpp (modified) * src/Dynamics/MinimiseConstrainedPotential.cpp (modified) * src/Dynamics/OutputTemperature.hpp (modified) * src/Dynamics/VerletForceIntegration.hpp (modified) * src/Formula.hpp (modified) * src/Graph/CheckAgainstAdjacencyFile.cpp (modified) * src/Helpers/Makefile.am (deleted) * src/Helpers/defs.hpp (modified) * src/Helpers/helpers.cpp (deleted) * src/Helpers/helpers.hpp (modified) * src/Makefile.am (modified) * src/Parser/unittests/ParserPcpUnitTest.cpp (modified) * src/Parser/unittests/ParserPdbUnitTest.cpp (modified) * src/Parser/unittests/ParserXyzUnitTest.cpp (modified) * src/Shapes/unittests/Makefile.am (modified) * src/Thermostats/Berendsen.cpp (modified) * src/Thermostats/GaussianThermostat.cpp (modified) * src/Thermostats/Langevin.cpp (modified) * src/Thermostats/NoseHoover.cpp (modified) * src/Thermostats/Woodcock.cpp (modified) * src/UIElements/Views/Qt4/QtStatusBar.cpp (modified) * src/analysis_correlation.hpp (modified) * src/analyzer.cpp (modified) * src/atom.hpp (modified) * src/boundary.cpp (modified) * src/config.cpp (modified) * src/datacreator.cpp (modified) * src/joiner.cpp (modified) * src/linkedcell.cpp (modified) * src/molecule.cpp (modified) * src/molecule.hpp (modified) * src/molecule_geometry.cpp (modified) * src/molecule_graph.cpp (modified) * src/parser.cpp (modified) * src/periodentafel.cpp (modified) * src/tesselation.hpp (modified) * src/triangleintersectionlist.cpp (modified) * src/unittests/ListOfBondsUnitTest.cpp (modified) * src/unittests/Makefile.am (modified) * src/unittests/TesselationUnitTest.cpp (modified) * src/unittests/Tesselation_BoundaryTriangleUnitTest.cpp (modified) * src/unittests/Tesselation_InsideOutsideUnitTest.cpp (modified) Removed Helpers.hpp, deleted Helpers.cpp and libMoleCuilderHelpers.la ... Fri, 11 Mar 2011 12:38:30 GMT Frederik Heber [13a953] * src/Graph/CheckAgainstAdjacencyFile.cpp (added) * src/Graph/CheckAgainstAdjacencyFile.hpp (added) * src/Graph/Makefile.am (modified) * src/molecule.hpp (modified) * src/molecule_fragmentation.cpp (modified) * src/molecule_graph.cpp (modified) Moved molecule::CheckAdjacencyAgainstFile() into functor in Graph/. ... Mon, 07 Mar 2011 11:40:27 GMT Frederik Heber [2d4334] * src/Graph/BuildInducedSubgraph.cpp (added) * src/Graph/BuildInducedSubgraph.hpp (added) * src/Graph/Makefile.am (modified) * src/molecule.hpp (modified) * src/molecule_graph.cpp (modified) Moved BuildInducedSubgraph from molecule into functor in Graph/. - ... Wed, 02 Mar 2011 21:53:09 GMT Frederik Heber [efe516] * src/Actions/FragmentationAction/CreateAdjacencyAction.cpp (modified) * src/Bond/bond.cpp (modified) * src/Bond/bond.hpp (modified) * src/Graph/BondGraph.hpp (modified) * src/Graph/BreadthFirstSearchAdd.cpp (modified) * src/Graph/BreadthFirstSearchAdd.hpp (modified) * src/atom_bondedparticle.cpp (modified) * src/molecule.cpp (modified) * src/moleculelist.cpp (modified) Removed bond::nr. - has only been used by BreadthFirstSearchAdd. - ... Wed, 02 Mar 2011 21:53:08 GMT Frederik Heber [49c059] * src/Actions/FragmentationAction/DepthFirstSearchAction.cpp (modified) * src/Actions/FragmentationAction/FragmentationAction.cpp (modified) * src/Actions/FragmentationAction/SubgraphDissectionAction.cpp (modified) * src/Graph/DepthFirstSearchAnalysis.cpp (added) * src/Graph/DepthFirstSearchAnalysis.hpp (added) * src/Graph/Makefile.am (modified) * src/molecule.hpp (modified) * src/molecule_fragmentation.cpp (modified) * src/molecule_graph.cpp (modified) * tests/Fragmentations/defs.in (modified) * tests/regression/Analysis/SurfaceCorrelation/testsuite-analysis-surface-correlation.at (modified) * tests/regression/Fragmentation/FragmentMolecule/testsuite-fragmentation-fragment-molecule.at (modified) * tests/regression/Selection/Atoms/AllAtomsOfMolecule/testsuite-selection-all-atoms-of-molecule.at (modified) * tests/regression/Selection/Molecules/MoleculeById/post/id4_missing.xyz (moved) * tests/regression/Selection/Molecules/MoleculeById/post/water_id4.xyz (moved) * tests/regression/Selection/Molecules/MoleculeById/testsuite-selection-molecule-by-id.at (modified) * tests/regression/Selection/Molecules/MoleculeByName/testsuite-selection-molecules-by-name.at (modified) Moved DepthFirstSearchAnalysis into functor in Graph/. Smaller ... Wed, 02 Mar 2011 21:53:08 GMT Frederik Heber [e73ad9a] * src/Actions/FragmentationAction/DepthFirstSearchAction.cpp (modified) * src/Actions/Makefile.am (modified) * src/Graph/CyclicStructureAnalysis.cpp (added) * src/Graph/CyclicStructureAnalysis.hpp (added) * src/Graph/Makefile.am (modified) * src/Makefile.am (modified) * src/molecule.hpp (modified) * src/molecule_fragmentation.cpp (modified) * src/molecule_graph.cpp (modified) Moved CyclicStructureAnalysis from molecule_graph.cpp into own ... Wed, 02 Mar 2011 21:53:08 GMT Frederik Heber [09ac12] * src/Graph/ConnectedSubgraph.cpp (added) * src/Graph/ConnectedSubgraph.hpp (added) * src/Graph/Makefile.am (modified) Added new class ConnectedSubgraph. - inherits list. - will ... Wed, 02 Mar 2011 21:53:08 GMT Frederik Heber [111387] * src/Graph/BreadthFirstSearchAdd.hpp (modified) FIX: BreadthFirstSearchAdd header only includes GraphEdge, not bond ... Wed, 02 Mar 2011 21:53:08 GMT Frederik Heber [129204] * src/Actions/FragmentationAction/CreateAdjacencyAction.cpp (modified) * src/Actions/FragmentationAction/SubgraphDissectionAction.cpp (modified) * src/Actions/MoleculeAction/CopyAction.cpp (modified) * src/Bond/GraphEdge.cpp (added) * src/Bond/GraphEdge.hpp (added) * src/Bond/bond.cpp (moved) * src/Bond/bond.hpp (moved) * src/Graph/BondGraph.cpp (modified) * src/Graph/BondGraph.hpp (modified) * src/Graph/BreadthFirstSearchAdd.cpp (modified) * src/Graph/BreadthFirstSearchAdd.hpp (modified) * src/Makefile.am (modified) * src/Parser/PdbParser.cpp (modified) * src/Parser/TremoloParser.cpp (modified) * src/analysis_bonds.cpp (modified) * src/analysis_correlation.cpp (modified) * src/atom.cpp (modified) * src/atom_bondedparticle.cpp (modified) * src/boundary.cpp (modified) * src/config.cpp (modified) * src/graph.cpp (modified) * src/molecule.cpp (modified) * src/molecule_fragmentation.cpp (modified) * src/molecule_geometry.cpp (modified) * src/molecule_graph.cpp (modified) * src/moleculelist.cpp (modified) * src/unittests/AnalysisBondsUnitTest.cpp (modified) * src/unittests/BondGraphUnitTest.cpp (modified) * src/unittests/CountBondsUnitTest.cpp (modified) * src/unittests/ListOfBondsUnitTest.cpp (modified) Moved bond.* to Bond/, new class GraphEdge which contains graph parts ... Wed, 02 Mar 2011 21:53:07 GMT Frederik Heber [766ba5] * src/Graph/BreadthFirstSearchAdd.cpp (modified) * src/bond.cpp (modified) * src/bond.hpp (modified) bond::GetColor() is now static function bond::getColorName(). Wed, 02 Mar 2011 21:53:07 GMT Frederik Heber [53d6b2] * configure.ac (modified) * src/Graph/BreadthFirstSearchAdd.cpp (added) * src/Graph/BreadthFirstSearchAdd.hpp (added) * src/Graph/Makefile.am (added) * src/Makefile.am (modified) * src/molecule.hpp (modified) * src/molecule_graph.cpp (modified) Moved unused function BreadthFirstSearchAdd and subfunctions into ... Tue, 01 Mar 2011 13:17:09 GMT Frederik Heber [632508] * src/Actions/CommandAction/BondLengthTableAction.cpp (modified) * src/Actions/CommandAction/BondLengthTableAction.def (modified) * src/Actions/FragmentationAction/CreateAdjacencyAction.cpp (modified) * src/Actions/FragmentationAction/DepthFirstSearchAction.cpp (modified) * src/Actions/FragmentationAction/FragmentationAction.cpp (modified) * src/Actions/FragmentationAction/SubgraphDissectionAction.cpp (modified) * src/Actions/MoleculeAction/BondFileAction.cpp (modified) * src/Actions/MoleculeAction/FillVoidWithMoleculeAction.cpp (modified) * src/Actions/MoleculeAction/FillWithMoleculeAction.cpp (modified) * src/Actions/MoleculeAction/SaveAdjacencyAction.cpp (modified) * src/Actions/MoleculeAction/SaveBondsAction.cpp (modified) * src/Graph/BondGraph.cpp (moved) * src/Graph/BondGraph.hpp (moved) * src/Makefile.am (modified) * src/World.cpp (modified) * src/builder_init.cpp (modified) * src/config.cpp (modified) * src/molecule.cpp (modified) * src/molecule_fragmentation.cpp (modified) * src/molecule_geometry.cpp (modified) * src/molecule_graph.cpp (modified) * src/moleculelist.cpp (modified) * src/unittests/AnalysisBondsUnitTest.cpp (modified) * src/unittests/BondGraphUnitTest.cpp (modified) * src/unittests/CountBondsUnitTest.cpp (modified) Moved files bondgraph.?pp -> Graph/BondGraph.?pp.