# # ChangeLog for src/Filling/unittests/Makefile.am # # Generated by Trac 1.4.4 # Mar 21, 2025, 5:07:29 PM 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 [d505a3] * src/Filling/Filler.cpp (added) * src/Filling/Filler.hpp (added) * src/Filling/Makefile.am (modified) * src/Filling/unittests/FillerUnitTest.cpp (added) * src/Filling/unittests/FillerUnitTest.hpp (added) * src/Filling/unittests/Makefile.am (modified) Added Filler as general method of filling a Shape. - ... 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 ... Fri, 30 Mar 2012 09:16:32 GMT Frederik Heber [7adddc] * src/Filling/Makefile.am (modified) * src/Filling/Predicates/IsInsideSurface_FillPredicate.cpp (added) * src/Filling/Predicates/IsInsideSurface_FillPredicate.hpp (added) * src/Filling/unittests/IsInsideSurface_FillPredicateUnitTest.cpp (added) * src/Filling/unittests/IsInsideSurface_FillPredicateUnitTest.hpp (added) * src/Filling/unittests/Makefile.am (modified) Added IsInsideSurface_FillPredicate - added unit test. Fri, 30 Mar 2012 09:16:32 GMT Frederik Heber [83fd7d] * src/Filling/Makefile.am (modified) * src/Filling/Predicates/Ops_FillPredicate.cpp (added) * src/Filling/Predicates/Ops_FillPredicate.hpp (added) * src/Filling/Predicates/Ops_FillPredicate_impl.hpp (added) * src/Filling/unittests/Makefile.am (modified) * src/Filling/unittests/Ops_FillPredicateUnitTest.cpp (added) * src/Filling/unittests/Ops_FillPredicateUnitTest.hpp (added) Added Ops_FillPredicate. - added unit test. Fri, 30 Mar 2012 09:16:31 GMT Frederik Heber [baac79] * src/Filling/Makefile.am (modified) * src/Filling/Predicates/IsVoidNode_FillPredicate.cpp (added) * src/Filling/Predicates/IsVoidNode_FillPredicate.hpp (added) * src/Filling/unittests/IsVoidNode_FillPredicateUnitTest.cpp (added) * src/Filling/unittests/IsVoidNode_FillPredicateUnitTest.hpp (added) * src/Filling/unittests/Makefile.am (modified) Added IsVoidNode_FillPredicate. - added unit test. - added ... Fri, 30 Mar 2012 09:16:31 GMT Frederik Heber [6499b1] * src/Filling/Makefile.am (modified) * src/Filling/Predicates/IsInsideDomain_FillPredicate.cpp (added) * src/Filling/Predicates/IsInsideDomain_FillPredicate.hpp (added) * src/Filling/unittests/IsInsideDomain_FillPredicateUnitTest.cpp (added) * src/Filling/unittests/IsInsideDomain_FillPredicateUnitTest.hpp (added) * src/Filling/unittests/Makefile.am (modified) Added IsInsideDomain_FillPredicate. - added unit test. Fri, 30 Mar 2012 09:16:31 GMT Frederik Heber [600a52] * src/Filling/Makefile.am (modified) * src/Filling/Predicates/IsValidInDomain_FillPredicate.cpp (added) * src/Filling/Predicates/IsValidInDomain_FillPredicate.hpp (added) * src/Filling/unittests/IsValidInDomain_FillPredicateUnitTest.cpp (added) * src/Filling/unittests/IsValidInDomain_FillPredicateUnitTest.hpp (added) * src/Filling/unittests/Makefile.am (added) * src/unittests/Makefile.am (modified) Added IsInDomain_FillPredicate. - added unit test.