Commit Graph

99500 Commits

Author SHA1 Message Date
Andreas Fabri cc54df3f1b TDS_2: Remove several std::cout << which probably sneaked in accidentally 2022-04-26 08:15:51 +01:00
Sébastien Loriot f67f2094d7 update for intel compiler + c++14 is the minimal supported version 2022-04-25 23:01:05 +02:00
Laurent Rineau b68e2a5005 Fix run_testsuite_with_ctest on Cygwin 2022-04-22 11:25:09 +02:00
Mael ab03816081
Also put `Vertex_handle` typedef behind `CGAL_assertion_code` 2022-04-20 10:26:26 +02:00
Mael Rouxel-Labbé eb8cbe67bd Fix broken link 2022-04-20 10:14:12 +02:00
Sébastien Loriot 4fc9fe5ffc fix warning 2022-04-19 20:27:45 +02:00
Mael Rouxel-Labbé 4b82575b30 Fix C3T3_facets_to_TM conversion for periodic meshes 2022-04-15 14:11:41 +02:00
Laurent Rineau d14345fc25 Merge branch '5.3.x-branch' into 5.4.x-branch 2022-04-12 16:34:40 +02:00
Laurent Rineau 9cd8ca6be2 Merge pull request #6485 from sloriot/SS-use_member_kernel
do not use default constructed kernel
2022-04-12 16:34:33 +02:00
Laurent Rineau e739cb7360 Merge pull request #6485 from sloriot/SS-use_member_kernel
do not use default constructed kernel
2022-04-12 16:34:04 +02:00
Sébastien Loriot cca0a1942f workaround issue with intel compiler
Cartesian_kernel/include/CGAL/Cartesian/Line_3.h(38): error: incomplete type is not allowed
      Point_3 first;
              ^
2022-04-12 16:14:39 +02:00
Sébastien Loriot f34d1e3545 do not use default constructed kernel 2022-04-08 14:55:51 +02:00
Laurent Rineau fc98f5af62 Merge branch '5.3.x-branch' into 5.4.x-branch 2022-04-06 09:10:20 +02:00
Laurent Rineau 446d297fec Merge pull request #6465 from sloriot/Spatial_sorting-fix_adapters
Fix traits adapters
2022-04-06 09:10:16 +02:00
Sebastien Loriot 88c6381e00
Merge pull request #6465 from sloriot/Spatial_sorting-fix_adapters
Fix traits adapters
2022-04-05 17:17:06 +02:00
Sébastien Loriot f60dfa81e2 remove default to prevent not passing constructed traits 2022-04-04 10:00:16 +02:00
Sébastien Loriot 1dfd16ea01 use traits member 2022-04-04 09:59:42 +02:00
Sébastien Loriot 9651c066b1 simpler loop 2022-04-04 09:58:55 +02:00
Sébastien Loriot 8a252f15f4 fix traits adapters and update example so that it's tested 2022-03-31 07:09:15 +02:00
Laurent Rineau f330efc636 Merge branch '5.3.x-branch' into 5.4.x-branch 2022-03-30 16:43:03 +02:00
Laurent Rineau d68488daea Merge pull request #6441 from sloriot/PMP-rncc_call_measure
PMP repair: Avoid large DAG when using Lazy
2022-03-30 16:42:57 +02:00
Laurent Rineau f080006ed3 Merge pull request #6441 from sloriot/PMP-rncc_call_measure
PMP repair: Avoid large DAG when using Lazy
2022-03-30 16:42:47 +02:00
Laurent Rineau 9b39561825 Merge pull request #6399 from afabri/Kernel_23-overload_for_origin-GF
Kernel_23: Add Orientation_3::operator()(Origin,Point_3,Point_3,Point_3)
2022-03-30 09:23:32 +02:00
Sébastien Loriot b56b36815f use initial version with additional calls to exact
dealing with a custom mesh vpm in FFG is not simple +
it is not optimal to traverse all the faces for each
connected component
2022-03-21 11:31:12 +01:00
Sébastien Loriot 8186023fba forgot about area per cc 2022-03-21 10:44:21 +01:00
Sébastien Loriot ff5ae14d8d remove unused variables 2022-03-21 08:54:34 +01:00
Sébastien Loriot 3b77d101ef cc_volume should be positive 2022-03-21 07:15:00 +01:00
Sébastien Loriot 302a2707ea use PMP functions (already dealing with Lazy calls) 2022-03-21 07:11:41 +01:00
Laurent Rineau 781c81d4a5 Merge pull request #6395 from afabri/TDS-better_initialization_of_Unique_hash_map-GF
TDS: Initialize the size of Unique_hash_map
2022-03-18 15:57:04 +01:00
Sébastien Loriot 246bc7f4ea remove tabs and add std:: 2022-03-18 08:50:11 +01:00
Sébastien Loriot b50cbad224 better name 2022-03-18 08:46:57 +01:00
Sébastien Loriot f58073aa01 add a double version of alpha computation
generated using Herbie
2022-03-18 08:39:55 +01:00
Andreas Fabri 6c66626cba int -> std::size_t 2022-03-16 08:01:56 +01:00
Andreas Fabri 9a2d782345 No need for parameter 2022-03-15 12:42:56 +01:00
Andreas Fabri c3ba0ab4a2 Fix the test code 2022-03-14 10:27:33 +01:00
Andreas Fabri c4b8c370cb Deal with Null_vector similar to Origin 2022-03-11 10:26:00 +00:00
Andreas Fabri 7a7e1d2724
Update Cartesian_kernel/include/CGAL/Cartesian/function_objects.h
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2022-03-11 11:13:42 +01:00
Andreas Fabri 53a6308edb No longer a need for a partial specaialization for Bbox (thank you Mael) 2022-03-11 09:17:45 +00:00
Andreas Fabri 04fa75eb84 Use auto 2022-03-11 09:12:17 +00:00
Andreas Fabri 6e4483a7d0 The same for Construct_orthogonal_vector_3 2022-03-10 14:18:48 +00:00
Andreas Fabri f01e24c75b Add Orientation_3::operator()(Origin,Point_3,Point_3,Point_3) 2022-03-10 10:55:44 +00:00
Laurent Rineau 6c92061772 Merge pull request #6392 from CGAL/CGAL-doc_inter_do_inter
better reference Kernel intersection functions
2022-03-10 11:03:45 +01:00
Andreas Fabri f3db661acb Deal a little bit with Linear_cell_complex and Combinatorial_map 2022-03-09 14:13:31 +00:00
Andreas Fabri 48c462bf72 Change in CDTplus 2022-03-09 13:46:55 +00:00
Andreas Fabri 2a513a0195 Clean up Straight_skeleton as Unique_hash_map is not used at all 2022-03-09 13:23:07 +00:00
Andreas Fabri 7a1aaa40b4 Clean up Skin_surface as Unique_hash_map is not used at all 2022-03-09 13:11:19 +00:00
Andreas Fabri 4eac47f274 fix typo 2022-03-09 12:57:23 +00:00
Andreas Fabri cdbf0d7d9a Initialize the size of Unique_hash_map 2022-03-09 11:34:12 +00:00
Laurent Rineau 48bb648c57 Merge pull request #6359 from MaelRL/Distance_3-fix_p_tr_distance-GF
Fix squared_distance(Point_3, Triangle_3)
2022-03-09 11:40:04 +01:00
Laurent Rineau a517d406d2 Merge branch '5.3.x-branch' into 5.4.x-branch 2022-03-09 11:34:50 +01:00