# # ChangeLog for src/Shapes/unittests/Makefile.am # # Generated by Trac 1.4.4 # Jan 19, 2025, 7:15:36 AM Thu, 15 Nov 2012 17:31:08 GMT Frederik Heber [d8421f] * src/Shapes/unittests/Makefile.am (modified) * src/Shapes/unittests/ShapeRegistryUnitTest.cpp (added) * src/Shapes/unittests/ShapeRegistryUnitTest.hpp (added) ShapeRegistryUnitTest added Thu, 15 Nov 2012 17:31:06 GMT Frederik Heber [a367b8] * src/Shapes/Shape.hpp (modified) * src/Shapes/ShapeFactory.cpp (modified) * src/Shapes/ShapeFactory.hpp (modified) * src/Shapes/unittests/Makefile.am (modified) * src/Shapes/unittests/ShapeFactoryUnitTest.cpp (added) * src/Shapes/unittests/ShapeFactoryUnitTest.hpp (added) ShapeFactoryUnitTest added Thu, 05 Apr 2012 15:57:20 GMT Frederik Heber [c48641] * src/Shapes/ShapeOps.cpp (modified) * src/Shapes/ShapeOps_impl.hpp (modified) * src/Shapes/unittests/Makefile.am (modified) * src/Shapes/unittests/Shape_HomogeneousPointsUnitTest.cpp (modified) FIX: ShapeOps::getHomogenous...() were not working. - replaced ... Fri, 30 Mar 2012 09:18:26 GMT Frederik Heber [da1e92] * src/Shapes/Shape.cpp (modified) * src/Shapes/unittests/Makefile.am (modified) * src/Shapes/unittests/stubs/ApproximateShapeAreaStub.cpp (added) * src/Shapes/unittests/stubs/ApproximateShapeVolumeStub.cpp (added) * src/unittests/Makefile.am (modified) Shape::getVolume() and ::getSurfaceArea() use Approximators if ... Wed, 28 Mar 2012 15:17:38 GMT Frederik Heber [5a8d61] * src/Shapes/BaseShapes.cpp (modified) * src/Shapes/BaseShapes_impl.hpp (modified) * src/Shapes/Shape.cpp (modified) * src/Shapes/Shape.hpp (modified) * src/Shapes/ShapeOps.cpp (modified) * src/Shapes/ShapeOps_impl.hpp (modified) * src/Shapes/Shape_impl.hpp (modified) * src/Shapes/unittests/Makefile.am (modified) * src/Shapes/unittests/Shape_HomogeneousPointsUnitTest.cpp (added) * src/Shapes/unittests/Shape_HomogeneousPointsUnitTest.hpp (added) Added new function to all Shape: getHomogeneousPointsInVolume(). - ... Wed, 28 Mar 2012 15:17:38 GMT Frederik Heber [84721b] * src/Shapes/ShapeOps.cpp (modified) * src/Shapes/unittests/Makefile.am (modified) * src/Shapes/unittests/ShapeOpsUnitTest.cpp (added) * src/Shapes/unittests/ShapeOpsUnitTest.hpp (added) Added new unit test ShapeOpsUnitTest, testing all ShapeOps. - ... Wed, 28 Mar 2012 15:17:38 GMT Frederik Heber [571d04] * src/Shapes/unittests/BaseShapesUnitTest.cpp (moved) * src/Shapes/unittests/BaseShapesUnitTest.hpp (moved) * src/Shapes/unittests/Makefile.am (modified) Renamed ShapeUnitTest -> BaseShapesUnitTest. Fri, 30 Sep 2011 08:19:37 GMT Frederik Heber [79de12] * LinearAlgebra/configure.ac (modified) * LinearAlgebra/src/unittests/Makefile.am (modified) * configure.ac (modified) * m4/ax_boost_base.m4 (deleted) * m4/ax_boost_filesystem.m4 (deleted) * m4/ax_boost_program_options.m4 (deleted) * m4/ax_boost_system.m4 (deleted) * m4/ax_codepatterns.m4 (modified) * m4/boost.m4 (added) * m4/m4_ax_boost_thread.m4 (deleted) * src/Descriptors/unittests/Makefile.am (modified) * src/Makefile.am (modified) * src/Parser/unittests/Makefile.am (modified) * src/RandomNumbers/unittests/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) Replaced *_boost_*.m4 by boost.m4 from tsuna. - ... 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:42 GMT Frederik Heber [3e2225f] * configure.ac (modified) * src/Actions/unittests/Makefile.am (modified) * src/Descriptors/unittests/Makefile.am (modified) * src/Exceptions/CustomException.cpp (deleted) * src/Exceptions/CustomException.hpp (deleted) * src/Exceptions/Makefile.am (deleted) * src/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/Menu/unittests/Makefile.am (modified) * src/unittests/Makefile.am (modified) Removed subdir Exceptions and libMolecuilderExceptions. - changes ... 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 ... Mon, 07 Mar 2011 11:40:27 GMT Frederik Heber [dda246] * configure.ac (modified) * src/Helpers/Makefile.am (added) * src/LinearAlgebra/Makefile.am (modified) * src/LinearAlgebra/unittests/Makefile.am (modified) * src/Makefile.am (modified) * src/Shapes/unittests/Makefile.am (modified) * src/unittests/Makefile.am (modified) Made Helpers into commodity library to prevent double inclusion. - ... Thu, 23 Dec 2010 17:41:54 GMT Frederik Heber [6d2207] * configure.ac (modified) * src/Actions/unittests/Makefile.am (modified) * src/Descriptors/unittests/Makefile.am (modified) * src/Makefile.am (modified) * src/Parser/unittests/Makefile.am (modified) * src/Shapes/Makefile.am (added) * src/Shapes/unittests/Makefile.am (modified) * src/unittests/Makefile.am (modified) FIX: Forgot Shapes/unittests and made Shapes into own library. - ... Thu, 23 Dec 2010 17:40:04 GMT Frederik Heber [a0064e] * configure.ac (modified) * m4/ax_codepatterns.m4 (added) * src/Actions/Makefile.am (modified) * src/Actions/unittests/Makefile.am (modified) * src/Descriptors/AtomOfMoleculeSelectionDescriptor.cpp (modified) * src/Descriptors/unittests/Makefile.am (modified) * src/Exceptions/Makefile.am (modified) * src/Formula.hpp (modified) * src/Helpers/Assert.cpp (deleted) * src/Helpers/Assert.hpp (deleted) * src/Helpers/Info.cpp (deleted) * src/Helpers/Info.hpp (deleted) * src/Helpers/Log.cpp (deleted) * src/Helpers/Log.hpp (deleted) * src/Helpers/Makefile.am (deleted) * src/Helpers/MemDebug.cpp (deleted) * src/Helpers/MemDebug.hpp (deleted) * src/Helpers/Range.hpp (deleted) * src/Helpers/Verbose.cpp (deleted) * src/Helpers/Verbose.hpp (deleted) * src/Helpers/errorlogger.cpp (deleted) * src/Helpers/errorlogger.hpp (deleted) * src/Helpers/fast_functions.hpp (modified) * src/Helpers/helpers.cpp (modified) * src/Helpers/helpers.hpp (modified) * src/Helpers/logger.cpp (deleted) * src/Helpers/logger.hpp (deleted) * src/Helpers/toString.hpp (deleted) * src/Helpers/unittests/InfoUnitTest.cpp (deleted) * src/Helpers/unittests/InfoUnitTest.hpp (deleted) * src/Helpers/unittests/LogUnitTest.cpp (deleted) * src/Helpers/unittests/LogUnitTest.hpp (deleted) * src/Helpers/unittests/Makefile.am (deleted) * src/LinearAlgebra/Makefile.am (modified) * src/LinearAlgebra/unittests/Makefile.am (modified) * src/Makefile.am (modified) * src/Parser/Makefile.am (modified) * src/Parser/unittests/Makefile.am (modified) * src/Patterns/Cacheable.hpp (deleted) * src/Patterns/ObservedContainer.hpp (deleted) * src/Patterns/ObservedContainer_impl.hpp (deleted) * src/Patterns/ObservedIterator.hpp (deleted) * src/Patterns/Observer.cpp (deleted) * src/Patterns/Observer.hpp (deleted) * src/Patterns/Registry.hpp (deleted) * src/Patterns/Registry_impl.hpp (deleted) * src/Patterns/Singleton.hpp (deleted) * src/Patterns/Singleton_impl.hpp (deleted) * src/Patterns/unittests/CacheableUnitTest.cpp (deleted) * src/Patterns/unittests/CacheableUnitTest.hpp (deleted) * src/Patterns/unittests/Makefile.am (deleted) * src/Patterns/unittests/ObserverUnitTest.cpp (deleted) * src/Patterns/unittests/ObserverUnitTest.hpp (deleted) * src/Patterns/unittests/RegistryUnitTest.cpp (deleted) * src/Patterns/unittests/RegistryUnitTest.hpp (deleted) * src/Patterns/unittests/SingletonUnitTest.cpp (deleted) * src/Patterns/unittests/SingletonUnitTest.hpp (deleted) * src/Shapes/unittests/Makefile.am (modified) * src/SubspaceFactorizer.cpp (modified) * src/UIElements/Makefile.am (modified) * src/UIElements/Menu/unittests/Makefile.am (modified) * src/atom.cpp (modified) * src/atom.hpp (modified) * src/molecule.cpp (modified) * src/molecule_dynamics.cpp (modified) * src/molecule_fragmentation.cpp (modified) * src/molecule_graph.cpp (modified) * src/moleculelist.cpp (modified) * src/tesselation.cpp (modified) * src/unittests/Makefile.am (modified) * src/unittests/SubspaceFactorizerUnitTest.cpp (modified) Moved stuff in src/Helpers and src/Patterns out to stand-alone ... Thu, 16 Dec 2010 23:47:45 GMT Frederik Heber [0b3cbdf] * src/Shapes/unittests/Makefile.am (added) * src/Shapes/unittests/ShapeUnitTest.cpp (moved) * src/Shapes/unittests/ShapeUnitTest.hpp (moved) * src/unittests/Makefile.am (modified) Moved ShapeUnittest to Shapes/unittests/ShapeUnitTest.