# # ChangeLog for tests/Tesselations/trianglematcher.in # # Generated by Trac 1.4.4 # Dec 23, 2024, 8:19:25 AM Mon, 03 Aug 2015 15:03:34 GMT Frederik Heber [3532b7] * src/Bond/AdjacencyMatcher/Makefile.am (modified) * src/Tesselation/TriangleMatcher/Makefile.am (modified) * tests/GuiChecks/Makefile.am (modified) * tests/GuiChecks/adjacencymatcher.in (modified) * tests/GuiChecks/trianglematcher.in (modified) * tests/Tesselations/Makefile.am (modified) * tests/Tesselations/trianglematcher.in (modified) * tests/regression/Makefile.am (modified) * tests/regression/adjacencymatcher.in (modified) * tests/regression/trianglematcher.in (modified) DISTFIX: adjacencymatcher and trianglematcher are check_PROGRAMS, not ... Tue, 28 Jul 2015 13:42:43 GMT Frederik Heber [7d146a] * Makefile.am (modified) * configure.ac (modified) * src/Tesselation/TriangleMatcher/Makefile.am (added) * src/Tesselation/TriangleMatcher/Triangle.hpp (added) * src/Tesselation/TriangleMatcher/TriangleMatcher.cpp (added) * src/Tesselation/TriangleMatcher/types.hpp (added) * tests/GuiChecks/Makefile.am (modified) * tests/GuiChecks/Tesselation/BigConvex/testsuite-tesselation-big-convex-envelope.at (modified) * tests/GuiChecks/Tesselation/BigNonConvex/testsuite-tesselation-big-non-convex-envelope.at (modified) * tests/GuiChecks/Tesselation/Convex/testsuite-tesselation-convex-envelope.at (modified) * tests/GuiChecks/Tesselation/NonConvex/testsuite-tesselation-non-convex-envelope.at (modified) * tests/GuiChecks/Tesselation/testsuite-tesselation.at (modified) * tests/Tesselations/Convex/1_2-dimethoxyethane/testsuite-1_2-dimethoxyethane.at (modified) * tests/Tesselations/Convex/1_2-dimethylbenzene/testsuite-1_2-dimethylbenzene.at (modified) * tests/Tesselations/Convex/2-methylcyclohexanone/testsuite-2-methylcyclohexanone.at (modified) * tests/Tesselations/Convex/N_N-dimethylacetamide/testsuite-N_N-dimethylacetamide.at (modified) * tests/Tesselations/Convex/amylose/testsuite-amylose.at (modified) * tests/Tesselations/Convex/benzene/testsuite-benzene.at (modified) * tests/Tesselations/Convex/cholesterol/testsuite-cholesterol.at (modified) * tests/Tesselations/Convex/cycloheptane/testsuite-cycloheptane.at (modified) * tests/Tesselations/Convex/dimethyl_bromomalonate/testsuite-dimethyl_bromomalonate.at (modified) * tests/Tesselations/Convex/glucose/testsuite-glucose.at (modified) * tests/Tesselations/Convex/heptan/testsuite-heptan.at (modified) * tests/Tesselations/Convex/isoleucine/testsuite-isoleucine.at (modified) * tests/Tesselations/Convex/neohexane/testsuite-neohexane.at (modified) * tests/Tesselations/Convex/proline/testsuite-proline.at (modified) * tests/Tesselations/Convex/putrescine/testsuite-putrescine.at (modified) * tests/Tesselations/Convex/tartaric_acid/testsuite-tartaric_acid.at (modified) * tests/Tesselations/Makefile.am (modified) * tests/Tesselations/NonConvex/1_2-dimethoxyethane/testsuite-1_2-dimethoxyethane.at (modified) * tests/Tesselations/NonConvex/1_2-dimethylbenzene/testsuite-1_2-dimethylbenzene.at (modified) * tests/Tesselations/NonConvex/2-methylcyclohexanone/testsuite-2-methylcyclohexanone.at (modified) * tests/Tesselations/NonConvex/N_N-dimethylacetamide/testsuite-N_N-dimethylacetamide.at (modified) * tests/Tesselations/NonConvex/benzene/testsuite-benzene.at (modified) * tests/Tesselations/NonConvex/cholesterol/testsuite-cholesterol.at (modified) * tests/Tesselations/NonConvex/cycloheptane/testsuite-cycloheptane.at (modified) * tests/Tesselations/NonConvex/dimethyl_bromomalonate/testsuite-dimethyl_bromomalonate.at (modified) * tests/Tesselations/NonConvex/glucose/testsuite-glucose.at (modified) * tests/Tesselations/NonConvex/heptan/testsuite-heptan.at (modified) * tests/Tesselations/NonConvex/isoleucine/testsuite-isoleucine.at (modified) * tests/Tesselations/NonConvex/neohexane/testsuite-neohexane.at (modified) * tests/Tesselations/NonConvex/proline/testsuite-proline.at (modified) * tests/Tesselations/NonConvex/putrescine/testsuite-putrescine.at (modified) * tests/Tesselations/NonConvex/tartaric_acid/testsuite-tartaric_acid.at (modified) * tests/Tesselations/trianglematcher.in (added) * tests/regression/Makefile.am (modified) * tests/regression/Tesselation/BigConvex/testsuite-tesselation-big-convex-envelope.at (modified) * tests/regression/Tesselation/BigNonConvex/testsuite-tesselation-big-non-convex-envelope.at (modified) * tests/regression/Tesselation/Convex/testsuite-tesselation-convex-envelope.at (modified) * tests/regression/Tesselation/NonConvex/testsuite-tesselation-non-convex-envelope.at (modified) * tests/regression/Tesselation/TriangleMatcher/pre/convex.dat (added) * tests/regression/Tesselation/TriangleMatcher/pre/convex_none.dat (added) * tests/regression/Tesselation/TriangleMatcher/pre/convex_other.dat (added) * tests/regression/Tesselation/TriangleMatcher/testsuite-tesselation-trianglematcher.at (added) * tests/regression/Tesselation/testsuite-tesselation.at (modified) * tests/regression/trianglematcher.in (added) Added TriangleMatcher to safely compare tesselation .dat files. - ...