Laurent Rineau
|
e131dfc29d
|
fix indentation
|
2025-06-26 18:28:03 +02:00 |
Sébastien Loriot
|
185bbd7cdd
|
add missing tests
|
2025-06-26 18:13:37 +02:00 |
Jane Tournois
|
af7bbc6493
|
fix conversion warning
|
2025-06-05 09:58:05 +02:00 |
Jane Tournois
|
00c70004ec
|
fix conversion warning (difference_type must be signed)
|
2025-06-04 16:17:06 +02:00 |
Laurent Rineau
|
b3722b1885
|
rename convert_to_triangulation_3
|
2025-05-23 12:30:32 +02:00 |
Jane Tournois
|
abcc812ea4
|
fix compilation of tests
|
2025-05-12 16:20:47 +02:00 |
Jane Tournois
|
0830299bbf
|
Merge branch 'Triangulation_3-CDT_3-lrineau' of https://github.com/lrineau/cgal into Triangulation_3-CDT_3-lrineau
|
2025-05-09 16:04:33 +02:00 |
Jane Tournois
|
697101bf8e
|
fix remeshing example and test
add edge_is_constrained_map to convert_to_triangulation_3()
similarly to what is done with a C3T3
|
2025-05-09 16:04:19 +02:00 |
Laurent Rineau
|
c388b62f3b
|
fixes for msvc 2017
|
2025-05-09 16:04:05 +02:00 |
Laurent Rineau
|
d4a5cba43c
|
small fixes
|
2025-05-09 10:00:24 +02:00 |
Jane Tournois
|
7180a85762
|
remove from CCDT_Cb/Vb everything that is needed by Simplicial_Cb/Vb
to separate the needs of different packages
all the needed info is available in ccdt_data() in CCDT_Cb/Vb
|
2025-05-07 22:42:25 +02:00 |
Sébastien Loriot
|
011da26188
|
unused variable
|
2025-05-07 17:10:29 +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
|
5ddac6888c
|
new test
|
2025-05-06 17:01:13 +02:00 |
Laurent Rineau
|
774ef98ed6
|
fix the second constructor in 2D case, and amend the test
|
2025-05-06 17:01:01 +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 |
Laurent Rineau
|
dff20e576e
|
disable MSVC warning C4455 for the file
|
2025-04-28 17:27:53 +02:00 |
Jane Tournois
|
695f2903bb
|
move tests from T3 to CT3
|
2025-04-22 12:08:10 +02:00 |
Jane Tournois
|
caec57d449
|
add test for ccdt+remeshing
|
2025-04-03 12:44:33 +02:00 |
Jane Tournois
|
c5bad92a42
|
add a test for CCDT + Remeshing
|
2025-04-03 12:34:30 +02:00 |
Sébastien Loriot
|
c443bbb0cb
|
temporarily disable the static_assert's
|
2025-02-13 15:38:34 +01:00 |
Laurent Rineau
|
9572c603d5
|
fix the static assertions about nothrow-movable
```
/mnt/testsuite/include/CGAL/Conforming_constrained_Delaunay_triangulation_3.h:543:23: error: static assertion failed
543 | static_assert(CGAL::is_nothrow_movable_v<CDT_3_impl>);
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
|
2025-02-12 13:53:18 +01:00 |
Laurent Rineau
|
192c60184e
|
fix a warning
|
2025-02-12 11:44:52 +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
|
2cd3575376
|
rename to add "conforming"
|
2024-10-10 16:01:00 +02:00 |
Laurent Rineau
|
3ad385e741
|
remove Default_constrained_Delaunay_triangulation_3
`Constrained_Delaunay_triangulation_3<Traits>` is the default.
|
2024-07-26 01:16:42 +02:00 |
Laurent Rineau
|
600c63aca1
|
fix compilation with C++17
|
2024-07-09 01:37:41 +02:00 |
Laurent Rineau
|
16f1fce7b8
|
after pre-review
- rename the meta-function, and the type alias
- rename the template parameter `Geom_traits` to `Traits`
|
2024-07-04 00:27:48 +02:00 |
Laurent Rineau
|
e20cee0fcb
|
new version, after review
|
2024-07-01 16:02:45 +02:00 |