Commit Graph

93847 Commits

Author SHA1 Message Date
Mael Rouxel-Labbé 1fc3050e0b Avoid UB with default constructed handle
See also f9c9cfa40b
2021-07-19 15:55:47 +02:00
Mael Rouxel-Labbé 9a5805839e Do not set irrelevant neighbors with garbage (dim -1)
In dim -1, there is only one vertex and one face, no neighbor
in position '0' to set.
2021-07-19 15:54:46 +02:00
Sebastien Loriot f5937cd303
Merge pull request #5838 from maxGimeno/Fix_doc_removal-maxGimeno
Online Doc: Fix condition for push
2021-07-19 09:34:17 +02:00
Sebastien Loriot 31fcd2da3e
Merge pull request #5841 from sloriot/RBO2-fix_validity_check
Boolean_set_operations_2/Gps_polygon_validation.h: Fix validity check
2021-07-19 07:36:02 +02:00
Sébastien Loriot 32c7364831 update test to accept a relatively simple hole as being valid 2021-07-12 15:38:26 +02:00
Sébastien Loriot e599bd44cc fix validity check: holes can be relatively simple 2021-07-08 13:50:18 +02:00
Maxime Gimeno 9e29edb42c Fix condition for push 2021-07-07 15:10:09 +02:00
Laurent Rineau e4f1530590 This branch now targets 5.2.4 2021-07-06 13:53:39 +02:00
Laurent Rineau c9bd985a5d Merge branch '5.1.x-branch' into 5.2.x-branch 2021-06-29 15:28:21 +02:00
Laurent Rineau c267217f46 Merge pull request #5779 from danston/Installation-macos_guide_fix-danston
MacOS Qt5 Guide Update
2021-06-29 15:27:46 +02:00
Laurent Rineau e76fb22d3a Merge pull request #5805 from MaelRL/AS23-GT_concept_doc-GT
Fix inheritance for periodic triangulations in Alpha Shapes concepts
2021-06-29 15:27:43 +02:00
Laurent Rineau f69709b876 Merge pull request #5779 from danston/Installation-macos_guide_fix-danston
MacOS Qt5 Guide Update
2021-06-29 15:26:44 +02:00
Laurent Rineau b48b300177 Merge pull request #5805 from MaelRL/AS23-GT_concept_doc-GT
Fix inheritance for periodic triangulations in Alpha Shapes concepts
2021-06-29 15:26:42 +02:00
Dmitry Anisimov 86730d9555 Update Documentation/doc/Documentation/Usage.txt
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
2021-06-25 11:27:15 +02:00
Dmitry Anisimov d2974c44b7 better description 2021-06-25 11:27:02 +02:00
Dmitry Anisimov e129bd7b35 macos qt5 guide installation update 2021-06-25 11:26:55 +02:00
Mael Rouxel-Labbé b22a1b3106 Fix inheritance for periodic triangulations in concepts of alpha shape traits 2021-06-25 10:40:21 +02:00
Sébastien Loriot dfcdb4c05b Merge remote-tracking branch 'cgal/5.1.x-branch' into HEAD 2021-06-25 10:02:58 +02:00
Sebastien Loriot 437575df65
Merge pull request #5774 from afabri/Polyline_simplification-skiplistbug-GF
Polyline_simplification: Bugfix in Points_in_constraint_iterator
2021-06-25 10:00:27 +02:00
Sebastien Loriot e4b45226e7
Merge pull request #5782 from MaelRL/AG2-Add_origin-GF
Add a getter for the origin of the parabola
2021-06-25 09:52:57 +02:00
Mael Rouxel-Labbé d2a25329e0 Use Parabola_2::origin()
Only reason is to test the getter.
2021-06-17 10:29:02 +02:00
Mael Rouxel-Labbé 9aee0b6e6b Add a getter for the origin of the parabola
+ don't copy needlessly
2021-06-17 10:17:34 +02:00
Laurent Rineau a69c187ce8 Merge branch '5.1.x-branch' into 5.2.x-branch 2021-06-16 15:30:29 +02:00
Laurent Rineau 3b9f43db4c Merge pull request #5769 from alefy/ImageIO-Fix_inline_vtk-alefy
Add inline vtk_image_sharing_same_data_pointer
2021-06-16 15:30:07 +02:00
Laurent Rineau 60a095fd2c Merge branch '5.1.x-branch' into 5.2.x-branch 2021-06-16 15:04:12 +02:00
Laurent Rineau 8fc1301677 Merge pull request #5743 from sloriot/CGAL-remove_last_setup.exe
remove remaining mentions to setup.exe
2021-06-16 15:03:47 +02:00
Laurent Rineau d74d4745df Merge pull request #5762 from janetournois/Mesh_3-fix_warning_pr5587-jtournois
Mesh_3 - fix missing initializer warning
2021-06-16 15:03:45 +02:00
Laurent Rineau 94d1be2a79 Merge pull request #5768 from alefy/CMake-Fix_OpenMesh-alefy
Set CMake imported OpenMesh library as INTERFACE
2021-06-16 15:03:42 +02:00
Laurent Rineau a1165eb20c Merge pull request #5773 from maxGimeno/CI-Fix_doc_building-maxGimeno
Fix path to tmp.log
2021-06-16 15:03:40 +02:00
Laurent Rineau 2845b4f2ae Merge pull request #5743 from sloriot/CGAL-remove_last_setup.exe
remove remaining mentions to setup.exe
2021-06-16 15:02:34 +02:00
Laurent Rineau 09514b20f6 Merge pull request #5762 from janetournois/Mesh_3-fix_warning_pr5587-jtournois
Mesh_3 - fix missing initializer warning
2021-06-16 15:02:32 +02:00
Laurent Rineau 7a35208ade Merge pull request #5768 from alefy/CMake-Fix_OpenMesh-alefy
Set CMake imported OpenMesh library as INTERFACE
2021-06-16 15:02:29 +02:00
Andreas Fabri 1948cf304f Fix (unintendedly) skipping the next point after erasure of a constraint point
In 'it = set.erase(it)', it is already the next element, so the ++it
of the loop makes the algorithm skip an element, which might have had
to be removed if it also didn't have a corresponding triangulation vertex.
2021-06-15 14:21:35 +02:00
Maxime Gimeno a7ad6602e0 Fix path to tmp.log 2021-06-09 09:30:13 +02:00
Adrien Lefieux 9723f5e68e Add inline vtk_image_sharing_same_data_pointer
Fix possible duplicate symbol.
2021-06-08 17:38:27 +02:00
Adrien Lefieux b6a34b2bc5 Set CMake imported OpenMesh library as INTERFACE 2021-06-08 16:53:13 +02:00
Jane Tournois b69f643239 add missing param in initializer list 2021-06-04 15:58:26 +02:00
Laurent Rineau d99fa2517e Merge branch '5.1.x-branch' into 5.2.x-branch 2021-06-02 17:19:45 +02:00
Laurent Rineau a0515a9c37 Merge pull request #5739 from maxGimeno/Demo-Fixes_for_scale_scene-maxGimeno
Polyhedron Demo: Fix Scene Recentering while Scaled
2021-06-02 17:19:36 +02:00
Laurent Rineau 9e7d8abd8a Merge pull request #5732 from janetournois/Polyhedron_demo-fix_cmakelists_find_tbb-jtournois
FindTBB.cmake: only search TBB in Config mode if version >= 2019 update 5
2021-06-02 17:18:44 +02:00
Laurent Rineau 5c51042c63 Merge branch '5.1.x-branch' into 5.2.x-branch 2021-06-02 16:20:39 +02:00
Laurent Rineau 8b51a65ea0 This branch now targets 5.2.3. 2021-06-02 16:19:18 +02:00
Laurent Rineau 3cbadfb89b This branch now targets 5.1.5. 2021-06-02 16:02:44 +02:00
Sébastien Loriot c93da15912 remove remaining mentions to setup.exe 2021-06-01 09:40:30 +02:00
Maxime Gimeno 18c7e6f513 Fix scene recenter with scaling ON 2021-05-31 14:09:07 +02:00
Jane Tournois 321e8293af
fix outdated code
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2021-05-28 14:55:14 +02:00
Jane Tournois 525271c25e start by looking for TBB_ROOT (env or cmake variable) and TBB_DIR (cmake variable)
and fix 2019 Update 5 version number
2021-05-28 12:20:37 +02:00
Laurent Rineau 61eb61c502 Merge branch '5.1.x-branch' into 5.2.x-branch 2021-05-27 19:10:10 +02:00
Laurent Rineau e745ff3fab Merge pull request #5718 from maxGimeno/Demo-fix_statistics-maxGimeno
Polyhedron Demo: Fix classname property for selection_item

# Conflicts:
#	Polyhedron/demo/Polyhedron/Scene_polyhedron_selection_item.cpp
2021-05-27 19:10:03 +02:00
Laurent Rineau 9f06841e97 Merge pull request #5718 from maxGimeno/Demo-fix_statistics-maxGimeno
Polyhedron Demo: Fix classname property for selection_item
2021-05-27 19:08:51 +02:00