#
# ChangeLog for src/Atom/unittests/Makefile.am
#
# Generated by Trac 1.4.4
# Apr 14, 2025, 8:44:13 AM

Mon, 12 Aug 2013 11:30:33 GMT Frederik Heber <heber@…> [353326]
	* src/Atom/unittests/Makefile.am (modified)
	* src/Descriptors/unittests/Makefile.am (modified)
	* src/Filling/unittests/Makefile.am (modified)
	* src/Fragmentation/Summation/unittests/Makefile.am (modified)
	* src/Jobs/unittests/Makefile.am (modified)
	* src/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: Changed LIBADDs and LDADDs to get rid of libtool patching.

	- ...


Wed, 26 Sep 2012 17:24:47 GMT Frederik Heber <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:31 GMT Frederik Heber <heber@…> [9e1d01]
	* src/Atom/CopyAtoms/CopyAtomsInterface.hpp (added)
	* src/Atom/CopyAtoms/CopyAtoms_SaturateDanglingBonds.cpp (added)
	* src/Atom/CopyAtoms/CopyAtoms_SaturateDanglingBonds.hpp (added)
	* src/Atom/CopyAtoms/CopyAtoms_Simple.hpp (added)
	* src/Atom/CopyAtoms/CopyAtoms_withBonds.cpp (added)
	* src/Atom/CopyAtoms/CopyAtoms_withBonds.hpp (added)
	* src/Atom/Makefile.am (modified)
	* src/Atom/unittests/CopyAtomsInterfaceUnitTest.cpp (added)
	* src/Atom/unittests/CopyAtomsInterfaceUnitTest.hpp (added)
	* src/Atom/unittests/Makefile.am (modified)
	* src/documentation/constructs/atoms.dox (modified)

	Added CopyAtoms structure.

	- this creates a copy of a vector of ...


Mon, 02 Jan 2012 13:34:58 GMT Frederik Heber <heber@…> [99f4ee]
	* src/Atom/unittests/Makefile.am (modified)
	* src/Box.cpp (modified)
	* src/Box.hpp (modified)
	* src/unittests/BoxUnitTest.cpp (modified)
	* src/unittests/BoxUnitTest.hpp (modified)
	* src/unittests/Makefile.am (modified)
	* src/unittests/stubs/ObserverStub.cpp (moved)
	* src/unittests/stubs/ObserverStub.hpp (moved)

	Class Box is now also an Observable.

	- it has two channels to ...


Mon, 02 Jan 2012 13:00:05 GMT Frederik Heber <heber@…> [97c2550]
	* src/Atom/AtomObserver.cpp (modified)
	* src/Atom/AtomObserver.hpp (modified)
	* src/Atom/unittests/AtomObserverUnitTest.cpp (added)
	* src/Atom/unittests/AtomObserverUnitTest.hpp (added)
	* src/Atom/unittests/Makefile.am (added)
	* src/Atom/unittests/stubs/ObserverStub.cpp (added)
	* src/Atom/unittests/stubs/ObserverStub.hpp (added)
	* src/unittests/Makefile.am (modified)

	Added unit test for AtomObserver.

	- added position and element ...