Commit Graph

98647 Commits

Author SHA1 Message Date
Mael Rouxel-Labbé 93c7b6de1f Remove STL header include from CGAL-specific namespace 2021-09-14 09:19:50 +02:00
Mael Rouxel-Labbé 8e64c01eed Add missing profiler macros 2021-09-13 17:53:03 +02:00
Laurent Rineau aea0bdd07c Make Handle_adaptor a model of Handle
Fix issue #5961.
2021-09-13 09:33:35 +02:00
Sébastien Loriot 8c9fc331cd Merge remote-tracking branch 'cgal/5.3.x-branch' 2021-09-10 17:51:35 +02:00
Sébastien Loriot 38435dc7c9 Merge remote-tracking branch 'cgal/5.2.x-branch' into HEAD 2021-09-10 17:50:58 +02:00
Sebastien Loriot 9ab7e9df33
Merge pull request #5953 from maxGimeno/Doc-Update_TBB_cmake_usage_doc-maxGimeno
Update the doc for TBB cmake usage
2021-09-10 17:49:23 +02:00
Sébastien Loriot facabcac86 Merge remote-tracking branch 'cgal/5.3.x-branch' 2021-09-10 17:47:17 +02:00
Sébastien Loriot 0e7982cb99 Merge remote-tracking branch 'cgal/5.2.x-branch' into HEAD 2021-09-10 17:46:56 +02:00
Sébastien Loriot a93dda81cd Merge pull request #5935 from janetournois/CGAL-fix_warnings_c++20-jtournois
Fix warnings for C++20
2021-09-10 17:43:47 +02:00
Sebastien Loriot 2181183c45
Merge pull request #5934 from Citronnier/5.3.x-branch
bug fix for issue #5924
2021-09-10 17:42:13 +02:00
Sebastien Loriot 7ef834e521
Merge pull request #5821 from sloriot/SS2-init_m_currentEvent
Init pointer used in comparison when adding curves on right during init
2021-09-10 17:41:08 +02:00
Sebastien Loriot 575939c64f
Merge pull request #5952 from sloriot/SS-remove_Polygon_dep
remove artificial dependency to Polygon
2021-09-10 17:40:20 +02:00
Sebastien Loriot f9d20f42cc
Merge pull request #5945 from sloriot/BGL-np_ref_for_non_copyable_parameters
Improvement for named parameters
2021-09-10 17:39:47 +02:00
Sebastien Loriot 4610cf3c66
Merge pull request #5904 from sloriot/CGAL-remove_config_flags
Replace macros with inline functions and remove a config flag
2021-09-10 17:38:50 +02:00
Sebastien Loriot 1d4df77129
Merge pull request #5527 from MaelRL/Distance_3-Add_Tri_Tri-GF
Add squared_distance(Tri3, Tri3) + Distance_23 general improvements
2021-09-10 17:38:10 +02:00
Sebastien Loriot 464f71d529
Merge pull request #4908 from maxGimeno/Demo-T3_item-mgimeno
Polyhedron demo: Scene_triangulation_3_item
2021-09-10 17:37:22 +02:00
Sébastien Loriot 4afc249100 do not hide type definitions 2021-09-09 15:58:00 +02:00
Jane Tournois 8d326923fc workaround expression templates in sqrt
met with boost 1.71 and later versions
There is no compilation error with boost 1.68
2021-09-09 15:48:59 +02:00
Laurent Rineau 06aae2670c
Update .github/workflows/filter_testsuite.yml
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2021-09-09 15:03:46 +02:00
Sébastien Loriot 74c029cc68 Merge remote-tracking branch 'sloriot/CGAL-restore_rounding_mode-5.3' 2021-09-09 11:44:36 +02:00
Sébastien Loriot 2ba64da4e5 change protector scope + FPU assertion for operator not in 5.2 2021-09-09 11:34:08 +02:00
Sébastien Loriot 6bae0e3939 Merge remote-tracking branch 'sloriot/CGAL-restore_rounding_mode' 2021-09-09 11:09:16 +02:00
Sébastien Loriot c8624ee0b3 check that the rounding mode when doing exact computation is to-nearest 2021-09-09 11:01:03 +02:00
Sébastien Loriot 106645ec2e make sure the rounding mode is to nearest when doing exact computations
Thoses changes should have been done when the code was modified for
CGAL_CFG_FPU_ROUNDING_MODE_UNWINDING_VC_BUG
2021-09-09 09:55:16 +02:00
Mael Rouxel-Labbé edec8b0784 Minor automated message improvements 2021-09-08 16:13:39 +02:00
Sebastien Loriot 543100d549
Merge pull request #5969 from MaelRL/CGAL-partitionning-typo-GF
Fix typo
2021-09-08 16:04:30 +02:00
Mael Rouxel-Labbé 80c81a2c17 Fix typo 2021-09-08 15:54:32 +02:00
Sébastien Loriot 049c525276 use integer and reduce the number of tests
leda_rational is not automatically doing gcd calls so Quotient<leda_integer>
is faster for our applications.
The test is still slow with EPECK
2021-09-08 15:21:06 +02:00
Sébastien Loriot c04f88368f static_assert is not affected by NDEBUG 2021-09-08 10:38:21 +02:00
Sébastien Loriot 2e07200e5f use forward instead of move 2021-09-07 12:37:29 +02:00
Sébastien Loriot 8b228a450f remove probably useless pragma from 2014
CGAL_USE should do the job now
2021-09-07 12:28:15 +02:00
Sébastien Loriot 64a602ba7c try to remove a warning with clang C++20
warning: local variable 'd' will be copied despite being returned by name [-Wreturn-std-move]
  return d;

