# # ChangeLog for src/Graph/Makefile.am # # Generated by Trac 1.4.4 # Jan 9, 2025, 1:50:47 PM Thu, 14 Aug 2014 14:49:51 GMT Frederik Heber [06804b] * src/Fragmentation/Exporters/ExportGraph.cpp (modified) * src/Fragmentation/Exporters/ExportGraph.hpp (modified) * src/Graph/BreadthFirstSearchAdd.cpp (deleted) * src/Graph/BreadthFirstSearchAdd.hpp (deleted) * src/Graph/Makefile.am (modified) * src/molecule.cpp (modified) * src/molecule.hpp (modified) Removed molecule::AddHydrogenReplacement() and BreadthFirstSearchAdd. ... Tue, 16 Apr 2013 06:30:39 GMT Frederik Heber [214240] * src/Actions/Makefile.am (modified) * src/Analysis/Makefile.am (modified) * src/Atom/Makefile.am (modified) * src/Element/Makefile.am (modified) * src/Filling/Makefile.am (modified) * src/Fragmentation/Automation/Makefile.am (modified) * src/Fragmentation/Makefile.am (modified) * src/Fragmentation/Summation/Containers/Makefile.am (modified) * src/Fragmentation/Summation/Converter/Makefile.am (modified) * src/Fragmentation/Summation/Makefile.am (modified) * src/Fragmentation/Summation/SetValues/Makefile.am (modified) * src/FunctionApproximation/Makefile.am (modified) * src/Graph/Makefile.am (modified) * src/Helpers/Makefile.am (modified) * src/LinkedCell/Makefile.am (modified) * src/Parameters/Makefile.am (modified) * src/Parser/Makefile.am (modified) * src/Potentials/Makefile.am (modified) * src/RandomNumbers/Makefile.am (modified) * src/Shapes/Makefile.am (modified) * src/UIElements/Makefile.am (modified) FIX: Most of the includedirs were wrongly set. - each just needs to ... 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 ... Fri, 26 Oct 2012 13:24:01 GMT Frederik Heber [6d551c] * src/Actions/GraphAction/DepthFirstSearchAction.cpp (modified) * src/Fragmentation/Fragmentation.cpp (modified) * src/Graph/DepthFirstSearchAnalysis.cpp (modified) * src/Graph/DepthFirstSearchAnalysis.hpp (modified) * src/Graph/ListOfLocalAtoms.hpp (added) * src/Graph/Makefile.am (modified) * src/MoleculeLeafClass.cpp (modified) * src/MoleculeLeafClass.hpp (modified) * src/molecule.hpp (modified) * src/molecule_graph.cpp (modified) ListOfLocalAtoms is now a map, inherited into a distinct class. - ... Tue, 25 Oct 2011 12:08:02 GMT Frederik Heber [708798] * src/Graph/Makefile.am (modified) FIX: removed -version-info from libMolecuilderGraph. - it's just a ... 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. - ... 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: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: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 ...