Commit Graph

81897 Commits

Author SHA1 Message Date
Sébastien Loriot f5ef4b0034 add a naive way to intersect two AABB-trees 2018-10-09 10:24:32 +02:00
Maxime Gimeno d2f4e19e36 Add transformations to the new traits and add a test for it. 2018-10-09 10:24:32 +02:00
Maxime Gimeno a764322b7d Create a dummy traits and fix AABB_traits and AABBTraits implem/doc problems. 2018-10-09 10:24:31 +02:00
Laurent Rineau 636fa74f86 Merge branch 'releases/CGAL-4.13-branch' 2018-10-08 15:14:14 +02:00
Laurent Rineau e5bb2cf446 Merge pull request #2721 from maxGimeno/Bundle_demo_script-GF
Automatically create a bundle of the Polyhedron demo for Linux.
2018-10-08 15:13:54 +02:00
Laurent Rineau 5092db81c3 Merge pull request #3201 from kkatrio/repair_functions
PMP: Add more repair functions
2018-10-08 15:13:51 +02:00
Laurent Rineau 0d46d04dd6 Merge pull request #3260 from maxGimeno/Demo-Meshes_on_grid_plugin-GF
Polyhedron demo: Duplicate meshes on a grid
2018-10-08 15:13:49 +02:00
Laurent Rineau 89ffbdd15a Merge pull request #3292 from sloriot/Operations_on_polyhedra-remove_it
Remove Operations_on_polyhedra
2018-10-08 15:13:46 +02:00
Laurent Rineau 2615722b75 Merge pull request #3294 from maxGimeno/Dont_use_cmakecache_for_tests-GF
Maintenance: Fix the Release Mode for testsuite platforms
2018-10-08 15:13:43 +02:00
Laurent Rineau 18f3ec018a Merge pull request #3307 from maxGimeno/Maintenance-Use_cgal_create_release_with_cmake-GF
Maintenance: Use cmake to create a release
2018-10-08 15:13:40 +02:00
Laurent Rineau a8127b6bc7 Merge pull request #3308 from sloriot/Triangulation_2-doc_locate
Fix locate description
2018-10-08 15:13:38 +02:00
Laurent Rineau 8718bcef60 Merge pull request #3338 from maxGimeno/OTR_2_demo-Fix_header_guard-GF
Optimal_transportation_reconstruction_2: Remove random.h
2018-10-08 15:13:35 +02:00
Laurent Rineau 6c71a85472 Merge pull request #3339 from lrineau/TDS_3-fix_undefined_behavior-GF
`&*handle`, if handle is null, is undefined-behavior
2018-10-08 15:13:32 +02:00
Laurent Rineau 0e8e05cd4b Merge pull request #3348 from imiordanov/master
Small bugfix (User Manual of CK_2)
2018-10-08 15:13:30 +02:00
Laurent Rineau 493abccdcc Merge pull request #3350 from sgiraudot/Classification_plugin-Bugfix_temp_ref_in_parallel_code-GF
Classification plugin bugfix: don't use temp refs in parallel code
2018-10-08 15:13:27 +02:00
Laurent Rineau 3fc0a51cc8 Merge pull request #3351 from lrineau/Mpzf-workaround_intel_compiler_2019_bug-GF
Mpzf: Workaround a misscompilation bug with Intel Compiler 2019
2018-10-08 15:13:24 +02:00
Laurent Rineau a0d23abd32 Merge pull request #3357 from afabri/Convex_hull_3-use_static_filters-GF
Convex_hull_3: Fix so that static filters are used
2018-10-08 15:13:22 +02:00
Laurent Rineau 1a0ee8614a Merge pull request #3358 from maxGimeno/Demo-Several_fixes-GF
Polyhedron demo:  Several fixes
2018-10-08 15:13:19 +02:00
Laurent Rineau 491fde917b Merge pull request #3359 from sloriot/CH3-istatic_filters_on
Fix activation of local static filters
2018-10-08 15:13:16 +02:00
Laurent Rineau 0c36cf8b54 Merge pull request #3363 from afabri/Point_set_shape_detection-VC2017_typename_bug-GF
Point set shape detection: Fix VC2017 bug
2018-10-08 15:13:14 +02:00
Laurent Rineau e7a79adb85 Merge pull request #3365 from mglisse/patch-1
Kernel_traits uses R, not Kernel
2018-10-08 15:13:11 +02:00
Laurent Rineau 60de2812e9 Merge pull request #3366 from mglisse/patch-2
Akl/Toussaint algorithm for convex hull uses Orientation_2
2018-10-08 15:13:08 +02:00
Laurent Rineau 500e845412 Merge pull request #3348 from imiordanov/master
Small bugfix (User Manual of CK_2)
2018-10-08 15:11:54 +02:00
Laurent Rineau e1b7b5de55 Merge pull request #3350 from sgiraudot/Classification_plugin-Bugfix_temp_ref_in_parallel_code-GF
Classification plugin bugfix: don't use temp refs in parallel code
2018-10-08 15:11:52 +02:00
Laurent Rineau 5012230ac7 Merge pull request #3351 from lrineau/Mpzf-workaround_intel_compiler_2019_bug-GF
Mpzf: Workaround a misscompilation bug with Intel Compiler 2019
2018-10-08 15:11:49 +02:00
Laurent Rineau ac9b71951b Merge pull request #3357 from afabri/Convex_hull_3-use_static_filters-GF
Convex_hull_3: Fix so that static filters are used
2018-10-08 15:11:46 +02:00
Laurent Rineau 1c93ee0d37 Merge pull request #3358 from maxGimeno/Demo-Several_fixes-GF
Polyhedron demo:  Several fixes
2018-10-08 15:11:43 +02:00
Laurent Rineau 54bae5b220 Merge pull request #3359 from sloriot/CH3-istatic_filters_on
Fix activation of local static filters
2018-10-08 15:11:41 +02:00
Laurent Rineau 910e8f319a Merge pull request #3363 from afabri/Point_set_shape_detection-VC2017_typename_bug-GF
Point set shape detection: Fix VC2017 bug
2018-10-08 15:11:38 +02:00
Laurent Rineau 8f097dc9eb
Merge pull request #3371 from maxGimeno/Travis-Update_test_script-GF
Travis: Add tests, examples and demos to travis's call to cmake for CGAL
2018-10-08 09:42:53 +02:00
Maxime Gimeno ce0e174819 Add tests, examples and demos to travis's call to cmake for CGAL 2018-10-04 16:06:46 +02:00
Mael Rouxel-Labbé 61017e51ab Replaced boost's math constants with CGAL 2018-10-04 13:17:44 +02:00
Maxime Gimeno 39ff5772ba Fix commentary and missing --git-dir 2018-10-03 15:38:58 +02:00
Maxime Gimeno 3222ff8572 Create .scm-branch if TESTSUITE 2018-10-03 13:57:50 +02:00
Mael a3e9b9e2a8
Disabled testing of `remove_degeneracies_test.cpp` 2018-10-03 10:50:48 +02:00
Laurent Rineau 0af5004048
Fix typo 2018-10-02 13:22:13 +00:00
Laurent Rineau 0c1b4f3ab7 finally it works
- Do not use the current working directory, in cgal_create_release_with_cmake.cmake
- Fix the use of public_release_name
2018-10-02 14:21:31 +02:00
Marc Glisse cc291cda32
Akl/Toussaint algorithm for convex hull uses Orientation_2 2018-10-02 13:54:39 +02:00
Marc Glisse 8caeb6e63a
Akl/Toussaint algorithm for convex hull uses Orientation_2 2018-10-02 13:50:42 +02:00
Marc Glisse 2dcebb5761
Kernel_traits uses R, not Kernel 2018-10-02 13:38:55 +02:00
Laurent Rineau 4002d3d04b Use the file public_release_name 2018-10-02 12:55:48 +02:00
Maxime Gimeno e041253f4b Add cd SOURCES_DIR before call to script. 2018-10-02 11:15:21 +02:00
Andreas Fabri 1c308aa971 Workaround for just the one version of VC++ which has a problem 2018-10-02 09:51:21 +02:00
Andreas Fabri 743047d4cf Workaround for just the one version of VC++ which has a problem 2018-10-02 09:47:35 +02:00
Laurent Rineau ee51b9a4d3 updated crontab (automated commit) 2018-10-01 16:18:06 +02:00
Maxime Gimeno 5a47381813 Fix offset usage in convex non-quad faces of surface_mesh 2018-10-01 15:12:22 +02:00
Laurent Rineau 7cf19af58f `master` now targets CGAL-4.14 2018-10-01 15:11:49 +02:00
Laurent Rineau d06ffad733 New release in this branch will be 4.13.1 2018-10-01 15:04:36 +02:00
Laurent Rineau 48bb90a36e Polish CGAL-4.13 2018-10-01 10:55:07 +02:00
Sébastien Loriot 885cc02c62 fix activation of local static filters 2018-10-01 10:31:21 +02:00