# # ChangeLog for src/LinkedCell/unittests/Makefile.am # # Generated by Trac 1.4.4 # Mar 19, 2025, 5:59:37 AM Wed, 26 Sep 2012 17:24:47 GMT Frederik Heber [eb0d77] * src/Actions/unittests/Makefile.am (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/Graph/unittests/Makefile.am (modified) * src/LinkedCell/unittests/Makefile.am (modified) * src/Makefile.am (modified) * src/Parser/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) FIX: Shared library libMolecuilderJobs needs to be given explicitly ... Fri, 30 Mar 2012 09:16:32 GMT Frederik Heber [8f6e2a] * src/Filling/Cluster.cpp (added) * src/Filling/Cluster.hpp (added) * src/Filling/Makefile.am (modified) * src/Filling/unittests/ClusterUnitTest.cpp (added) * src/Filling/unittests/ClusterUnitTest.hpp (added) * src/Filling/unittests/Makefile.am (modified) * src/LinkedCell/unittests/Makefile.am (modified) * src/unittests/stubs/AtomStub.cpp (moved) * src/unittests/stubs/WorldStub.cpp (moved) Added new class Cluster as atomIdset with a Shape. - inherits ... Wed, 22 Feb 2012 11:28:52 GMT Frederik Heber [ce81e76] * src/LinkedCell/LinkedCell_Controller.cpp (modified) * src/LinkedCell/LinkedCell_Controller.hpp (modified) * src/LinkedCell/unittests/LinkedCell_ControllerUnitTest.cpp (modified) * src/LinkedCell/unittests/LinkedCell_ModelUnitTest.cpp (modified) * src/LinkedCell/unittests/LinkedCell_ViewUnitTest.cpp (modified) * src/LinkedCell/unittests/Makefile.am (modified) * src/LinkedCell/unittests/stubs/WorldTimeStub.cpp (added) LinkedCell_Controller now signs on to Channel WorldTime::TimeChanged. ... Wed, 22 Feb 2012 11:28:41 GMT Frederik Heber [d66cb7] * src/Box.cpp (modified) * src/Box.hpp (modified) * src/LinkedCell/LinkedCell_Model.cpp (modified) * src/LinkedCell/unittests/Makefile.am (modified) * src/LinkedCell/unittests/stubs/ObserverBoxStub.cpp (modified) * src/unittests/BoxUnitTest.cpp (modified) Replaced Conditions_t by BoundaryConditions::BCContainer in class Box. Mon, 02 Jan 2012 13:35:16 GMT Frederik Heber [e215c1] * src/LinkedCell/Makefile.am (modified) * src/LinkedCell/unittests/Makefile.am (modified) DISTCHECKFIX: Forgot to add LinkedCell header files to some targets. ... Mon, 02 Jan 2012 13:34:58 GMT Frederik Heber [2ced6b] * src/LinkedCell/unittests/Makefile.am (modified) * src/LinkedCell/unittests/stubs/AtomObserverStub.cpp (added) * src/LinkedCell/unittests/stubs/AtomStub.cpp (moved) * src/LinkedCell/unittests/stubs/LinkedCell_ModelStub.cpp (deleted) * src/LinkedCell/unittests/stubs/LinkedCell_ViewStub.cpp (deleted) * src/LinkedCell/unittests/stubs/ObserverBoxStub.cpp (added) * src/LinkedCell/unittests/stubs/TesselPointStub.cpp (added) * src/LinkedCell/unittests/stubs/WorldStub.cpp (added) Replaced Molecuilder library dependencies by stubs in ... Mon, 02 Jan 2012 13:34:28 GMT Frederik Heber [d78531] * src/LinkedCell/Makefile.am (modified) * src/LinkedCell/unittests/Makefile.am (modified) * src/unittests/Makefile.am (modified) Library LinkedCell_refactored is now contained in lib LinkedCell. Mon, 02 Jan 2012 13:00:05 GMT Frederik Heber [9a5649] * src/LinkedCell/unittests/Makefile.am (modified) * src/LinkedCell/unittests/stubs/LinkedCellStub.cpp (added) * src/LinkedCell/unittests/stubs/LinkedCell_ModelStub.cpp (added) * src/LinkedCell/unittests/stubs/LinkedCell_ViewStub.cpp (added) LinkedCell_ControllerUnitTest only depends on stubs now. - i.e. we ... Mon, 02 Jan 2012 13:00:05 GMT Frederik Heber [fea945] * src/LinkedCell/LinkedCell_Controller.cpp (added) * src/LinkedCell/LinkedCell_Controller.hpp (added) * src/LinkedCell/Makefile.am (modified) * src/LinkedCell/unittests/LinkedCell_ControllerUnitTest.cpp (added) * src/LinkedCell/unittests/LinkedCell_ControllerUnitTest.hpp (added) * src/LinkedCell/unittests/Makefile.am (modified) Added simple implementation for LinkedCell_Controller. - ... Mon, 02 Jan 2012 13:00:05 GMT Frederik Heber [6b91e64] * src/LinkedCell/Makefile.am (modified) * src/LinkedCell/unittests/Makefile.am (modified) * src/unittests/Makefile.am (modified) Added convenience library for files of new LinkedCell implementation. ... Mon, 02 Jan 2012 13:00:04 GMT Frederik Heber [5344e4] * src/LinkedCell/LinkedCell.hpp (modified) * src/LinkedCell/LinkedCell_View.cpp (added) * src/LinkedCell/LinkedCell_View.hpp (added) * src/LinkedCell/types.hpp (modified) * src/LinkedCell/unittests/LinkedCell_ViewUnitTest.cpp (added) * src/LinkedCell/unittests/LinkedCell_ViewUnitTest.hpp (added) * src/LinkedCell/unittests/Makefile.am (modified) Added implementation of linked cell view part with high-level ... Mon, 02 Jan 2012 13:00:04 GMT Frederik Heber [d82961] * src/LinkedCell/LinkedCell_Model.cpp (added) * src/LinkedCell/LinkedCell_Model.hpp (added) * src/LinkedCell/LinkedCell_Model_inline.hpp (added) * src/LinkedCell/unittests/LinkedCell_ModelUnitTest.cpp (added) * src/LinkedCell/unittests/LinkedCell_ModelUnitTest.hpp (added) * src/LinkedCell/unittests/Makefile.am (modified) Added implementation of linked cell model part using LinkedCell. - ... Wed, 28 Dec 2011 15:30:07 GMT Frederik Heber [794bc8] * configure.ac (modified) * src/LinkedCell/LinkedCell.cpp (added) * src/LinkedCell/LinkedCell.hpp (added) * src/LinkedCell/types.hpp (added) * src/LinkedCell/unittests/LinkedCellUnitTest.cpp (added) * src/LinkedCell/unittests/LinkedCellUnitTest.hpp (added) * src/LinkedCell/unittests/Makefile.am (modified) * src/unittests/Makefile.am (modified) Added LinkedCell as commodity class around LinkedList. - LinkedList ... Wed, 28 Dec 2011 15:30:06 GMT Frederik Heber [91f592] * src/LinkedCell/Makefile.am (added) * src/LinkedCell/unittests/Makefile.am (added) * src/LinkedCell/unittests/linkedcellUnitTest.cpp (moved) * src/LinkedCell/unittests/linkedcellUnitTest.hpp (moved) * src/Makefile.am (modified) * src/UIElements/Makefile.am (modified) * src/unittests/Makefile.am (modified) Added own convenience library for LinkedCell construct.