# # ChangeLog for LinearAlgebra # # Generated by Trac 1.4.4 # Jan 11, 2025, 10:11:22 PM Fri, 06 Apr 2012 11:44:09 GMT Frederik Heber [50c35d] * LinearAlgebra/src/LinearAlgebra/Line.cpp (modified) * LinearAlgebra/src/LinearAlgebra/Line.hpp (modified) * LinearAlgebra/src/LinearAlgebra/RealSpaceMatrix.cpp (modified) * LinearAlgebra/src/LinearAlgebra/RealSpaceMatrix.hpp (modified) * LinearAlgebra/src/unittests/LineUnitTest.cpp (modified) * LinearAlgebra/src/unittests/LineUnitTest.hpp (modified) * LinearAlgebra/src/unittests/RealSpaceMatrixUnitTest.cpp (modified) Added Line::getRotationMatrix() and ... Wed, 04 Apr 2012 11:30:11 GMT Frederik Heber [ce7bfd] * LinearAlgebra/src/LinearAlgebra/Plane.cpp (modified) * src/LinkedCell/linkedcell.cpp (modified) * src/Tesselation/BoundaryLineSet.cpp (modified) * src/Tesselation/BoundaryPointSet.cpp (modified) * src/Tesselation/BoundaryPolygonSet.cpp (modified) * src/Tesselation/BoundaryTriangleSet.cpp (modified) * src/Tesselation/CandidateForTesselation.cpp (modified) * src/Tesselation/boundary.cpp (modified) * src/Tesselation/ellipsoid.cpp (modified) * src/Tesselation/tesselation.cpp (modified) * src/Tesselation/tesselationhelpers.cpp (modified) VERBOSE: Subsequent change in verbosity levels of many tesselation ... Mon, 02 Apr 2012 09:40:50 GMT Frederik Heber [0f44e1b] * LinearAlgebra/tests/CodeChecks/Makefile.am (modified) * LinearAlgebra/tests/CodeChecks/testsuite-header-dist.at (added) * LinearAlgebra/tests/CodeChecks/testsuite.at (modified) * tests/CodeChecks/Makefile.am (modified) * tests/CodeChecks/testsuite-header-dist.at (added) * tests/CodeChecks/testsuite.at (modified) Added CodeCheck on header files forgotten to put into a Makefile.am Fri, 30 Mar 2012 09:18:25 GMT Frederik Heber [7672551] * LinearAlgebra/src/LinearAlgebra/Line.cpp (modified) * LinearAlgebra/src/LinearAlgebra/Line.hpp (modified) * LinearAlgebra/src/LinearAlgebra/LinePoint.cpp (added) * LinearAlgebra/src/LinearAlgebra/LinePoint.hpp (added) * LinearAlgebra/src/LinearAlgebra/LineSegment.cpp (modified) * LinearAlgebra/src/LinearAlgebra/LineSegment.hpp (modified) * LinearAlgebra/src/LinearAlgebra/LineSegmentSet.cpp (modified) * LinearAlgebra/src/LinearAlgebra/LineSegmentSet.hpp (modified) * LinearAlgebra/src/LinearAlgebra/Makefile.am (modified) * LinearAlgebra/src/documentation/lines.dox (added) * LinearAlgebra/src/documentation/mainpage.dox (modified) * src/Shapes/Shape_impl.hpp (modified) Split off class definition of LinePoint from module Line.cpp - ... Wed, 28 Mar 2012 13:23:33 GMT Frederik Heber [70a0ba] * LinearAlgebra/src/LinearAlgebra/defs.hpp (modified) * src/Tesselation/unittests/Makefile.am (modified) FIX: LINALG_MYEPSILON is too high for certain tesselation operations ... Wed, 28 Mar 2012 08:17:35 GMT Frederik Heber [f6ad4d] * LinearAlgebra/src/LinearAlgebra/VectorSet.hpp (modified) * LinearAlgebra/src/unittests/VectorSetUnitTest.cpp (modified) * LinearAlgebra/src/unittests/VectorSetUnitTest.hpp (modified) Added copy cstor from Set to VectorSet and VectorSet::transform(). ... Tue, 27 Mar 2012 15:53:35 GMT Frederik Heber [955b91] * LinearAlgebra/src/LinearAlgebra/BoxVector.cpp (modified) * LinearAlgebra/src/LinearAlgebra/BoxVector.hpp (modified) * LinearAlgebra/src/LinearAlgebra/MatrixContent.cpp (modified) * LinearAlgebra/src/LinearAlgebra/Vector.hpp (modified) * LinearAlgebra/src/LinearAlgebra/VectorContent.cpp (modified) * LinearAlgebra/src/LinearAlgebra/VectorSet.hpp (modified) * src/Actions/ActionSequence.cpp (modified) * src/Actions/ActionTrait.cpp (modified) * src/Formula.cpp (modified) * src/Fragmentation/EnergyMatrix.cpp (modified) * src/Fragmentation/ForceMatrix.cpp (modified) * src/Fragmentation/HessianMatrix.cpp (modified) * src/Parser/PdbParser.cpp (modified) * src/Parser/PdbParser.hpp (modified) * src/Parser/TremoloParser.cpp (modified) * src/Shapes/BaseShapes.cpp (modified) * src/Shapes/Shape.cpp (modified) * src/Shapes/ShapeOps.cpp (modified) * src/Tesselation/triangleintersectionlist.cpp (modified) * src/Tesselation/triangleintersectionlist.hpp (modified) * src/UIElements/CommandLineUI/CommandLineDialog.cpp (modified) * src/UIElements/CommandLineUI/Query/AtomCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/AtomsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/BooleanCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/BoxCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/DoubleCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/DoublesCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/ElementCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/ElementsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/EmptyCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/FileCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/IntCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/IntsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/MoleculeCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/MoleculesCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/RandomNumberDistribution_ParametersCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/StringCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/StringsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/UnsignedIntCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/UnsignedIntsCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/VectorCommandLineQuery.cpp (modified) * src/UIElements/CommandLineUI/Query/VectorsCommandLineQuery.cpp (modified) * src/UIElements/Qt4/Pipe/StringQtQueryPipe.cpp (modified) * src/UIElements/Qt4/Query/AtomQtQuery.cpp (modified) * src/UIElements/Qt4/Query/AtomsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/BoxQtQuery.cpp (modified) * src/UIElements/Qt4/Query/DoubleQtQuery.cpp (modified) * src/UIElements/Qt4/Query/DoublesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/IntQtQuery.cpp (modified) * src/UIElements/Qt4/Query/IntsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/MoleculeQtQuery.cpp (modified) * src/UIElements/Qt4/Query/MoleculesQtQuery.cpp (modified) * src/UIElements/Qt4/Query/RandomNumberDistribution_ParametersQtQuery.cpp (modified) * src/UIElements/Qt4/Query/StringQtQuery.cpp (modified) * src/UIElements/Qt4/Query/StringsQtQuery.cpp (modified) * src/UIElements/Qt4/Query/UnsignedIntQtQuery.cpp (modified) * src/UIElements/Qt4/Query/UnsignedIntsQtQuery.cpp (modified) * src/UIElements/Query/AtomQuery.cpp (modified) * src/UIElements/Query/AtomsQuery.cpp (modified) * src/UIElements/Query/BooleanQuery.cpp (modified) * src/UIElements/Query/DoubleQuery.cpp (modified) * src/UIElements/Query/DoublesQuery.cpp (modified) * src/UIElements/Query/EmptyQuery.cpp (modified) * src/UIElements/Query/IntQuery.cpp (modified) * src/UIElements/Query/IntsQuery.cpp (modified) * src/UIElements/Query/MoleculeQuery.cpp (modified) * src/UIElements/Query/MoleculesQuery.cpp (modified) * src/UIElements/Query/Query.cpp (modified) * src/UIElements/Query/RandomNumberDistribution_ParametersQuery.cpp (modified) * src/UIElements/Query/StringQuery.cpp (modified) * src/UIElements/Query/StringsQuery.cpp (modified) * src/UIElements/Query/UnsignedIntQuery.cpp (modified) * src/UIElements/Query/UnsignedIntsQuery.cpp (modified) * src/UIElements/TextUI/Query/AtomTextQuery.cpp (modified) * src/UIElements/TextUI/Query/AtomsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/BooleanTextQuery.cpp (modified) * src/UIElements/TextUI/Query/DoubleTextQuery.cpp (modified) * src/UIElements/TextUI/Query/DoublesTextQuery.cpp (modified) * src/UIElements/TextUI/Query/ElementsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/EmptyTextQuery.cpp (modified) * src/UIElements/TextUI/Query/FileTextQuery.cpp (modified) * src/UIElements/TextUI/Query/IntTextQuery.cpp (modified) * src/UIElements/TextUI/Query/IntsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/MoleculeTextQuery.cpp (modified) * src/UIElements/TextUI/Query/MoleculesTextQuery.cpp (modified) * src/UIElements/TextUI/Query/RandomNumberDistribution_ParametersTextQuery.cpp (modified) * src/UIElements/TextUI/Query/StringTextQuery.cpp (modified) * src/UIElements/TextUI/Query/StringsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/UnsignedIntTextQuery.cpp (modified) * src/UIElements/TextUI/Query/UnsignedIntsTextQuery.cpp (modified) * src/UIElements/TextUI/Query/VectorTextQuery.cpp (modified) * src/UIElements/TextUI/Query/VectorsTextQuery.cpp (modified) * src/UIElements/UIFactory.cpp (modified) * src/UIElements/Views/Qt4/QtMoleculeView.cpp (modified) * src/UIElements/Views/Qt4/QtStatusBar.cpp (modified) * src/molecule.cpp (modified) * src/molecule.hpp (modified) * src/unittests/BoxUnitTest.cpp (modified) FIX: Removed using namespace std in Vector.hpp. - this caused some ... Wed, 22 Feb 2012 11:29:46 GMT Frederik Heber [e674c9] * LinearAlgebra/tests/CodeChecks/testsuite-memdebug.at (modified) FIX: Copy&paste error in tests/CodeChecks memdebug for variable ok. ... Wed, 22 Feb 2012 11:29:46 GMT Frederik Heber [a965b2] * LinearAlgebra/src/LinearAlgebra/BoxVector.cpp (modified) * LinearAlgebra/src/LinearAlgebra/LineSegment.cpp (modified) * LinearAlgebra/src/LinearAlgebra/LineSegmentSet.cpp (modified) * LinearAlgebra/src/LinearAlgebra/MatrixContent.cpp (modified) * LinearAlgebra/tests/CodeChecks/Makefile.am (modified) * LinearAlgebra/tests/CodeChecks/testsuite-project-disclaimer.at (added) * LinearAlgebra/tests/CodeChecks/testsuite.at (modified) Added check on present copyright disclaimer to LinearAlgebra as well. ... Wed, 22 Feb 2012 11:29:46 GMT Frederik Heber [6d608d] * LinearAlgebra/src/LinearAlgebra/Line.cpp (modified) * LinearAlgebra/src/LinearAlgebra/LinearSystemOfEquations.cpp (modified) * LinearAlgebra/src/LinearAlgebra/MatrixVector_ops.cpp (modified) * LinearAlgebra/src/LinearAlgebra/Plane.cpp (modified) * LinearAlgebra/src/LinearAlgebra/RealSpaceMatrix.cpp (modified) * LinearAlgebra/src/LinearAlgebra/Space.cpp (modified) * LinearAlgebra/src/LinearAlgebra/Vector.cpp (modified) * LinearAlgebra/src/LinearAlgebra/VectorContent.cpp (modified) * LinearAlgebra/src/LinearAlgebra/VectorInterface.cpp (modified) * LinearAlgebra/src/LinearAlgebra/leastsquaremin.cpp (modified) * LinearAlgebra/src/LinearAlgebra/vector_ops.cpp (modified) * LinearAlgebra/src/unittests/LineUnitTest.cpp (modified) * LinearAlgebra/src/unittests/LinearSystemOfEquationsUnitTest.cpp (modified) * LinearAlgebra/src/unittests/MatrixContentSymmetricUnitTest.cpp (modified) * LinearAlgebra/src/unittests/MatrixContentUnitTest.cpp (modified) * LinearAlgebra/src/unittests/PlaneUnitTest.cpp (modified) * LinearAlgebra/src/unittests/RealSpaceMatrixUnitTest.cpp (modified) * LinearAlgebra/src/unittests/TestRunnerMain.cpp (modified) * LinearAlgebra/src/unittests/UnitTestMain.cpp (modified) * LinearAlgebra/src/unittests/VectorContentUnitTest.cpp (modified) * LinearAlgebra/src/unittests/VectorSetUnitTest.cpp (modified) * LinearAlgebra/src/unittests/VectorUnitTest.cpp (modified) COPYRIGHT: Updated all LinearAlgebra files to have copyright till 2012. Wed, 22 Feb 2012 11:29:46 GMT Frederik Heber [7e3065] * LinearAlgebra/src/documentation/mainpage.dox (modified) FIX: Updated copyright in mainpage documentation of LinearAlgebra. Wed, 22 Feb 2012 11:28:29 GMT Frederik Heber [e23075] * LinearAlgebra/src/unittests/Makefile.am (modified) * LinearAlgebra/src/unittests/VectorSetUnitTest.cpp (added) * LinearAlgebra/src/unittests/VectorSetUnitTest.hpp (added) * LinearAlgebra/src/unittests/VectorUnitTest.cpp (modified) * LinearAlgebra/src/unittests/VectorUnitTest.hpp (modified) Added new VectorSetUnitTest. Wed, 22 Feb 2012 11:28:28 GMT Frederik Heber [537dc4] * LinearAlgebra/src/LinearAlgebra/Vector.cpp (modified) * LinearAlgebra/src/LinearAlgebra/Vector.hpp (modified) Added operator<(Vector&,Vector&) to allow for comparison based on ... Wed, 22 Feb 2012 11:28:28 GMT Frederik Heber [8c6d18] * LinearAlgebra/src/LinearAlgebra/VectorSet.hpp (modified) Added VectorSet::minDistance() to return minimum distance under ... Mon, 09 Jan 2012 18:15:58 GMT Frederik Heber [d08ab3] * LinearAlgebra/configure.ac (modified) * configure.ac (modified) Set version to 1.2.1 - Molecuilder library is now 7:0:0. - ... Fri, 06 Jan 2012 14:02:04 GMT Frederik Heber [fbbcde] * LinearAlgebra/configure.ac (modified) * LinearAlgebra/src/unittests/Makefile.am (modified) * configure.ac (modified) * src/LinkedCell/LinkedCell.cpp (modified) * src/LinkedCell/LinkedCell_View.cpp (modified) * src/LinkedCell/types.hpp (modified) * src/LinkedCell/unittests/LinkedCellUnitTest.cpp (modified) * src/LinkedCell/unittests/LinkedCell_ViewUnitTest.cpp (modified) * src/unittests/Makefile.am (modified) FIX: TestRunner is now compiled based on AM_CONDITIONAL set by HAVE_ECUT. Wed, 28 Dec 2011 15:24:58 GMT Frederik Heber [f99714] * LinearAlgebra/configure.ac (modified) * configure.ac (modified) FIX: Finally correctly implemented all --enable-... switches in ... Wed, 28 Dec 2011 15:24:57 GMT Frederik Heber [7bace8] * LinearAlgebra/src/unittests/Makefile.am (modified) FIX: LinearAlgebra's testrunner was not linked against boost ... Wed, 28 Dec 2011 15:24:57 GMT Frederik Heber [db1a72] * LinearAlgebra/configure.ac (modified) * configure.ac (modified) FIX: Corrected check for gsl's blas requirement. Wed, 28 Dec 2011 15:24:56 GMT Frederik Heber [f3b8a5] * LinearAlgebra/configure.ac (modified) * configure.ac (modified) Changed enable switches in configure.ac. - with-valgrind is ... Wed, 28 Dec 2011 15:24:24 GMT Frederik Heber [68c923] * LinearAlgebra/src/LinearAlgebra/BoxVector.hpp (modified) * LinearAlgebra/src/unittests/MatrixContentUnitTest.cpp (modified) * src/Actions/MoleculeAction/FillWithMoleculeAction.cpp (modified) * src/Actions/WorldAction/CenterInBoxAction.cpp (modified) * src/Box.cpp (modified) * src/Graph/BondGraph.hpp (modified) * src/IPointCloud.hpp (modified) * src/Parser/ChangeTracker.hpp (modified) * src/Tesselation/BoundaryTriangleSet.cpp (modified) * src/UIElements/Menu/TextMenu/ActionMenuItem.hpp (modified) * src/UIElements/Menu/TextMenu/TextMenu.hpp (modified) Lots of small compiler warning fixes. Issues: - non-virtual ... Wed, 28 Dec 2011 15:24:23 GMT Frederik Heber [de29ad6] * LinearAlgebra/src/LinearAlgebra/VectorSet.hpp (modified) * src/Box.cpp (modified) * src/Box.hpp (modified) * src/Graph/BondGraph.cpp (modified) * src/unittests/BoxUnitTest.cpp (modified) Some optimization to speed up Subgraph dissections. - Replaced ... Mon, 07 Nov 2011 18:34:45 GMT Frederik Heber [5dfeeb] * LinearAlgebra/doc/Makefile.am (modified) * doc/Makefile.am (modified) DISTCHECKFIX: Added forgotten Doxyfile to EXTRA_DIST. Fri, 04 Nov 2011 15:19:31 GMT Frederik Heber [3995764] * LinearAlgebra/tests/CodeChecks/testsuite-config_h.at (modified) * LinearAlgebra/tests/CodeChecks/testsuite-memdebug.at (modified) * LinearAlgebra/tests/CodeChecks/testsuite.at (modified) DISTCHECKFIX: LinearAlgebra CodeChecks testsuite fails due to doubly ... Fri, 04 Nov 2011 15:19:31 GMT Frederik Heber [6bdba0] * LinearAlgebra/doc/Makefile.am (modified) * LinearAlgebra/src/documentation/Makefile.am (added) * doc/Makefile.am (modified) * src/documentation/Makefile.am (added) DISTCHECKFIX: all .dox files are now given as EXTRA_DIST. - ... Wed, 02 Nov 2011 22:47:00 GMT Frederik Heber [f281c5] * LinearAlgebra/configure.ac (modified) * LinearAlgebra/src/documentation/groups.dox (modified) * LinearAlgebra/src/documentation/mainpage.dox (modified) * LinearAlgebra/tests/CodeChecks/Makefile.am (modified) * LinearAlgebra/tests/CodeChecks/testsuite-config_h.at (modified) * LinearAlgebra/tests/CodeChecks/testsuite-date_in_dox.at (added) * LinearAlgebra/tests/CodeChecks/testsuite-memdebug.at (modified) * LinearAlgebra/tests/CodeChecks/testsuite.at (modified) Added .dox check to LinearAlgebra as well and various other test ... Fri, 28 Oct 2011 10:08:45 GMT Frederik Heber [3158e6] * LinearAlgebra/configure.ac (modified) * Makefile.am (modified) * configure.ac (modified) FIX: FIX: broken variable docdir for DX_INIT_DOXYGEN. Thu, 13 Oct 2011 19:04:15 GMT Frederik Heber [ce133f] * LinearAlgebra/doc/Doxyfile (modified) * LinearAlgebra/src/documentation/groups.dox (added) * LinearAlgebra/src/documentation/mainpage.dox (added) * doc/Doxyfile (modified) * src/documentation/faq.dox (added) * src/documentation/groups.dox (added) * src/documentation/mainpage.dox (added) * src/documentation/observers_observables.dox (added) * src/documentation/regression-tests.dox (added) * src/documentation/serialization.dox (added) Initial commit for enhancing doxygen documentation. - added .dox ... Wed, 12 Oct 2011 14:10:57 GMT Frederik Heber [c074cc] * LinearAlgebra/configure.ac (modified) LinearAlgebra version is now 1.0.3. - Library version is now 3:0:0, ... Wed, 12 Oct 2011 14:10:57 GMT Frederik Heber [c2e567] * LinearAlgebra/configure.ac (modified) * LinearAlgebra/src/LinearAlgebra/RealSpaceMatrix.hpp (modified) * LinearAlgebra/src/unittests/Makefile.am (modified) * LinearAlgebra/src/unittests/RealSpaceMatrixUnitTest.cpp (modified) * LinearAlgebra/src/unittests/RealSpaceMatrixUnitTest.hpp (modified) Added serialization capability to RealSpaceMatrix. - added ... Wed, 12 Oct 2011 14:10:56 GMT Frederik Heber [29cbe9] * LinearAlgebra/configure.ac (modified) * LinearAlgebra/src/LinearAlgebra/Makefile.am (modified) * LinearAlgebra/src/LinearAlgebra/MatrixContent.cpp (modified) * LinearAlgebra/src/LinearAlgebra/MatrixContent.hpp (modified) * LinearAlgebra/src/LinearAlgebra/VectorContent.cpp (modified) * LinearAlgebra/src/LinearAlgebra/VectorContent.hpp (modified) * LinearAlgebra/src/unittests/Makefile.am (modified) * LinearAlgebra/src/unittests/MatrixContentUnitTest.cpp (modified) * LinearAlgebra/src/unittests/MatrixContentUnitTest.hpp (modified) * LinearAlgebra/src/unittests/VectorContentUnitTest.cpp (modified) * LinearAlgebra/src/unittests/VectorContentUnitTest.hpp (modified) Added serialization capabilities to VectorContent and MatrixContent. ... Wed, 12 Oct 2011 14:10:56 GMT Frederik Heber [c5038e] * LinearAlgebra/src/LinearAlgebra/LinearSystemOfEquations.cpp (modified) * LinearAlgebra/src/LinearAlgebra/MatrixContent.cpp (modified) * LinearAlgebra/src/LinearAlgebra/MatrixContent.hpp (modified) * LinearAlgebra/src/LinearAlgebra/MatrixVector_ops.cpp (modified) * LinearAlgebra/src/LinearAlgebra/VectorContent.cpp (modified) * LinearAlgebra/src/LinearAlgebra/VectorContent.hpp (modified) Made MatrixContent and VectorContent dimensions const by placing into ... Mon, 10 Oct 2011 16:58:24 GMT Frederik Heber [f08ae7] * LinearAlgebra/configure.ac (modified) * LinearAlgebra/src/LinearAlgebra/Makefile.am (modified) * LinearAlgebra/src/unittests/Makefile.am (modified) * configure.ac (modified) * m4/ax_codepatterns.m4 (modified) * m4/boost.m4 (modified) * src/Actions/unittests/Makefile.am (modified) * src/Makefile.am (modified) * src/RandomNumbers/Makefile.am (modified) * src/RandomNumbers/unittests/Makefile.am (modified) * src/UIElements/Makefile.am (modified) * src/unittests/Makefile.am (modified) Extension of usage of Tsuna's boost.m4 macro. - boost.m4 from ... Thu, 06 Oct 2011 07:17:47 GMT Frederik Heber [dc8827] * LinearAlgebra/configure.ac (modified) Set version of LinearAlgebra to 1.0.2. - LinearAlgebra library is ... Thu, 06 Oct 2011 07:17:47 GMT Frederik Heber [26108c] * LinearAlgebra/src/LinearAlgebra/MatrixContent.cpp (modified) * LinearAlgebra/src/LinearAlgebra/MatrixContent.hpp (modified) * LinearAlgebra/src/LinearAlgebra/RealSpaceMatrix.cpp (modified) * LinearAlgebra/src/LinearAlgebra/RealSpaceMatrix.hpp (modified) * LinearAlgebra/src/unittests/MatrixContentSymmetricUnitTest.cpp (modified) * LinearAlgebra/src/unittests/MatrixContentUnitTest.cpp (modified) * LinearAlgebra/src/unittests/RealSpaceMatrixUnitTest.cpp (modified) FIX: Changed ambigious interface for MatrixContent::transpose(). - ... Thu, 06 Oct 2011 07:17:47 GMT Frederik Heber [59e063] * LinearAlgebra/configure.ac (modified) Set version of LinearAlgebra to 1.0.1. - LinearAlgebra library is ... Thu, 06 Oct 2011 07:17:47 GMT Frederik Heber [cec7a5] * LinearAlgebra/src/LinearAlgebra/MatrixContent.cpp (modified) * LinearAlgebra/src/LinearAlgebra/MatrixContent.hpp (modified) * LinearAlgebra/src/unittests/MatrixContentUnitTest.cpp (modified) * LinearAlgebra/src/unittests/MatrixContentUnitTest.hpp (modified) Added Singular Value Decomposition to MatrixContent. - this allows ... Thu, 06 Oct 2011 07:17:46 GMT Frederik Heber [7a0340] * LinearAlgebra/src/unittests/Makefile.am (modified) * LinearAlgebra/src/unittests/RealSpaceMatrixUnitTest.cpp (moved) * LinearAlgebra/src/unittests/RealSpaceMatrixUnitTest.hpp (moved) Renamed MatrixUnitTest to more appropriate RealSpaceMatrixUnitTest. Thu, 06 Oct 2011 07:17:46 GMT Frederik Heber [e420f9] * LinearAlgebra/src/LinearAlgebra/VectorContent.cpp (modified) * LinearAlgebra/src/LinearAlgebra/VectorContent.hpp (modified) * LinearAlgebra/src/unittests/VectorContentUnitTest.cpp (modified) * LinearAlgebra/src/unittests/VectorContentUnitTest.hpp (modified) Added read/write capability of VectorContent from stream. - this is ... Thu, 06 Oct 2011 07:17:46 GMT Frederik Heber [d2bac9] * LinearAlgebra/src/LinearAlgebra/VectorContent.cpp (modified) * LinearAlgebra/src/LinearAlgebra/VectorContent.hpp (modified) Added VectorContent(gsl_vector *, bool). - Via the bool it can now ... Wed, 05 Oct 2011 08:18:07 GMT Frederik Heber [689639] * LinearAlgebra/configure.ac (modified) * LinearAlgebra/tests/CodeChecks/Makefile.am (modified) * configure.ac (modified) * tests/CodeChecks/Makefile.am (modified) * tests/Tesselations/Makefile.am (modified) * tests/regression/Makefile.am (modified) DISTCHECKFIX: Smaller changes to tests/regression Makefile.am and in ... 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. - ... Fri, 30 Sep 2011 08:18:02 GMT Frederik Heber [ec188c] * LinearAlgebra/Makefile.am (modified) * LinearAlgebra/configure.ac (modified) * LinearAlgebra/doc/Doxyfile (modified) * LinearAlgebra/doc/Makefile.am (modified) * LinearAlgebra/doc/am_doxygen_include.am (added) * Makefile.am (modified) * configure.ac (modified) * doc/Doxyfile (modified) * doc/Makefile.am (modified) * doc/am_doxygen_include.am (added) * m4/ac_doxygen.m4 (modified) Fixed Doxygen usage. - using now functions from ac_doxygen.m4, ... Wed, 28 Sep 2011 12:48:53 GMT Frederik Heber [e5c233] * LinearAlgebra/src/LinearAlgebra/Exceptions.hpp (modified) * src/Actions/ActionExceptions.hpp (modified) * src/Actions/ValueStorage.hpp (modified) * src/Formula.hpp (modified) * src/Shapes/ShapeExceptions.hpp (modified) FIX: replaced boost/exception.hpp by boost/exception/all.hpp. Thu, 22 Sep 2011 12:50:41 GMT Frederik Heber [a08d660] * LinearAlgebra/tests/CodeChecks/Makefile.am (modified) * tests/CodeChecks/Makefile.am (modified) * tests/regression/Makefile.am (modified) Fixed wrong version numbers in headers of testsuites. Thu, 21 Apr 2011 17:46:27 GMT Frederik Heber [61749d1] * LinearAlgebra/tests/CodeChecks/Makefile.am (modified) * tests/CodeChecks/Makefile.am (modified) * tests/regression/Makefile.am (modified) DISTFIX: package.m4 missing in several EXTRA_DISTS. - also, removed ... Thu, 21 Apr 2011 16:22:49 GMT Frederik Heber [c5e91c] * LinearAlgebra/src/LinearAlgebra/Makefile.am (modified) DISTFIX: Exceptions.hpp and VectorSet.hpp missing in ... Thu, 21 Apr 2011 16:20:14 GMT Frederik Heber [768459] * LinearAlgebra/tests/CodeChecks/Makefile.am (modified) * tests/CodeChecks/Makefile.am (modified) * tests/regression/Makefile.am (modified) DISTFIX: replaced testsuite*.at by the filenames. Thu, 21 Apr 2011 16:17:23 GMT Frederik Heber [1bd42d] * LinearAlgebra/src/LinearAlgebra/MatrixVector_ops.cpp (modified) * LinearAlgebra/src/LinearAlgebra/Vector.cpp (modified) * LinearAlgebra/src/LinearAlgebra/VectorContent.cpp (modified) DOCUFIX: Fixed formula errors - replaced \text by \mathrm, \acos by ... Thu, 21 Apr 2011 16:16:19 GMT Frederik Heber [dc322a] * LinearAlgebra/configure.ac (modified) * configure.ac (modified) DISTFIX: need to use tar-pax to allow for longer filenames in dist's ... Thu, 21 Apr 2011 16:15:03 GMT Frederik Heber [50228e] * LinearAlgebra/Makefile.am (modified) * Makefile.am (modified) DISTFIX: in EXTRA_DIST autogen.sh instead of bootstrap was still listed. 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. - ...