# # ChangeLog for ThirdParty # # Generated by Trac 1.4.4 # Dec 23, 2024, 8:48:08 AM Thu, 02 Mar 2017 07:22:22 GMT Frederik Heber [3dd6a5] * ThirdParty/CodePatterns/src/Makefile.am (modified) CodePatterns' .git-version needs to be forced someplace else now. Thu, 02 Mar 2017 07:17:41 GMT Frederik Heber [26dc12] * Makefile.am (modified) * ThirdParty/LinearAlgebra/configure.ac (modified) * configure.ac (modified) Modified check for CodePatterns presence in configure.ac's. - this ... Thu, 02 Mar 2017 07:16:50 GMT Frederik Heber [41e8e2] * ThirdParty/CodePatterns/.gitignore (added) * ThirdParty/CodePatterns/AUTHORS (added) * ThirdParty/CodePatterns/COPYING (added) * ThirdParty/CodePatterns/INSTALL (added) * ThirdParty/CodePatterns/Makefile.am (added) * ThirdParty/CodePatterns/NEWS (added) * ThirdParty/CodePatterns/README (added) * ThirdParty/CodePatterns/TestRunnerClient.cpp (added) * ThirdParty/CodePatterns/TestRunnerClient.h (added) * ThirdParty/CodePatterns/bootstrap (added) * ThirdParty/CodePatterns/configure.ac (added) * ThirdParty/CodePatterns/debian/changelog (added) * ThirdParty/CodePatterns/debian/compat (added) * ThirdParty/CodePatterns/debian/control (added) * ThirdParty/CodePatterns/debian/copyright (added) * ThirdParty/CodePatterns/debian/makeDebianPackage.sh (added) * ThirdParty/CodePatterns/debian/rules (added) * ThirdParty/CodePatterns/debian/source/format (added) * ThirdParty/CodePatterns/doc/Doxyfile (added) * ThirdParty/CodePatterns/doc/Makefile.am (added) * ThirdParty/CodePatterns/doc/am_doxygen_include.am (added) * ThirdParty/CodePatterns/libcodepatterns-debug.pc.in (added) * ThirdParty/CodePatterns/libcodepatterns.pc.in (added) * ThirdParty/CodePatterns/libcodepatterns_config.h.in (added) * ThirdParty/CodePatterns/m4/ac_cxx_have_valarray.m4 (added) * ThirdParty/CodePatterns/m4/ac_cxx_namespaces.m4 (added) * ThirdParty/CodePatterns/m4/ac_doxygen.m4 (added) * ThirdParty/CodePatterns/m4/ax_codepatterns.m4 (added) * ThirdParty/CodePatterns/m4/boost.m4 (added) * ThirdParty/CodePatterns/m4/cppunit.m4 (added) * ThirdParty/CodePatterns/src/CodePatterns/Assert.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/AtomicInstance.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/AtomicInstance_impl.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Cacheable.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Chronos.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Clone.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Creator.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Factory.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/FactoryTypeList.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Factory_impl.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Info.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/IteratorAdaptors.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Log.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/ManipulableClone.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/ManipulablePrototypeFactory.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/ManipulablePrototypeFactory_impl.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/MemDebug.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/ObservedValue.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Observer/Channels.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Observer/GlobalObservableInfo.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Observer/Graveyard.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Observer/Notification.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Observer/Observable.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Observer/ObservedContainer.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Observer/ObservedContainer_impl.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Observer/ObservedIterator.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Observer/Observer.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Observer/ObserverLog.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Observer/Relay.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Observer/UnobservedIterator.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Observer/Zombie.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Observer/all.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Observer/defs.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/PrototypeFactory.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/PrototypeFactory_impl.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Range.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Registry.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Registry_impl.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Singleton.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Singleton_impl.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/Verbose.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/enumeration.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/errorlogger.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/logger.hpp (added) * ThirdParty/CodePatterns/src/CodePatterns/toString.hpp (added) * ThirdParty/CodePatterns/src/Helpers/Assert.cpp (added) * ThirdParty/CodePatterns/src/Helpers/Chronos.cpp (added) * ThirdParty/CodePatterns/src/Helpers/Info.cpp (added) * ThirdParty/CodePatterns/src/Helpers/Log.cpp (added) * ThirdParty/CodePatterns/src/Helpers/Makefile.am (added) * ThirdParty/CodePatterns/src/Helpers/MemDebug.cpp (added) * ThirdParty/CodePatterns/src/Helpers/Verbose.cpp (added) * ThirdParty/CodePatterns/src/Helpers/errorlogger.cpp (added) * ThirdParty/CodePatterns/src/Helpers/logger.cpp (added) * ThirdParty/CodePatterns/src/Helpers/unittests/AssertUnitTest.cpp (added) * ThirdParty/CodePatterns/src/Helpers/unittests/AssertUnitTest.hpp (added) * ThirdParty/CodePatterns/src/Helpers/unittests/ChronosUnitTest.cpp (added) * ThirdParty/CodePatterns/src/Helpers/unittests/ChronosUnitTest.hpp (added) * ThirdParty/CodePatterns/src/Helpers/unittests/InfoUnitTest.cpp (added) * ThirdParty/CodePatterns/src/Helpers/unittests/InfoUnitTest.hpp (added) * ThirdParty/CodePatterns/src/Helpers/unittests/IteratorAdaptorsUnitTest.cpp (added) * ThirdParty/CodePatterns/src/Helpers/unittests/IteratorAdaptorsUnitTest.hpp (added) * ThirdParty/CodePatterns/src/Helpers/unittests/LogUnitTest.cpp (added) * ThirdParty/CodePatterns/src/Helpers/unittests/LogUnitTest.hpp (added) * ThirdParty/CodePatterns/src/Helpers/unittests/Makefile.am (added) * ThirdParty/CodePatterns/src/Helpers/unittests/RangeUnitTest.cpp (added) * ThirdParty/CodePatterns/src/Helpers/unittests/RangeUnitTest.hpp (added) * ThirdParty/CodePatterns/src/Helpers/unittests/stubs/ChronosStub.cpp (added) * ThirdParty/CodePatterns/src/Helpers/unittests/stubs/InfoStub.cpp (added) * ThirdParty/CodePatterns/src/Helpers/unittests/stubs/LogStub.cpp (added) * ThirdParty/CodePatterns/src/Helpers/unittests/stubs/errorloggerStub.cpp (added) * ThirdParty/CodePatterns/src/Helpers/unittests/stubs/loggerStub.cpp (added) * ThirdParty/CodePatterns/src/Makefile.am (added) * ThirdParty/CodePatterns/src/Observer/Channels.cpp (added) * ThirdParty/CodePatterns/src/Observer/GlobalObservableInfo.cpp (added) * ThirdParty/CodePatterns/src/Observer/Graveyard.cpp (added) * ThirdParty/CodePatterns/src/Observer/Makefile.am (added) * ThirdParty/CodePatterns/src/Observer/Notification.cpp (added) * ThirdParty/CodePatterns/src/Observer/Observable.cpp (added) * ThirdParty/CodePatterns/src/Observer/Observer.cpp (added) * ThirdParty/CodePatterns/src/Observer/ObserverLog.cpp (added) * ThirdParty/CodePatterns/src/Observer/Relay.cpp (added) * ThirdParty/CodePatterns/src/Observer/unittests/GraveyardUnitTest.cpp (added) * ThirdParty/CodePatterns/src/Observer/unittests/GraveyardUnitTest.hpp (added) * ThirdParty/CodePatterns/src/Observer/unittests/Makefile.am (added) * ThirdParty/CodePatterns/src/Observer/unittests/ObservedContainerUnitTest.cpp (added) * ThirdParty/CodePatterns/src/Observer/unittests/ObservedContainerUnitTest.hpp (added) * ThirdParty/CodePatterns/src/Observer/unittests/ObserverUnitTest.cpp (added) * ThirdParty/CodePatterns/src/Observer/unittests/ObserverUnitTest.hpp (added) * ThirdParty/CodePatterns/src/Observer/unittests/stubs/ObserverStub.cpp (added) * ThirdParty/CodePatterns/src/Observer/unittests/stubs/ObserverStub.hpp (added) * ThirdParty/CodePatterns/src/Patterns/Makefile.am (added) * ThirdParty/CodePatterns/src/Patterns/unittests/AtomicInstanceUnitTest.cpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/AtomicInstanceUnitTest.hpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/CacheableUnitTest.cpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/CacheableUnitTest.hpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/CloneUnitTest.cpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/CloneUnitTest.hpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/CreatorUnitTest.cpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/CreatorUnitTest.hpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/FactoryUnitTest.cpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/FactoryUnitTest.hpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/Makefile.am (added) * ThirdParty/CodePatterns/src/Patterns/unittests/ManipulableCloneUnitTest.cpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/ManipulableCloneUnitTest.hpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/ManipulablePrototypeFactoryUnitTest.cpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/ManipulablePrototypeFactoryUnitTest.hpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/ObservedValueUnitTest.cpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/ObservedValueUnitTest.hpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/PrototypeFactoryUnitTest.cpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/PrototypeFactoryUnitTest.hpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/RegistryUnitTest.cpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/RegistryUnitTest.hpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/SingletonUnitTest.cpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/SingletonUnitTest.hpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/Cacheable_threeNumbers.cpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/Cacheable_threeNumbers.hpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/CloneStub.cpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/CloneStub.hpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/CommonNamedStub.cpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/CommonNamedStub.hpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/CommonParametersStub.hpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/CommonStub.cpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/CommonStub.hpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/CreatorStub.hpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/FactoryStub.cpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/FactoryStub.def (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/FactoryStub.hpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/FactoryStub.undef (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/ManipulableCloneStub.cpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/ManipulableCloneStub.hpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/ManipulablePrototypeFactoryStub.cpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/ManipulablePrototypeFactoryStub.def (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/ManipulablePrototypeFactoryStub.hpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/ManipulablePrototypeFactoryStub.undef (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/ObservedValue_threeNumbers.cpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/ObservedValue_threeNumbers.hpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/PrototypeFactoryStub.cpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/PrototypeFactoryStub.def (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/PrototypeFactoryStub.hpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/PrototypeFactoryStub.undef (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/RegistryStub.cpp (added) * ThirdParty/CodePatterns/src/Patterns/unittests/stubs/RegistryStub.hpp (added) * ThirdParty/CodePatterns/src/codepatterns-config-main.cpp (added) * ThirdParty/CodePatterns/src/codepatterns-config.hpp (added) * ThirdParty/CodePatterns/src/documentation/faq.dox (added) * ThirdParty/CodePatterns/src/documentation/main.dox (added) * ThirdParty/CodePatterns/src/documentation/patterns/observer.dox (added) * ThirdParty/CodePatterns/src/manpages/codepatterns-config.1 (added) * ThirdParty/CodePatterns/src/manpages/codepatterns-debug-config.1 (added) * ThirdParty/CodePatterns/src/unittests/Makefile.am (added) * ThirdParty/CodePatterns/src/unittests/TestRunnerMain.cpp (added) * ThirdParty/CodePatterns/src/unittests/UnitTestMain.cpp (added) * ThirdParty/CodePatterns/src/version.hpp (added) Merge commit '084729c5923f0123e695fbe2548b393288c1f13d' as ... Thu, 02 Mar 2017 07:14:35 GMT Frederik Heber [e7ff10] * ThirdParty/LinearAlgebra/src/LinearAlgebra/Makefile.am (modified) FIX: LinearAlgebra did not use CodePatterns_LDFLAGS. Thu, 02 Mar 2017 07:14:22 GMT Frederik Heber [4ecb2d] * LinearAlgebra/doc/am_doxygen_include.am (deleted) * LinearAlgebra/m4 (deleted) * Makefile.am (modified) * ThirdParty/LinearAlgebra/.gitignore (moved) * ThirdParty/LinearAlgebra/AUTHORS (moved) * ThirdParty/LinearAlgebra/COPYING (moved) * ThirdParty/LinearAlgebra/ChangeLog (moved) * ThirdParty/LinearAlgebra/INSTALL (moved) * ThirdParty/LinearAlgebra/LinearAlgebra-debug.pc.in (moved) * ThirdParty/LinearAlgebra/LinearAlgebra.pc.in (moved) * ThirdParty/LinearAlgebra/Makefile.am (moved) * ThirdParty/LinearAlgebra/NEWS (moved) * ThirdParty/LinearAlgebra/README (moved) * ThirdParty/LinearAlgebra/bootstrap (moved) * ThirdParty/LinearAlgebra/build-aux/README (moved) * ThirdParty/LinearAlgebra/configure.ac (moved) * ThirdParty/LinearAlgebra/doc/Doxyfile (moved) * ThirdParty/LinearAlgebra/doc/Makefile.am (moved) * ThirdParty/LinearAlgebra/doc/am_doxygen_include.am (added) * ThirdParty/LinearAlgebra/libLinearAlgebra_config.h.in (moved) * ThirdParty/LinearAlgebra/m4 (added) * ThirdParty/LinearAlgebra/src/LinearAlgebra/BoxVector.cpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/BoxVector.hpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/Exceptions.hpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/Line.cpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/Line.hpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/LinePoint.cpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/LinePoint.hpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/LineSegment.cpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/LineSegment.hpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/LineSegmentSet.cpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/LineSegmentSet.hpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/LinearSystemOfEquations.cpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/LinearSystemOfEquations.hpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/Makefile.am (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/MatrixContent.cpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/MatrixContent.hpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/MatrixVector_ops.cpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/MatrixVector_ops.hpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/Plane.cpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/Plane.hpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/RealSpaceMatrix.cpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/RealSpaceMatrix.hpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/Space.cpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/Space.hpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/Vector.cpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/Vector.hpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/VectorContent.cpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/VectorContent.hpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/VectorInterface.cpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/VectorInterface.hpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/VectorSet.hpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/defs.hpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/fast_functions.hpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/leastsquaremin.cpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/leastsquaremin.hpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/vector_ops.cpp (moved) * ThirdParty/LinearAlgebra/src/LinearAlgebra/vector_ops.hpp (moved) * ThirdParty/LinearAlgebra/src/documentation/Makefile.am (moved) * ThirdParty/LinearAlgebra/src/documentation/groups.dox (moved) * ThirdParty/LinearAlgebra/src/documentation/lines.dox (moved) * ThirdParty/LinearAlgebra/src/documentation/mainpage.dox (moved) * ThirdParty/LinearAlgebra/src/unittests/LineUnitTest.cpp (moved) * ThirdParty/LinearAlgebra/src/unittests/LineUnitTest.hpp (moved) * ThirdParty/LinearAlgebra/src/unittests/LinearSystemOfEquationsUnitTest.cpp (moved) * ThirdParty/LinearAlgebra/src/unittests/LinearSystemOfEquationsUnitTest.hpp (moved) * ThirdParty/LinearAlgebra/src/unittests/Makefile.am (moved) * ThirdParty/LinearAlgebra/src/unittests/MatrixContentSymmetricUnitTest.cpp (moved) * ThirdParty/LinearAlgebra/src/unittests/MatrixContentSymmetricUnitTest.hpp (moved) * ThirdParty/LinearAlgebra/src/unittests/MatrixContentUnitTest.cpp (moved) * ThirdParty/LinearAlgebra/src/unittests/MatrixContentUnitTest.hpp (moved) * ThirdParty/LinearAlgebra/src/unittests/PlaneUnitTest.cpp (moved) * ThirdParty/LinearAlgebra/src/unittests/PlaneUnitTest.hpp (moved) * ThirdParty/LinearAlgebra/src/unittests/RealSpaceMatrixUnitTest.cpp (moved) * ThirdParty/LinearAlgebra/src/unittests/RealSpaceMatrixUnitTest.hpp (moved) * ThirdParty/LinearAlgebra/src/unittests/TestRunnerMain.cpp (moved) * ThirdParty/LinearAlgebra/src/unittests/UnitTestMain.cpp (moved) * ThirdParty/LinearAlgebra/src/unittests/VectorContentUnitTest.cpp (moved) * ThirdParty/LinearAlgebra/src/unittests/VectorContentUnitTest.hpp (moved) * ThirdParty/LinearAlgebra/src/unittests/VectorSetUnitTest.cpp (moved) * ThirdParty/LinearAlgebra/src/unittests/VectorSetUnitTest.hpp (moved) * ThirdParty/LinearAlgebra/src/unittests/VectorUnitTest.cpp (moved) * ThirdParty/LinearAlgebra/src/unittests/VectorUnitTest.hpp (moved) * ThirdParty/LinearAlgebra/tests/CodeChecks/Makefile.am (moved) * ThirdParty/LinearAlgebra/tests/CodeChecks/atlocal.in (moved) * ThirdParty/LinearAlgebra/tests/CodeChecks/testsuite-config_h.at (moved) * ThirdParty/LinearAlgebra/tests/CodeChecks/testsuite-date_in_dox.at (moved) * ThirdParty/LinearAlgebra/tests/CodeChecks/testsuite-header-dist.at (moved) * ThirdParty/LinearAlgebra/tests/CodeChecks/testsuite-memdebug.at (moved) * ThirdParty/LinearAlgebra/tests/CodeChecks/testsuite-project-disclaimer.at (moved) * ThirdParty/LinearAlgebra/tests/CodeChecks/testsuite.at (moved) * configure.ac (modified) * src/Analysis/unittests/Makefile.am (modified) * src/Atom/unittests/Makefile.am (modified) * src/Descriptors/unittests/Makefile.am (modified) * src/Filling/unittests/Makefile.am (modified) * src/Fragmentation/Exporters/unittests/Makefile.am (modified) * src/Fragmentation/Summation/SetValues/Makefile.am (modified) * src/FunctionApproximation/unittests/Makefile.am (modified) * src/Graph/unittests/Makefile.am (modified) * src/Jobs/Makefile.am (modified) * src/LinkedCell/unittests/Makefile.am (modified) * src/Makefile.am (modified) * src/Parameters/unittests/Makefile.am (modified) * src/Parser/Parameters/unittests/Makefile.am (modified) * src/Parser/unittests/Makefile.am (modified) * src/Potentials/Specifics/unittests/Makefile.am (modified) * src/Potentials/unittests/Makefile.am (modified) * src/Shapes/Makefile.am (modified) * src/Shapes/unittests/Makefile.am (modified) * src/Tesselation/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 sub-package into ThirdParty folder. - needed to ...