Sébastien Loriot
10ed1a058e
add more tests
2021-07-29 17:22:37 +02:00
Sébastien Loriot
743a5fc29e
add split case with a plane containing border edges
2021-07-29 13:21:16 +02:00
Simon Lopez
7f6c39e898
Skip shared edges which are border edges
2021-07-29 10:52:13 +02:00
Laurent Rineau
01323fa16e
Merge pull request #5860 from sloriot/NT-clean_up_wa
...
Remove no longer needed __builtin_sqrt workaround
2021-07-27 15:50:05 +02:00
Laurent Rineau
4cf8fd6353
Merge pull request #5863 from MaelRL/BGL-Fix_FFG_nonconst_index_pmaps-GF
...
Fix index maps for non-const Face_filtered_graph
2021-07-27 15:50:01 +02:00
Laurent Rineau
455930c637
Merge pull request #5866 from maxGimeno/FPU_fix_aarch64_def-maxGimeno
...
Number_types: Fix a typedef for aarch64
2021-07-27 15:49:59 +02:00
Mael Rouxel-Labbé
ec9c77b44d
Use the non-const ::type typedef for consistency
...
Internally, both ::type and ::const_type are the same
2021-07-26 13:49:27 +02:00
Mael Rouxel-Labbé
09337e4c3b
Add some missing STL includes
2021-07-26 13:06:35 +02:00
Mael Rouxel-Labbé
55e71b602a
Test binder-based index pmaps on selection -changing FFG
2021-07-26 12:27:03 +02:00
Mael Rouxel-Labbé
e3b1544070
Revert to binder-pmaps for FFG's index maps (but fix them)
2021-07-26 12:25:46 +02:00
Maxime Gimeno
f8690f5a6f
Use unsigned long to get a 64bits type and avoid a warning about the wrong size for the type FPU_CW_t
2021-07-23 14:43:02 +02:00
Mael Rouxel-Labbé
5240e402de
Fix wrong PMap type
2021-07-23 14:26:40 +02:00
Mael Rouxel-Labbé
a221d9f1a7
Using boost:: rather than CGAL:: for FFG's index pmap properties
2021-07-23 14:26:20 +02:00
Mael Rouxel-Labbé
4d471cf139
Enhance tests for Face_filtered_graph
2021-07-23 12:15:42 +02:00
Mael Rouxel-Labbé
eb4d2953d5
Fix index maps for non-const Face_filtered_graph
2021-07-23 12:14:32 +02:00
Sébastien Loriot
e8993704e7
remove no longer needed workaround
...
it breaks code using the intel compiler on windows
2021-07-20 12:09:55 +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