Quote of a mail on mines:
"
We have problems with the testsuite of CGAL::Polytope_distance_d. The test
test/Polytope_distance_d/test_Polytope_distance_d_d.cpp frequently enters an
(seemly) infinite loop consuming CPU, in the testsuite, and is killed after
our hour. On a given platform, the issue seems frequent but not fully
reproducible.
Last night, that single test consumed 5 hours of CPU on my Linux test machine,
and 2 hours on the Windows test machine, just to fail.
"
| ------------------------------------------------------------------------
| r67117 | lrineau | 2012-01-13 19:14:48 +0100 (Fri, 13 Jan 2012) | 1 line
|
| Switch from QPL to GPLv3+, and rename CGAL-3.10 to CGAL-4.0.
| ------------------------------------------------------------------------
So far, this package is still under QPL. We do not ship it into CGAL, but
if it was shipped by accident, we really do not want it to be released
under GPL by accident.
There was an explicit
unset(WITH_CGAL_Core)
in the CMake scripts of CGAL. It was introduced to workaround an issue in
our testsuite process. I turned it into an EXCLUDE WITH_CGAL_Core in the
command load_cache that is used by our testsuite process.
Since CGAL-3.8, the API has changed (with MPL tricks to keep the backward
compatibility):
- In the concepts Mesh(Facet|Cell)Criteria_3, the nested types
(Facet|Cell)_badness were renamed to Is_(facet|cell)_bad.
That change was not fully done in the documentation.
| ------------------------------------------------------------------------
| r67609 | lrineau | 2012-02-06 12:39:40 +0100 (Mon, 06 Feb 2012) | 5 lines
|
| Fix (examples|demo)/CMakeLists.txt
|
| That way, those CMakeLists.txt can be used to build examples and demo from
| outside the building of CGAL libraries.
|
| ------------------------------------------------------------------------
If UseCGAL.cmake is included in demo/ or examples/ then it can no longer be
included to set up different flags in sub-directories.
| ------------------------------------------------------------------------
| r67597 | lrineau | 2012-02-03 18:13:17 +0100 (Fri, 03 Feb 2012) | 1 line
|
| Do not install scripts/cgal_create_assertions.sh scripts/cgal_create_cmake_script_with_options
| ------------------------------------------------------------------------
Use full-path for scripts.