Laurent Rineau
|
6fb2cedf37
|
fix a memory leak to quiet LeakSanitizer
|
2025-04-30 17:09:45 +02:00 |
Laurent Rineau
|
b190978599
|
fix the static assertions
... by using Boost containers instead of those from the STL.
|
2025-04-30 11:32:18 +02:00 |
Laurent Rineau
|
1f7536bfac
|
remove trailing space
|
2025-04-29 18:30:46 +02:00 |
Laurent Rineau
|
0ec75e54ee
|
Merge remote-tracking branch 'refs/remotes/lrineau/Triangulation_3-CDT_3-lrineau' into pr/lrineau/8186
|
2025-04-29 17:41:39 +02:00 |
Laurent Rineau
|
1c4e24621c
|
fix the assertions about nothrow_movable in CDT_3
using Boost implementation of `unordered_map` instead of the std:: version.
|
2025-04-29 17:41:30 +02:00 |
Jane Tournois
|
da73a5db7f
|
fix type name
|
2025-04-29 15:58:08 +02:00 |
Laurent Rineau
|
9f38c6887f
|
fix doc
|
2025-04-29 15:47:47 +02:00 |
Laurent Rineau
|
958d50eb20
|
more debug message
|
2025-04-29 15:47:41 +02:00 |
Jane Tournois
|
c95bcb5cb7
|
wip review Mael
|
2025-04-29 15:17:54 +02:00 |
Laurent Rineau
|
89752983f7
|
protect debug messages with the flag debug_missing_region()
|
2025-04-29 13:40:44 +02:00 |
Laurent Rineau
|
fa7a62bd69
|
fix static_assert(std::is_nothrow_move_assignable<CDT_plus_2>
|
2025-04-29 11:52:40 +02:00 |
Sébastien Loriot
|
d06d47909d
|
fix dependencies
|
2025-04-29 09:34:48 +02:00 |
Laurent Rineau
|
4e4a14a53b
|
Merge remote-tracking branch 'refs/remotes/lrineau/Triangulation_3-CDT_3-lrineau' into Triangulation_3-CDT_3-lrineau
|
2025-04-28 21:01:07 +02:00 |
Laurent Rineau
|
13f8e779e0
|
fix unused variable
|
2025-04-28 21:00:52 +02:00 |
Laurent Rineau
|
45073ebbe1
|
fix deps
|
2025-04-28 20:59:08 +02:00 |
Sébastien Loriot
|
829032007f
|
fix warning
|
2025-04-28 18:56:28 +02:00 |
Laurent Rineau
|
dff20e576e
|
disable MSVC warning C4455 for the file
|
2025-04-28 17:27:53 +02:00 |
Laurent Rineau
|
e95e3935da
|
stop using `target_precompile_headers` in CGAL Lab
|
2025-04-28 17:17:45 +02:00 |
Laurent Rineau
|
749903e4dc
|
try to fix `error C2039: 'format_string': is not a member of 'std'`
|
2025-04-28 17:15:07 +02:00 |
Laurent Rineau
|
c0abf42c57
|
add CGAL::draw for CCDT_3
|
2025-04-28 17:07:54 +02:00 |
Laurent Rineau
|
58bc7b1a76
|
always use `auto` for the traits functors
|
2025-04-28 17:07:54 +02:00 |
Laurent Rineau
|
d3fe6989fa
|
fix memory leaks
The move-assignment operator was wrong.
|
2025-04-28 17:07:43 +02:00 |
Laurent Rineau
|
f5a88cf5ca
|
disable the PCH for vtk_plugin (because of extra preprocessor definitions)
|
2025-04-25 16:57:29 +02:00 |
Laurent Rineau
|
3d850306d9
|
Merge remote-tracking branch 'refs/remotes/lrineau/Triangulation_3-CDT_3-lrineau' into Triangulation_3-CDT_3-lrineau
|
2025-04-25 10:13:08 +02:00 |
Laurent Rineau
|
80054315e3
|
rename a typo
|
2025-04-25 10:12:27 +02:00 |
Jane Tournois
|
0c865cdfad
|
use the generic sentence also for IsDegenerate_3
|
2025-04-25 09:30:51 +02:00 |
Laurent Rineau
|
1add4ff3c3
|
Merge remote-tracking branch 'refs/remotes/lrineau/Triangulation_3-CDT_3-lrineau' into Triangulation_3-CDT_3-lrineau
|
2025-04-25 09:00:14 +02:00 |
Laurent Rineau
|
52fff7401a
|
add missing data file
|
2025-04-25 09:00:01 +02:00 |
Sébastien Loriot
|
946472addd
|
fix license checking headers
|
2025-04-24 20:32:59 +02:00 |
Laurent Rineau
|
0db1be0ec8
|
register the new example in the documentation
|
2025-04-24 17:44:01 +02:00 |
Laurent Rineau
|
596a54e80b
|
Merge remote-tracking branch 'refs/remotes/lrineau/Triangulation_3-CDT_3-lrineau' into Triangulation_3-CDT_3-lrineau
|
2025-04-24 17:40:32 +02:00 |
Laurent Rineau
|
e3478fed98
|
add an example polygon soup with face patch map
|
2025-04-24 17:39:24 +02:00 |
Jane Tournois
|
1524845269
|
add the requirements for Gt of Projection_traits_3<Gt>
and a new concept ProjectionTraitsGeometricTraits_3
|
2025-04-24 15:04:54 +02:00 |
Laurent Rineau
|
c3bf6f945b
|
Andreas is right: it should be `int`
|
2025-04-24 12:57:51 +02:00 |
Jane Tournois
|
88c7abd0b8
|
remove unused types,
and types already available in TriangulationTraits_3
and DelaunayTriangulationTraits_3
|
2025-04-24 12:56:47 +02:00 |
Laurent Rineau
|
17c749f44f
|
face_patch_map for polygon soups
|
2025-04-24 12:56:33 +02:00 |
Laurent Rineau
|
8fc4c928a3
|
improve user manual of CDT_3
|
2025-04-23 09:13:07 +02:00 |
Jane Tournois
|
e26c6ade83
|
wip triangulation traits
|
2025-04-22 18:37:17 +02:00 |
Jane Tournois
|
826003ed2e
|
hardly disable debug_2D_traverser test
|
2025-04-22 16:57:14 +02:00 |
Jane Tournois
|
4a1fa1a2d8
|
rename concept headers
|
2025-04-22 16:46:32 +02:00 |
Jane Tournois
|
695f2903bb
|
move tests from T3 to CT3
|
2025-04-22 12:08:10 +02:00 |
Laurent Rineau
|
99237a3ddf
|
Merge remote-tracking branch 'refs/remotes/lrineau/Triangulation_3-CDT_3-lrineau' into Triangulation_3-CDT_3-lrineau
|
2025-04-21 16:07:04 +02:00 |
Laurent Rineau
|
52b620ecde
|
fix PCH issues (tentative)
|
2025-04-21 16:06:36 +02:00 |
Laurent Rineau
|
af5d2a7c00
|
Merge remote-tracking branch 'refs/remotes/lrineau/Triangulation_3-CDT_3-lrineau' into Triangulation_3-CDT_3-lrineau
|
2025-04-18 12:48:09 +02:00 |
Laurent Rineau
|
b29e24b623
|
fix PCH issues (tentative)
|
2025-04-18 12:44:56 +02:00 |
Andreas Fabri
|
4055ff4f94
|
Replace std_size_t with CDT_3_signed_index
|
2025-04-11 12:00:47 +01:00 |
Andreas Fabri
|
235a9426bb
|
Use CDT_3_signed_index
|
2025-04-11 10:15:03 +01:00 |
Andreas Fabri
|
fed7f0bf0d
|
Conditional #include
|
2025-04-11 09:55:33 +01:00 |
Sébastien Loriot
|
261e80f029
|
add explicit CXX20
|
2025-04-11 10:49:56 +02:00 |
Andreas Fabri
|
eeb4decd2a
|
Use named parameter helper
|
2025-04-11 10:46:23 +02:00 |