Commit Graph

47603 Commits

Author SHA1 Message Date
Philipp Möller eda2ce42a7 reverted broken revision r67957 2012-03-07 14:21:07 +00:00
Philipp Möller e0dd26123d * exchanged std::random_shuffle with CGAL::random_shuffle 2012-03-07 14:08:55 +00:00
Philipp Möller 9fbb25d335 * forgot to prettify entirely 2012-03-07 14:07:14 +00:00
Philipp Möller 9881058185 * added the implementation of random_shuffle to STL_Extension 2012-03-07 14:00:44 +00:00
Philipp Möller 30149fbbe3 Created branch for Triangulation_3 determinism due to random_shuffle 2012-03-07 13:51:24 +00:00
Laurent Rineau a3c0177518 Prepare CGAL-4.0 2012-03-06 15:15:13 +00:00
Marc Glisse f91d43c47b Add const. 2012-02-28 14:09:46 +00:00
Joachim Reichel 190d15826d Update date and version. 2012-02-24 17:47:02 +00:00
Joachim Reichel 3ac8f48575 Add license notes for Boost files as discussed with Laurent. 2012-02-24 17:45:38 +00:00
Laurent Rineau db0edfe7b1 Add a href to sloccount 2012-02-24 15:27:32 +00:00
Laurent Rineau e534c42e1c Fix the detection of qcollectiongenerator 2012-02-24 12:24:01 +00:00
Laurent Rineau 44e9d9666b Update the command line to built Boost with Intel compiler 2012-02-21 13:04:11 +00:00
Laurent Rineau be1eeb9341 Save my files used to compile Boost into SVN 2012-02-21 10:18:33 +00:00
Laurent Rineau 49036ad9cf Remove a problematic test that consumes too much CPU each night
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.
"
2012-02-21 09:46:06 +00:00
Laurent Rineau 940be95c0a Credit sloccount 2012-02-16 17:13:07 +00:00
Laurent Rineau b435af6afd Add svn:eol-style=native. Rewrite EOLs accordingly. 2012-02-15 13:03:09 +00:00
Laurent Rineau e0bc688832 Bug fix
<CGAL/internal/AABB_tree/nearest_point_segment_3.h> was doing stupid things
if there was a degenerate segment in the AABB tree.
2012-02-15 13:02:25 +00:00
Laurent Rineau 09d86739d0 Recode eol of two files: dos2unix, and add the eol-style=native svn property 2012-02-14 10:43:34 +00:00
Andreas Fabri 9e1db5c309 typo 2012-02-13 13:32:02 +00:00
Laurent Rineau 854c30694f ./Scripts/developer_scripts/detect_packages_licenses detects the right
license for Voronoi_diagram_2.
  -> QPL
2012-02-13 12:57:27 +00:00
Laurent Rineau 2f4675671b Revert the following revision for the Voronoi_diagram_2 package:
| ------------------------------------------------------------------------
  | 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.
2012-02-13 12:56:45 +00:00
Laurent Rineau 22546a98bc Specify a release date 2012-02-13 11:32:18 +00:00
Laurent Rineau 2508131d01 Add a script to update the CHANGES file. In dont_submit. 2012-02-13 11:26:43 +00:00
Sébastien Loriot 8c8c8af3ae first look into path indicated by EIGEN3_INC_DIR
before system PATH (override the system version of
Eigen)
2012-02-10 16:09:21 +00:00
Laurent Rineau c2ab0cf770 Bug fix: WITH_CGAL_Core was ignored
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.
2012-02-10 15:32:38 +00:00
Laurent Rineau c8dcd583cb Smaller patch to licensecheck. Patch submitted upstream. 2012-02-10 11:40:09 +00:00
Laurent Rineau ddd16e2a2b Remove two .cpp files that do not compile!
They were in dont_submit but I do not see why we keep them.
2012-02-10 11:33:18 +00:00
Laurent Rineau 9e1982f218 Let's say I will publish CGAL-4.0-beta1 on Monday.
That sounds better than what I did in the past: publish on Friday evening
and leave to the week-end.
2012-02-10 10:15:23 +00:00
Laurent Rineau b6b00a5c95 Fix the LaTeX issue with "\:" 2012-02-10 10:12:37 +00:00
Laurent Rineau 1cc3ca5ace Fix documentation
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.
2012-02-09 15:12:13 +00:00
Laurent Rineau 4d9ad434eb Add/fix the bib entry for Linear Cell Complex 2012-02-09 10:32:10 +00:00
Sébastien Loriot d4af8432dc typo in name of nested iterator 2012-02-09 10:06:31 +00:00
Laurent Rineau b6a0164577 Fix the entry for QP solver
And in CHANGES too.
2012-02-08 19:36:30 +00:00
Laurent Rineau 48d6626509 Fix that revision:
| ------------------------------------------------------------------------
  | 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.
2012-02-08 16:06:30 +00:00
Laurent Rineau ca9ddf0ca5 CGAL_BUGFIX_VERSION must not be empty (for the rc file on Windows)
When CGAL_BUGFIX_VERSION is empty, sets it to 0.
2012-02-07 16:51:38 +00:00
Laurent Rineau 89def2a1af Again a bug (on Windows) justifies another alpha release. 2012-02-07 16:49:02 +00:00
Yves Brise 718b88f63d Added comment about bugfix in Quadratic Programming Solver to changes.html. (upon request of Laurent Rineau) 2012-02-07 16:41:38 +00:00
Laurent Rineau 99956135b7 Oops: bad directory 2012-02-07 14:37:43 +00:00
Laurent Rineau f335b31330 Fix the cgal_manual.zip file used by the Windows installer 2012-02-07 14:27:51 +00:00
Sébastien Loriot 1933237821 do not use punctuation marks in "see also" 2012-02-07 14:06:58 +00:00
Sébastien Loriot 236a7f6b73 add missing end-of-line 2012-02-07 13:59:39 +00:00
Andreas Fabri 59c4885a5d Add empty line 2012-02-07 13:55:42 +00:00
Laurent Rineau ec4fc872df Fix a typo
And update CHANGES according to changes.html
2012-02-07 13:50:00 +00:00
Laurent Rineau 803effacf2 Final alpha release? 2012-02-07 13:35:43 +00:00
Laurent Rineau 63e590d53a license has been fixed 2012-02-07 13:31:52 +00:00
Laurent Rineau 9fda9dc37a Change license from LGPLv3 to LGPLv3+ 2012-02-07 13:31:06 +00:00
Laurent Rineau d38da06a26 Fix that patch:
| ------------------------------------------------------------------------
  | 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.
2012-02-07 13:15:23 +00:00
Laurent Rineau 72e357003b Actually, I need an alpha5, to prebuild a package for Fedora before F17
branching.
2012-02-07 11:45:42 +00:00
Andreas Fabri ef5d5b2d46 Add paragraph on Voronoi adapter 2012-02-07 11:19:32 +00:00
Andreas Fabri 09c39bc954 Add paragraph on Voronoi adapter 2012-02-07 11:18:59 +00:00