#
# ChangeLog for src/LinkedCell/Makefile.am
#
# Generated by Trac 1.4.4
# Mar 26, 2025, 1:59:04 AM

Tue, 16 Apr 2013 06:30:39 GMT Frederik Heber <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, 02 Apr 2012 08:37:59 GMT Frederik Heber <heber@…> [7256a2]
	* src/Filling/Makefile.am (modified)
	* src/LinkedCell/Makefile.am (modified)
	* src/Shapes/Makefile.am (modified)

	DISTFIX: Forgot to include various header files in Makefile.am's.

	- ...


Mon, 02 Jan 2012 13:35:16 GMT Frederik Heber <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 <heber@…> [cbdcb1]
	* src/LinkedCell/LinkedCell_Controller.cpp (modified)
	* src/LinkedCell/LinkedCell_View.cpp (modified)
	* src/LinkedCell/LinkedCell_View.hpp (modified)
	* src/LinkedCell/LinkedCell_View_ModelWrapper.hpp (added)
	* src/LinkedCell/Makefile.am (modified)
	* src/LinkedCell/unittests/stubs/LinkedCell_ViewStub.cpp (modified)

	Added LinkedCell_View_ModelWrapper to safely keep LinkedCell_Model ...


Mon, 02 Jan 2012 13:34:42 GMT Frederik Heber <heber@…> [8c31865]
	* src/LinkedCell/LinkedCell_Model.cpp (modified)
	* src/LinkedCell/LinkedCell_Model.hpp (modified)
	* src/LinkedCell/LinkedCell_Model_LinkedCellArrayCache.cpp (added)
	* src/LinkedCell/LinkedCell_Model_LinkedCellArrayCache.hpp (added)
	* src/LinkedCell/LinkedCell_Model_changeModel.cpp (modified)
	* src/LinkedCell/LinkedCell_Model_changeModel.hpp (modified)
	* src/LinkedCell/LinkedCell_Model_inline.hpp (modified)
	* src/LinkedCell/Makefile.am (modified)
	* src/LinkedCell/unittests/LinkedCell_ModelUnitTest.cpp (modified)

	Added new class LinkedCellArrayCache that performs the lazy updates ...


Mon, 02 Jan 2012 13:34:42 GMT Frederik Heber <heber@…> [e776dc]
	* src/LinkedCell/LinkedCell_Model.cpp (modified)
	* src/LinkedCell/LinkedCell_Model.hpp (modified)
	* src/LinkedCell/LinkedCell_Model_Update.cpp (added)
	* src/LinkedCell/LinkedCell_Model_Update.hpp (added)
	* src/LinkedCell/LinkedCell_Model_changeModel.cpp (added)
	* src/LinkedCell/LinkedCell_Model_changeModel.hpp (added)
	* src/LinkedCell/Makefile.am (modified)

	Added internal classes Update and changeModel to LinkedCell_Model.
 ...


Mon, 02 Jan 2012 13:34:29 GMT Frederik Heber <heber@…> [4459fc]
	* src/LinkedCell/LinkedCell.hpp (modified)
	* src/LinkedCell/LinkedCell_Model.hpp (modified)
	* src/LinkedCell/LinkedCell_View.cpp (modified)
	* src/LinkedCell/Makefile.am (modified)
	* src/LinkedCell/tripleIndex.cpp (added)
	* src/LinkedCell/tripleIndex.hpp (added)
	* src/LinkedCell/types.hpp (modified)

	Refactored typedef tripleIndex into own structure.

	- we need the ...


Mon, 02 Jan 2012 13:34:28 GMT Frederik Heber <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 <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 <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. ...


Wed, 28 Dec 2011 15:30:06 GMT Frederik Heber <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.