Laurent Rineau
|
332cc960e9
|
add missing inline keywords in 6.1.x-branch
|
2025-12-18 16:19:26 +01:00 |
|
Sebastien Loriot
|
0a215ea65c
|
Add missing license of GPL file (#9166)
## Release Management
* Affected package(s): `Constrained_triangulation_3`
* Issue(s) solved (if any): -
* Feature/Small Feature (if any): -
* License and copyright ownership: no change
|
2025-12-04 18:37:21 +01:00 |
|
Mael Rouxel-Labbé
|
53ea50a64a
|
Add include guard and license
|
2025-12-03 11:33:33 +01:00 |
|
Laurent Rineau
|
8e3a59a27b
|
simplify the code
|
2025-11-28 14:41:18 +01:00 |
|
Andreas Fabri
|
40ac746be7
|
CDT3: Fix face_constraint_index()
|
2025-11-27 13:54:50 +00:00 |
|
Laurent Rineau
|
7bf5687d5d
|
Remove -fexperimental-library
|
2025-11-21 10:42:35 +01:00 |
|
Laurent Rineau
|
cda931ec46
|
fix a warning
|
2025-11-20 15:23:40 +01:00 |
|
Andreas Fabri
|
e98fa21cc9
|
Fix warning in CGAL-6.2-Ic-41
|
2025-11-20 11:35:50 +01:00 |
|
Laurent Rineau
|
e0a720452d
|
fix a warning
|
2025-11-20 11:35:24 +01:00 |
|
Laurent Rineau
|
c856e40662
|
re-add <version> to fix clangd warnings
|
2025-11-20 11:35:17 +01:00 |
|
Laurent Rineau
|
ef6f9d8c3c
|
fix compilation error without C++20
|
2025-11-20 11:35:11 +01:00 |
|
Andreas Fabri
|
3e1a8c110d
|
(std::numeric_limits<std::size_t>::max)()
|
2025-11-20 11:34:38 +01:00 |
|
Laurent Rineau
|
c751ee6bc9
|
fix for AppleClang
|
2025-11-12 12:35:12 +01:00 |
|
Laurent Rineau
|
e13da7cbd4
|
restore the output
|
2025-10-31 09:47:34 +01:00 |
|
Laurent Rineau
|
5cc8ec7d71
|
hide unwanted stats or warnings
|
2025-10-31 09:47:20 +01:00 |
|
Laurent Rineau
|
b5c3b5f895
|
fix typo
|
2025-10-29 15:32:11 +01:00 |
|
Laurent Rineau
|
ab9e0ebc8a
|
fix a few segfaults
|
2025-10-29 14:12:50 +01:00 |
|
Laurent Rineau
|
6706e0468e
|
set epsilons to 0 by default
|
2025-10-29 14:12:50 +01:00 |
|
Laurent Rineau
|
fd21dfb67d
|
fix clang warning
|
2025-10-29 14:12:50 +01:00 |
|
Laurent Rineau
|
bc42fb4a40
|
set the default random
|
2025-10-29 14:12:50 +01:00 |
|
Laurent Rineau
|
07e0ea785d
|
CDT_3: fix for Epeck
|
2025-10-29 14:12:50 +01:00 |
|
Laurent Rineau
|
edbc32959d
|
refactor debug API so that cdt_3_from_off can use the official API
|
2025-10-29 14:12:50 +01:00 |
|
Laurent Rineau
|
b068e62ffb
|
cleanup of cdt_3_from_off.cpp, and move ITT code to CDT_3
|
2025-10-29 14:12:50 +01:00 |
|
Laurent Rineau
|
b85035ff87
|
fix warnings
|
2025-10-29 14:12:50 +01:00 |
|
Laurent Rineau
|
c48b4cb6c2
|
handle isolated non-manifold vertices into constrained faces
|
2025-10-29 14:12:50 +01:00 |
|
Laurent Rineau
|
d34201ed38
|
fix a conversion warning (-1 converted to std::size_t)
|
2025-10-29 14:12:50 +01:00 |
|
Laurent Rineau
|
15a155ec30
|
rename to insert_vertices_range and use spatial_sort
|
2025-10-29 14:12:50 +01:00 |
|
Laurent Rineau
|
e02c1495bf
|
add a declarative RAII macro
|
2025-10-29 14:12:50 +01:00 |
|
Laurent Rineau
|
28d6ac5e49
|
missing include
|
2025-10-29 14:12:50 +01:00 |
|
Laurent Rineau
|
7fe0100855
|
add other minified data sets from Thingi
|
2025-10-17 17:15:46 +02:00 |
|
Laurent Rineau
|
e7ab5002a3
|
add the test non_manifold_face_graph.off
|
2025-10-17 16:31:14 +02:00 |
|
Laurent Rineau
|
940ac3d6e4
|
try to please AppleCLang 15
- ...by adding an explicit deduction guide.
- and add -fexperimental-library (so that ranges::join is found).
|
2025-10-17 11:46:08 +02:00 |
|
Laurent Rineau
|
8746a29fa9
|
fix warnings about unused arguments or captures
|
2025-10-17 10:55:55 +02:00 |
|
Laurent Rineau
|
bc770242a5
|
minor: fix a warning
|
2025-10-16 17:20:34 +02:00 |
|
Laurent Rineau
|
61013d5053
|
more refactoring
|
2025-10-16 17:20:20 +02:00 |
|
Laurent Rineau
|
d7faad95dd
|
factoring part of the code into a function
|
2025-10-15 16:30:25 +02:00 |
|
Laurent Rineau
|
bac2c06026
|
refactoring of cdt_3_from_off.cpp
|
2025-10-14 23:50:17 +02:00 |
|
Laurent Rineau
|
75c2ac5a68
|
bug-fix: use longest border polyline to compute the normal
fix bug of Thingi 1439534
|
2025-10-13 17:52:41 +02:00 |
|
Laurent Rineau
|
b11e42c4a7
|
improve the assertion
|
2025-10-13 17:52:41 +02:00 |
|
Laurent Rineau
|
7d9dbdafcd
|
WIP: copy-paste to merge the two implementation
TODO: extract a common function
|
2025-10-13 17:52:41 +02:00 |
|
Laurent Rineau
|
21df7dad86
|
fix a bug
fixes Thingi test cases 200695 and 822697
|
2025-10-13 17:52:09 +02:00 |
|
Laurent Rineau
|
4d3d2f4f03
|
simplify the code
|
2025-10-10 10:35:38 +02:00 |
|
Laurent Rineau
|
626675ea08
|
use the traits class
|
2025-10-10 10:33:46 +02:00 |
|
Laurent Rineau
|
71c2425b6e
|
more debug
|
2025-10-10 10:33:27 +02:00 |
|
Laurent Rineau
|
c26c013b5a
|
reorganize some of the debugging code
|
2025-10-08 15:59:00 +02:00 |
|
Laurent Rineau
|
89393e1b7c
|
improve the minifier for errors
|
2025-10-03 10:54:40 +02:00 |
|
Laurent Rineau
|
ba10efcbe4
|
more runtime debug possibilities
|
2025-10-03 09:38:10 +02:00 |
|
Laurent Rineau
|
2a815ff510
|
add a label to the fdata sets segfaulting with --merge-facets
|
2025-10-03 09:37:02 +02:00 |
|
Laurent Rineau
|
d309bc89ce
|
fix typo "and and"
|
2025-09-30 17:11:15 +02:00 |
|
Laurent Rineau
|
f4aa383177
|
add new runtime debug flags
|
2025-09-30 12:49:02 +02:00 |
|