Commit Graph

89520 Commits

Author SHA1 Message Date
Sébastien Loriot ef6949419f Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch' 2020-03-17 18:16:39 +01:00
Sebastien Loriot 739a96a785
Merge pull request #4574 from danston/Shape_detection-fix_bugs-danston
Shape detection - bug fixes
2020-03-17 18:15:51 +01:00
Sébastien Loriot bda5680629 Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch' 2020-03-17 18:13:56 +01:00
Sebastien Loriot fb34716fab
Merge pull request #4576 from MaelRL/CDT-Fix_determinism-GF
CDT2: Base CDT2's edge sets on geometry to ensure determinism
2020-03-17 18:13:18 +01:00
Jing Yang dc737f5ec1
Update draw_voronoi_diagram_2.cpp 2020-03-16 17:21:22 -07:00
Jing Yang 2eda71c2d3
Update draw_triangulation_2.cpp 2020-03-16 17:20:45 -07:00
Sebastien Loriot 0c8e9cb0c1
Merge pull request #4212 from maxGimeno/Demo-Save_the_scene_entirely-maxGimeno
CGAL 3D Demo: Enhancement of the Scene Saving System
2020-03-16 16:35:45 +01:00
Sébastien Loriot 32813dc976 Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch' 2020-03-16 16:32:47 +01:00
Sebastien Loriot fc14d200ff
Merge pull request #4578 from sloriot/PMP-doc_clip_default
PMP: Document default values in clip()
2020-03-16 16:30:53 +01:00
Sebastien Loriot a6d46a6f2d
Merge pull request #4572 from lrineau/Installation-COMPILE_LANGUAGE_for_flags-GF
Protect MSVC specific compilation flags with $<COMPILE_LANGUAGE:CXX>
2020-03-16 16:30:35 +01:00
Sebastien Loriot d92354be07
Merge pull request #4561 from maxGimeno/Travis-remove_deps_check_if_package_missing-maxGimeno
Travis: Don't compute dependencies if a package is missing.
2020-03-16 16:30:01 +01:00
Sebastien Loriot 4e43eadd0c
Merge pull request #4541 from MaelRL/Spatial_searching-Improve_example-GF
Spatial_searching: Pass custom traits to the Fuzzy_sphere object constructor
2020-03-16 16:26:57 +01:00
Sebastien Loriot 2c5663a07b
Merge pull request #4528 from maxGimeno/Installation-More_cmake_info-maxGimeno
Documentation: Add missing configuration variables for METIS
2020-03-16 16:26:12 +01:00
Sébastien Loriot f8f369173a remove BOOST_FOREACH introduced by a merge of 4.14 release branch 2020-03-16 16:24:24 +01:00
Sébastien Loriot cf99ea072d Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch' 2020-03-16 16:19:38 +01:00
Sebastien Loriot 075ecbb4d7
Merge pull request #4573 from sloriot/BGL-add_face_border_fix
Fix issue with border vertices in Euler::add_face
2020-03-16 15:52:31 +01:00
Sebastien Loriot 10aaa78029
Merge pull request #4569 from MaelRL/APL2-Fix_tags-GF
AG2: Fix usage of long-removed tags and classes in documentation
2020-03-16 15:34:15 +01:00
Sebastien Loriot fb6c32da8a
Merge pull request #4560 from janetournois/PMP-fix_isotropic_remeshing_with_patch_ids-jtournois
PMP::isotropic_remeshing() - fix remeshing with patch ids
2020-03-16 15:00:26 +01:00
Sebastien Loriot 2aef1cbaef
Merge pull request #4562 from sloriot/BGL-missing_const
BGL: Add missing const (Euler operations)
2020-03-16 14:58:35 +01:00
Sebastien Loriot 2107b6633d
Merge pull request #4553 from lrineau/Mesh_3-fix_Labeled_mesh_domain_3-GF
Labeled_mesh_domain_3: Fix the `value_outside` parameter
2020-03-16 14:57:44 +01:00
Sebastien Loriot c46af528d3
Merge pull request #4545 from sloriot/VTK_image-avoid_crash
Avoid crash if the file is corrupted or empty
2020-03-16 14:57:14 +01:00
Mael Rouxel-Labbé 2cb71708af Use proper index type in automatically-initialized index maps 2020-03-16 09:59:52 +01:00
Mael Rouxel-Labbé f6d994c003 Do not expose internal classes in BGL::FFG's default templates 2020-03-16 09:59:52 +01:00
Simon Giraudot 82926482d6 Fix eigen numtraits 2020-03-16 09:02:31 +01:00
Mael Rouxel-Labbé 9f909ce0da Also allow arrays to be used in PM_to_PS 2020-03-14 21:59:02 +01:00
Mael d94dace5e9
Fix typo (PMP)
Co-Authored-By: Sebastien Loriot <sloriot.ml@gmail.com>
2020-03-13 18:37:47 +01:00
Mael 0bc78c07cd
Fix typo
Co-Authored-By: Sebastien Loriot <sloriot.ml@gmail.com>
2020-03-13 18:36:27 +01:00
Dmitry Anisimov 68e3a7b049 updated email address 2020-03-13 12:02:44 +01:00
Mael Rouxel-Labbé c56c0a604d Clarify description of function parameter 2020-03-13 10:40:16 +01:00
Mael Rouxel-Labbé d8244fceb4 Replace std::set with boost::container::flat_set 2020-03-13 08:32:40 +01:00
Sébastien Loriot 3d66c590bd doc default values 2020-03-13 05:18:05 +01:00
Mael Rouxel-Labbé 1c622e0ba5 Base CDT2's edge sets on geometry to ensure determinism
When using face addresses, we do get the same combinatorics and
geometry in the result, but it is possible to create
different TDS' from one run to another, with a given face
not having the same order of points in memory.
2020-03-12 13:11:32 +01:00
Simon Giraudot 2112a3641a Add missing inheritance to Eigen::NumTraits<CGAL::Sqrt_extension<...> > 2020-03-12 10:37:23 +01:00
Mael Rouxel-Labbé 1b9b960e09 Index maps must be initialized when passed via Named Parameters 2020-03-11 16:45:21 +01:00
Dmitry Anisimov 4134b89fd5 doc fix from the PR #4564 2020-03-11 14:44:28 +01:00
Dmitry Anisimov 4ace3cdf96 fixed PRs: #3864; #4563; #4570; added test with the degenerated mesh; fixed docs; cleanup 2020-03-11 14:44:27 +01:00
Sébastien Loriot f454510de7 if a vertex is on a border, its halfedge is not necessarily on the border 2020-03-11 10:36:17 +01:00
Laurent Rineau 41316e25ef Protect MSVC specific compilation flags with $<COMPILE_LANGUAGE:CXX>
Fix issue #4571
2020-03-11 09:57:46 +01:00
Mael 22b0cc6efb
Fix typo 2020-03-10 16:40:50 +01:00
Mael Rouxel-Labbé 57465431e8 Fix grammar 2020-03-10 15:26:34 +01:00
Mael Rouxel-Labbé fe7c4629c1 Tiny punctuation change 2020-03-10 15:20:16 +01:00
Mael Rouxel-Labbé 5c694722a9 Clean some AG2 tests : Filtered_exact does not exist anymore 2020-03-10 15:18:55 +01:00
Mael Rouxel-Labbé 0729d1b0d1 Update documentations of SDG/AG2: Filtered_exact has been removed...
... 16 years ago !
2020-03-10 15:17:50 +01:00
Mael Rouxel-Labbé bd9610446d Fix some links in Apollonius_graph_2's documentation 2020-03-10 14:54:44 +01:00
Mael Rouxel-Labbé 2cfad7b991 Add Construct_point_2 to SDG2 traits models
The traits is supposed to be a model of a concept which refines
TriangulationTraits2, which demands a model of ConstructPoint_2,
so it should have been there.
2020-03-10 12:24:31 +01:00
Mael Rouxel-Labbé 2ee69c240b Add Construct_point_2 to APL2 traits models
The traits is supposed to be a model of a concept which refines
TriangulationTraits2, which demands a model of ConstructPoint_2,
so it should have been there.
2020-03-10 12:03:47 +01:00
Mael Rouxel-Labbé 5a3d877892 Add #include for boost::result_of 2020-03-10 11:54:21 +01:00
Mael Rouxel-Labbé 23c3da94b0 Fix using now-removed named parameter helper 2020-03-10 09:07:37 +01:00
Mael Rouxel-Labbé 63e1a33a4f Add missing #include 2020-03-10 09:07:23 +01:00
Mael Rouxel-Labbé adec4123a0 Take return of construct_point by reference when possible 2020-03-09 16:33:08 +01:00