Sebastien Loriot
a9d03ba945
Merge pull request #6508 from albert-github/feature/bug_documentation_code
...
Documentation update in respect to code fragments
2022-05-13 15:49:24 +02:00
Sebastien Loriot
0e0b813736
Merge pull request #6471 from GilesBathgate/Nef_3-performance_stdmap-GilesBathgate
...
Nef_3: Performance std::map -> std::unordered_map
2022-05-13 15:47:24 +02:00
Sébastien Loriot
083edccc39
remove verbose flag
2022-05-13 09:35:52 +02:00
Giles Bathgate
8770c7a0cd
Update Nef_S2/include/CGAL/Nef_S2/ID_support_handler.h
...
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
2022-05-10 12:06:32 +01:00
albert-github
f3c616ee27
Update Documentation/doc/Documentation/Developer_manual/Chapter_portability.txt
...
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
2022-05-10 11:50:09 +02:00
Sébastien Loriot
acbd1ee182
Merge pull request #6563 from MaelRL/AW3-Add_authors-GF
...
Add 3D Alpha Wrapping package and file authors
2022-05-06 16:04:12 +02:00
Mael
189c51da89
Remove AW3 concept group
2022-05-06 16:02:16 +02:00
Laurent Rineau
e15e7a59d6
Merge branch '5.4.x-branch'
2022-05-06 14:22:21 +02:00
Laurent Rineau
8f233c248f
Merge pull request #5937 from danston/Number_types-add_benchmarks-danston
...
Robust Quotient with cpp_int
2022-05-06 14:22:08 +02:00
Laurent Rineau
6da27847c5
Merge pull request #6495 from afabri/Surface_mesh-move-GF
...
Surface_mesh: Add move semantics
2022-05-06 14:22:06 +02:00
Laurent Rineau
3177ec94c9
Merge pull request #6498 from MaelRL/BGL-Fix_IO_link-GF
...
Fix broken BGL ref manual link
2022-05-06 14:22:04 +02:00
Laurent Rineau
90accc92ea
Merge pull request #6499 from MaelRL/STL-Merge_is_defaults-GF
...
Merge parameters::Is_default and parameters::is_default_parameter
2022-05-06 14:22:02 +02:00
Laurent Rineau
3c2fa8f493
Merge pull request #6510 from oesi82/PCA-Linear_least_squares_fitting_3_NaN-GF
...
Fixed degenerated case of plane fitting to a linear set of points.
2022-05-06 14:22:00 +02:00
Laurent Rineau
5994eb48b5
Merge pull request #6519 from sloriot/Intel-fallthrough
...
Update fallthrough for intel compiler
2022-05-06 14:21:58 +02:00
Laurent Rineau
2f243c44e9
Merge pull request #6525 from janetournois/Mesh_3-fix_polylines_to_protect_angle-jtournois
...
CGAL::Mesh_3::polylines_to_protect with angle bound - bug fix
2022-05-06 14:21:56 +02:00
Laurent Rineau
a2ac048dd0
Merge pull request #6529 from afabri/Bounding_volumes-backtick-GF
...
Bounding_volumes: clean up
2022-05-06 14:21:54 +02:00
Laurent Rineau
1f683e21d8
Merge pull request #6530 from lrineau/Triangulation_3-fix_crash_during_IO-GF
...
Fix crash during binary I/O of Triangulation_3
2022-05-06 14:21:52 +02:00
Laurent Rineau
f9a5bc5d71
Merge pull request #6533 from afabri/Barycentric_coordinates-fix_output-GF
...
Barycentric coordinates: bug fix: Increment output iterator
2022-05-06 14:21:50 +02:00
Laurent Rineau
965723e649
Merge pull request #6534 from lrineau/Stream_support-add_a_pound_include-GF
...
Stream_support File_Scanner_OFF: Add #include vector
2022-05-06 14:21:48 +02:00
Laurent Rineau
7c4e43ee1c
Merge pull request #6535 from sloriot/Test-remove_cmake_generator
...
remove mentions to CMAKE_GENERATOR in test scripts
# Conflicts:
# CGAL_ipelets/demo/CGAL_ipelets/cgal_test_with_cmake
# Set_movable_separability_2/test/Set_movable_separability_2/cgal_test_with_cmake
2022-05-06 14:21:25 +02:00
Laurent Rineau
6289bc3e59
Merge pull request #6538 from MaelRL/PMP-Snap_visitor_no_ref-GF
...
Fix snap visitor get_parameter_reference usage
2022-05-06 14:20:57 +02:00
Laurent Rineau
8bd5a8b845
Merge pull request #6540 from albert-github/feature/issue_6539
...
issue #6539 Mesh3: unreachable page of ircad
2022-05-06 14:20:55 +02:00
Laurent Rineau
2ee42ea192
Merge pull request #6541 from albert-github/feature/bug_redirect_cbc
...
Correcting permanent redirect to Cbc
2022-05-06 14:20:53 +02:00
Laurent Rineau
0229e90822
Merge pull request #6542 from afabri/Skeletonization-OpenMesh_example-GF
...
Surface_mesh_skeleton: Add example
2022-05-06 14:20:51 +02:00
Laurent Rineau
f57ec48ece
Merge pull request #6548 from afabri/Intersect_3-fix_assert-GF
...
Intersect_3: Fix assert in the testsuite
2022-05-06 14:20:49 +02:00
Laurent Rineau
86620975ff
Merge pull request #6551 from sloriot/Hash_map-include_limits
...
Add missing include directive
2022-05-06 14:20:47 +02:00
Laurent Rineau
6759525f84
Merge pull request #6552 from sloriot/ToS2-demo_cmake
...
Fix error message
2022-05-06 14:20:45 +02:00
Laurent Rineau
303a5d2ea3
Merge pull request #6553 from sloriot/CGAL-do_not_set_CXX_standard
...
Do not set cxx standard in the final target cmake script
2022-05-06 14:20:43 +02:00
Laurent Rineau
14582dbc72
Merge branch '5.3.x-branch' into 5.4.x-branch
2022-05-06 14:20:03 +02:00
Laurent Rineau
4f6d0cdd6f
Merge pull request #6498 from MaelRL/BGL-Fix_IO_link-GF
...
Fix broken BGL ref manual link
2022-05-06 14:19:27 +02:00
Laurent Rineau
dd55590f61
Merge pull request #6510 from oesi82/PCA-Linear_least_squares_fitting_3_NaN-GF
...
Fixed degenerated case of plane fitting to a linear set of points.
2022-05-06 14:19:25 +02:00
Laurent Rineau
26e155c0a4
Merge pull request #6519 from sloriot/Intel-fallthrough
...
Update fallthrough for intel compiler
2022-05-06 14:19:23 +02:00
Laurent Rineau
4ee4a11a2f
Merge pull request #6529 from afabri/Bounding_volumes-backtick-GF
...
Bounding_volumes: clean up
2022-05-06 14:19:21 +02:00
Laurent Rineau
539e2852a1
Merge pull request #6535 from sloriot/Test-remove_cmake_generator
...
remove mentions to CMAKE_GENERATOR in test scripts
# Conflicts:
# CGAL_ipelets/demo/CGAL_ipelets/cgal_test_with_cmake
# Set_movable_separability_2/test/Set_movable_separability_2/cgal_test_with_cmake
2022-05-06 14:19:07 +02:00
Laurent Rineau
0f85fa9cc4
Merge pull request #6548 from afabri/Intersect_3-fix_assert-GF
...
Intersect_3: Fix assert in the testsuite
2022-05-06 14:18:37 +02:00
Laurent Rineau
e7df9a86bc
Merge pull request #6552 from sloriot/ToS2-demo_cmake
...
Fix error message
2022-05-06 14:18:35 +02:00
Laurent Rineau
b4e2af79e6
Merge pull request #6553 from sloriot/CGAL-do_not_set_CXX_standard
...
Do not set cxx standard in the final target cmake script
2022-05-06 14:18:33 +02:00
Laurent Rineau
23333bed4e
Merge pull request #6498 from MaelRL/BGL-Fix_IO_link-GF
...
Fix broken BGL ref manual link
2022-05-06 14:17:46 +02:00
Laurent Rineau
01b9c76917
Merge pull request #6510 from oesi82/PCA-Linear_least_squares_fitting_3_NaN-GF
...
Fixed degenerated case of plane fitting to a linear set of points.
2022-05-06 14:17:44 +02:00
Laurent Rineau
4e745b5977
Merge pull request #6535 from sloriot/Test-remove_cmake_generator
...
remove mentions to CMAKE_GENERATOR in test scripts
2022-05-06 14:17:41 +02:00
Sébastien Loriot
57722d189d
do not set cxx standard in the final target cmake script
2022-05-04 10:37:02 +02:00
Sébastien Loriot
322b183d43
fix error message
2022-05-03 18:31:07 +02:00
Sven Oesau
39df59901b
Fixed degenerated case of plane fitting to a linear set of points.
2022-05-03 18:20:02 +02:00
Sébastien Loriot
4334028e15
add missing include directive
2022-05-03 18:10:39 +02:00
Andreas Fabri
21ebead9b0
Intersect_3: Fix assert in the testsuite
2022-05-03 11:54:19 +01:00
Sébastien Loriot
4bd7049f2f
test boost_mp before 5.5-beta1 is out
2022-05-03 12:14:50 +02:00
Sébastien Loriot
7e987e50fb
more fixes for 32bit platforms
2022-05-03 10:58:42 +02:00
Sebastien Loriot
cc5f54fec9
Update Number_types/test/Number_types/to_interval_test_boost.cpp
...
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2022-05-03 10:58:42 +02:00
Sébastien Loriot
464e23bbb3
update bounds as it is not deterministic accross platforms
2022-05-03 10:58:42 +02:00
Sébastien Loriot
80cd926cef
test is conditional
2022-05-03 10:58:42 +02:00