CGAL/boost/graph/Named_function_parameters.h:319:10: note: call 'std::move' explicitly to avoid copying
  return d;
         ^
         std::move(d)
2021-09-07 11:47:04 +02:00
Sébastien Loriot b27fc8b4af add missing () 2021-09-07 11:46:54 +02:00
Sébastien Loriot 646e6852dc static_assert is a c++17 feature 2021-09-07 10:21:29 +02:00
Sébastien Loriot 64738572f8 Merge remote-tracking branch 'cgal/5.3.x-branch' 2021-09-06 18:53:55 +02:00
Sébastien Loriot 75ca34c2a5 Merge remote-tracking branch 'cgal/5.2.x-branch' into HEAD 2021-09-06 18:52:40 +02:00
Sébastien Loriot 000b03b595 follow up of #5889
cherry-picking for autorefinement
2021-09-06 18:44:07 +02:00
Sébastien Loriot f559330c86 Merge remote-tracking branch 'cgal/5.3.x-branch' 2021-09-06 16:08:41 +02:00
Sébastien Loriot b71440650c fix wrong conflict resolution in d89690ae97 2021-09-06 16:07:55 +02:00
Dmitry Anisimov 936968fb4f Merge remote-tracking branch 'origin/master' into Weights-unification-danston 2021-09-06 10:38:24 +02:00
Sébastien Loriot 7aad9a5802 Call is-termimal functor only on degree 2 nodes 2021-09-03 17:28:14 +02:00
Sébastien Loriot 1eda841d32 workaround user taking ref to temporary
If D is a temporary, it's lifetime extension is done
when we go out of the scope of choose_parameter
so the const D& returned is dangling
2021-09-03 11:03:22 +02:00
Maxime Gimeno db25bd110e Update the doc fir TBB cmake usage 2021-09-03 10:46:40 +02:00
Maxime Gimeno 713467e952 revert Doxygen changes 2021-09-03 10:31:15 +02:00
Sebastien Loriot 727deb0963
Merge pull request #5223 from efifogel/Aos_2-boundary_objects-efic
Aos 2 boundary objects efic
2021-09-03 09:57:05 +02:00
Sébastien Loriot f11cd9098a restore include statement 2021-09-03 09:32:58 +02:00
Sébastien Loriot ce98cd4c46 add missing include statement 2021-09-03 09:15:26 +02:00
Sébastien Loriot 29a2980875 restore removed value 2021-09-02 19:09:28 +02:00
Sébastien Loriot 2019affe2d pdf -> png 2021-09-02 18:59:34 +02:00
Mael Rouxel-Labbé 9f32bd1a79 Update header includes 2021-09-02 17:36:44 +02:00