Commit Graph

2823 Commits

Author SHA1 Message Date
Laurent Rineau 7b6f554de8 remove a bad link `Regular` 2025-05-19 15:18:46 +02:00
Laurent Rineau 4b029e69bd Merge branch 'CGAL:master' into Triangulation_3-CDT_3-lrineau 2025-05-13 17:14:39 +02:00
Laurent Rineau 05dd421eb0 leftovers after the renaming of Base_with_time_stamp
see commit e1ff8c1773902548350380f7b258c1b218609e30
2025-05-06 17:03:06 +02:00
Laurent Rineau 010adccdec fix the mentions of CGAL_USE_BASIC_VIEWER_QT (with the Qt suffix) 2025-05-02 09:22:38 +02:00
Sébastien Loriot 05f479356e undo doc changes 2025-04-30 10:06:15 +02:00
Sébastien Loriot a9c8a49831 use CGAL_Basic_viewer target 2025-04-30 09:19:50 +02:00
Laurent Rineau 8fc4c928a3 improve user manual of CDT_3 2025-04-23 09:13:07 +02:00
Jane Tournois 826003ed2e hardly disable debug_2D_traverser test 2025-04-22 16:57:14 +02:00
Jane Tournois 695f2903bb move tests from T3 to CT3 2025-04-22 12:08:10 +02:00
Guillaume Damiand b9efd6983c replace macro CGAL_USE_BASIC_VIEWER by CGAL_USE_BASIC_VIEWER_QT 2025-04-17 17:45:10 +02:00
Guillaume Damiand 219ea871d7 copy the parts of gsoc2024-basic_viewer_glfw-tgrillon that concern only the qt basic viewer 2025-04-17 15:55:54 +02:00
Sébastien Loriot 261e80f029 add explicit CXX20 2025-04-11 10:49:56 +02:00
Andreas Fabri 0e2e486296 #ifdef the include of <ranges> 2025-04-11 08:48:00 +01:00
Sebastien Loriot 1196ebdf8a more ranges workarounds for Apple clang 2025-04-09 14:45:04 +02:00
Andreas Fabri 7925d2a08b merge master 2025-04-08 11:49:02 +01:00
Sébastien Loriot cc77715588 Merge pull request #6849 from JulyCode/gsoc2022-isosurface
Isosurfacing_3 (new package)
2025-04-03 21:41:22 +02:00
Sébastien Loriot a4170b1fb9 Merge pull request #8586 from MaelRL/Kernel_23-Fix_dangling_ref_in_CC3-GF
Do not rely on result_type definitions in kernels
2025-04-03 16:12:09 +02:00
Laurent Rineau 8ec5e6bf5b re-add the `debug_segment_traverser_in_2D.cpp`, but `DISABLED` its run 2025-04-03 09:36:44 +02:00
Mael Rouxel-Labbé 613e629524 ie > i.e. 2025-03-28 21:04:43 +01:00
Mael Rouxel-Labbé 691fd789f9 Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface 2025-03-24 21:34:55 +01:00
Laurent Rineau 6b97b34a10 Merge 'cgal/master' into Triangulation_3-CDT_3-lrineau 2025-03-21 18:01:23 +01:00
Mael Rouxel-Labbé 6ad818b190 Use Oriented_side definition from Kernel, not global 2025-03-19 09:38:52 +01:00
Sébastien Loriot 9d38a4b413 avoid using nested private type 2025-03-19 09:05:52 +01:00
Sébastien Loriot 158aa550c8 disable case failing while it is debugged 2025-02-14 16:00:30 +01:00
Sébastien Loriot 25bc1db221 conditional thingi 2025-02-14 15:52:09 +01:00
Sébastien Loriot 4f0e463912 fix compilation on non fully c++2- compliant 2025-02-14 14:11:25 +01:00
Andreas Fabri 834571c410 ws 2025-02-13 14:02:45 +00:00
Laurent Rineau 87e979160f min/max issues 2025-02-12 13:38:49 +01:00
Laurent Rineau 063266f0ac add `CGAL_setup_tl-excepted.cmake` 2025-02-11 18:27:00 +01:00
Laurent Rineau a2571bbab8 Merge remote-tracking branch 'lrineau/CGAL-followup_PR_8170-lrineau' into Triangulation_3-CDT_3-lrineau 2025-02-11 18:26:52 +01:00
Laurent Rineau e19e5b7025 do not require `Boost_FOUND` 2025-02-11 15:36:44 +01:00
Laurent Rineau e5001d1a50 update our CMake version 3.18...3.31
That will suppress the warnings about `CMP0167` (from CMake 3.30):

```
CMake Warning (dev) at cmake/modules/display-third-party-libs-versions.cmake:37 (find_package):
  Policy CMP0167 is not set: The FindBoost module is removed.  Run "cmake
  --help-policy CMP0167" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.
```
2025-02-04 14:32:37 +01:00
Sébastien Loriot c313da8791 Merge remote-tracking branch 'cgal/6.0.x-branch' 2025-01-22 10:55:21 +01:00
Sébastien Loriot 5139e6ed09 Merge remote-tracking branch 'cgal/5.6.x-branch' into HEAD 2025-01-22 10:54:25 +01:00
Jane Tournois fbaccdb075 fix compilation on msvc and use public API 2025-01-21 15:55:25 +01:00
Jane Tournois b721064782 fix doc of Triangulation_simplex_3 (the template param is TDS) 2025-01-21 15:54:49 +01:00
Sébastien Loriot b4a8c00e09 Merge remote-tracking branch 'cgal/6.0.x-branch' 2025-01-20 10:19:17 +01:00
Mael Rouxel-Labbé e1b7c4726e Replace boost::optional with std::optional
See https://github.com/CGAL/cgal/pull/7526
2025-01-16 13:45:12 +01:00
Mael Rouxel-Labbé 8fe8a8c904 Fix compilation of traverser benchmark 2025-01-16 11:03:06 +01:00
Sébastien Loriot b32558b87e Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface 2024-12-16 11:47:34 +01:00
Laurent Rineau b2047631b8 fix the CMake file after the introduction of tf::expected 2024-12-06 16:01:43 +01:00
Laurent Rineau 6dda003fc2 reorganize display on cerr/cout
and display the exit code
2024-11-22 17:43:57 +01:00
Laurent Rineau e8650d91fd add command line option --reject-self-intersections 2024-11-22 17:42:54 +01:00
Laurent Rineau 635e852104 reorganise the user-code, in other to prepare a refactoring 2024-11-21 13:21:03 +01:00
Laurent Rineau 07ddcf9806 incorrect use of tl::expected 2024-11-20 15:48:47 +01:00
Laurent Rineau b855f5237d typo in variable names 2024-11-20 15:48:29 +01:00
Laurent Rineau c5b94332fd detect self-intersecting inputs 2024-11-20 15:26:47 +01:00
Laurent Rineau 02632017a5 Merge remote-tracking branch 'cgal/master' into Triangulation_3-CDT_3-lrineau 2024-11-12 12:33:37 +01:00
Laurent Rineau 568e6cb50d refactor the handling of program options 2024-11-04 16:19:53 +01:00
Laurent Rineau b2474a88b4 Fix a regression bug in `cdt_3_from_off`
The faces with holes were no longer handled correctly.
2024-11-04 13:56:49 +01:00