Commit Graph

525 Commits

Author SHA1 Message Date
Andreas Fabri 6d698871f9 cleanup 2024-09-18 16:18:13 +01:00
Andreas Fabri 08bfb447c8 Move converters to Curve_base 2024-09-18 14:05:48 +01:00
Sébastien Loriot 6e90a467d6 add converter as template parameter 2024-09-18 14:35:40 +02:00
Sébastien Loriot 82567ca6e4 add construct vector from 2 points 2024-09-18 13:45:25 +02:00
Andreas Fabri 998d787623 remove temporarily added typedefs 2024-09-17 17:14:46 +01:00
Andreas Fabri 7d8c8f68bf more functors 2024-09-17 14:56:19 +01:00
Andreas Fabri faaefd9994 Use functor 2024-09-17 13:51:21 +01:00
Andreas Fabri c6a49f6139 Add typedef C2A C2F; Should be unified 2024-09-17 12:31:33 +01:00
Andreas Fabri 63d096f7b1 Use Kernel_d_interface; Add temporarily typedf void Point_2/3 2024-09-17 12:19:28 +01:00
Andreas Fabri a92de9142e Add FT to Cartesian_base_d 2024-09-17 11:08:38 +01:00
Andreas Fabri 47126fe6b8 fix merge conflict 2024-09-09 12:09:00 +01:00
Marc Glisse 316ab90c98 Clean up 2024-08-22 12:32:06 +02:00
Sébastien Loriot 7ab31a8a0b make it compile 2024-08-22 10:52:18 +02:00
Sébastien Loriot 7133b28b02 functor is a construction and not a computation 2024-08-22 09:36:07 +02:00
Andreas Fabri 6d11389ae5 got it working for Epick and #if 0 the block with Epeck as WIP 2024-08-19 16:00:39 +01:00
Andreas Fabri 6650de88b8 WIP: apply the functor 2024-08-19 14:51:47 +01:00
Sébastien Loriot d2b1ea7a22 use consistent naming 2024-08-19 15:00:14 +02:00
Andreas Fabri 63dd907a29 Add top down 2024-08-19 13:27:48 +01:00
Andreas Fabri fe7c37bc33 Stumbling forward, but does still not compile 2024-08-19 10:49:18 +01:00
Andreas Fabri 08389c7cc1 Add include 2024-08-15 19:40:12 +01:00
Andreas Fabri 9ade3d221e WIP: after my conversation with myself on github 2024-08-14 17:04:14 +01:00
Andreas Fabri 68ecd6d45d WIP for ConstructBbox (also on purpose CamelCase) 2024-08-14 16:42:01 +01:00
Andreas Fabri acad4997a9 merge master 2024-06-14 13:31:43 +01:00
Andreas Fabri c8206c4b54 Add nested typedefs as mentioned in Issue #8256 2024-06-12 15:30:38 +01:00
Andreas Fabri bd62ca59c4 Fix NewKernel_d 2024-05-13 16:05:51 +01:00
Marc Glisse 1e64d0de51 Call 3d static filters from NewKernel_d 2024-02-10 18:51:23 +01:00
Sébastien Loriot 2f104a6f76 replace boost::mpl::not_ 2023-11-10 16:38:24 +01:00
Sébastien Loriot 4344c3cc27 replace boost::mpl::or_ 2023-11-10 16:34:19 +01:00
Sébastien Loriot 2277013d84 replace boost::mpl::and_ 2023-11-10 16:19:26 +01:00
Sébastien Loriot 8700394122 boost::mpl::if_ -> std::conditional 2023-09-24 22:57:20 +02:00
Sébastien Loriot b66afab814 Merge remote-tracking branch 'sloriot/CGAL-using_c++17_stl' into HEAD 2023-07-05 11:29:35 +02:00
Sébastien Loriot 68813c5c63 Merge pull request #7403 from sloriot/CGAL-replace_boost_by_std
Replace boost by std
2023-07-05 11:08:36 +02:00
Sébastien Loriot dfc386d65b Merge branch 'master' into HEAD 2023-06-22 14:05:45 +02:00
Laurent Rineau 3851bc437e Merge pull request #7513 from sloriot/T23-exact_serialization
EPECK Triangulation serialization
2023-06-22 11:59:34 +02:00
Sébastien Loriot 27e303b598 add more missing include directives 2023-06-20 14:18:39 +02:00
Sébastien Loriot 0ee31a5d4f remove extra parenthesis 2023-06-19 19:17:49 +02:00
Sébastien Loriot 9a0bdb5d96 boost::variant ---> std::variant 2023-06-15 10:57:10 +02:00
Sébastien Loriot c8a88b9014 remove CGAL_static_assertion* 2023-06-15 10:42:10 +02:00
Sébastien Loriot c1294a0eaa boost::integral_constant ---> std::integral_constant 2023-04-29 09:42:15 +02:00
Sébastien Loriot 32340e6401 boost::is_arithmetic -> std::is_arithmetic 2023-04-23 22:37:07 +02:00
Sébastien Loriot 8b3acae1c7 boost::remove_reference -> std::remove_reference 2023-04-23 22:36:59 +02:00
albert-github 3674c937f7 spelling corrections
Some spelling corrections (Directories starting with `M`-` N`),
some backward work
some forward work
2022-11-15 15:21:01 +01:00
Andreas Fabri 9c1ad6649d Parameterization: instanciation -> instantiation 2022-08-24 08:35:13 +01:00
Sébastien Loriot 9dd8235dc5 more workarounds for MSVC 2015
[skip ci]
2022-08-10 23:50:39 +02:00
Andreas Fabri 70a06b4696 Do not use CGAL::iterator_v<> as it is responsible for the ICE of VC2015 2022-06-27 08:58:17 +01:00
Sebastien Loriot e4597559dc Remove extra type
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2022-06-14 11:26:19 +02:00
Sébastien Loriot 37580e9daf missing () in macro + typo fixes 2022-06-14 11:24:21 +02:00
Sébastien Loriot b96f6d5ce9 move is_iterator to type_traits 2022-06-10 09:43:59 +02:00
Sébastien Loriot 44250cb019 is_iterator_XXX<>::value --> is_iterator_XXX_v<> 2022-06-10 09:40:29 +02:00
Sébastien Loriot 3fa436459d BOOST_MPL_ASSERT -> static_assert 2022-06-10 08:46:01 +02:00