Jane Tournois
|
60ebab92fc
|
add timers in verbose mode
|
2024-04-09 16:17:38 +02:00 |
Jane Tournois
|
6c5c36aa39
|
fix link
|
2024-04-09 15:44:04 +02:00 |
Jane Tournois
|
d46474a318
|
add doxygen group for sizing fields
|
2024-04-09 15:20:25 +02:00 |
Jane Tournois
|
e000d34518
|
implementation history
|
2024-04-09 15:08:57 +02:00 |
Jane Tournois
|
61d4de64b0
|
Merge remote-tracking branch 'cgal/master' into Tet_remeshing-with_sizing_field-jtournois
|
2024-04-09 12:45:48 +01:00 |
Jane Tournois
|
2a131effdb
|
hide enable_if in DOXYGEN_RUNNING
|
2024-04-09 13:45:25 +02:00 |
Jane Tournois
|
40229e28e1
|
cleaning
|
2024-04-09 13:44:15 +02:00 |
Sébastien Loriot
|
dc06506a04
|
fix a2b7a72752
|
2024-04-09 13:43:25 +02:00 |
Sébastien Loriot
|
6a1417d8ba
|
trigger the update
|
2024-04-09 13:34:33 +02:00 |
Jane Tournois
|
4e8a4c7d64
|
make calls robust to all number types convertible to double
including int (now tested)
|
2024-04-09 12:40:00 +02:00 |
Jane Tournois
|
c11cdb7c1c
|
move sizing fields to include/CGAL
|
2024-04-09 10:54:36 +02:00 |
Andreas Fabri
|
86b1547a1f
|
#include for make_hexahedron
|
2024-04-09 07:39:54 +01:00 |
Laurent Rineau
|
33045d9cbf
|
add MLS tests to the CGAL testsuite
|
2024-04-08 17:31:26 +02:00 |
Laurent Rineau
|
49ca51275a
|
Fix typos (#8118)
|
2024-04-08 16:10:23 +02:00 |
Sébastien Loriot
|
16782d1e8b
|
do not depend on vertex order when opposite angles are identical
|
2024-04-08 15:46:48 +02:00 |
Nicolas Saillant
|
4157d2eb56
|
Improved Error and Warning Detection in Script
|
2024-04-08 10:02:48 +02:00 |
Nicolas Saillant
|
826d87be2a
|
Enhanced summary page with JSON generation and search functionality
|
2024-04-08 09:36:12 +02:00 |
Jane Tournois
|
92b29711e5
|
temporarily disable CGAL assertions to check they are responsible for timeouts
|
2024-04-05 18:36:01 +02:00 |
Laurent Rineau
|
4677ece3da
|
Merge pull request #7712 from sloriot/BGL-dynamic_with_default
Adding a default to dynamic property maps
|
2024-04-05 14:25:20 +02:00 |
Laurent Rineau
|
708711e7a7
|
Merge pull request #8018 from janetournois/PMP-add_bbox_to_face_graph-jtournois
New function `PMP::add_bbox(face_graph)` that adds bbox to face graph
|
2024-04-05 14:25:17 +02:00 |
Laurent Rineau
|
b41edd7ebc
|
Merge pull request #8091 from afabri/Algrebraic_kernel-leak-GF
Algebraic_kernel_d: replace new/delete
|
2024-04-05 14:25:15 +02:00 |
Laurent Rineau
|
7199d91d9e
|
Merge pull request #8096 from lrineau/CGAL-fix_dependencies-GF
fix dependencies
|
2024-04-05 14:25:10 +02:00 |
Laurent Rineau
|
568bacad91
|
Merge pull request #8103 from sloriot/CGAL-exact_backend_checks
Improve information on exact nt backend
|
2024-04-05 14:25:08 +02:00 |
Laurent Rineau
|
0c8f0693fb
|
add a missing #include for LEDA
|
2024-04-05 13:57:09 +02:00 |
Sébastien Loriot
|
de93dad63b
|
hide unused variable
|
2024-04-05 09:23:31 +02:00 |
Jane Tournois
|
45a130f062
|
update armadillo figure
|
2024-04-04 15:25:31 +02:00 |
Mael Rouxel-Labbé
|
5da46a5a65
|
Update dependencies
|
2024-04-04 14:59:26 +02:00 |
Mael Rouxel-Labbé
|
c7db56bcda
|
Remove useless header includes
|
2024-04-04 14:32:13 +02:00 |
Sébastien Loriot
|
cb8e88075d
|
delete allocated objects
|
2024-04-04 14:26:23 +02:00 |
Sébastien Loriot
|
8fe576c450
|
use and
|
2024-04-04 13:20:55 +02:00 |
Jane Tournois
|
4d85eb07de
|
attempt to fix "possibly dangling reference" warning
|
2024-04-04 12:58:32 +02:00 |
Jane Tournois
|
1ef657d512
|
tests cleaning
and add a test for adaptive sizing with constrained edges
|
2024-04-04 12:50:10 +02:00 |
Jane Tournois
|
7aafe9921a
|
get create_adaptive_remeshing_sizing_field() out of class
easier to use, it does not need the full class type `C` with all its
namespace's and template parameters, as
C<Tr>::create_sf(tr)
|
2024-04-04 12:49:35 +02:00 |
Jane Tournois
|
f020d47938
|
examples cleaning
|
2024-04-04 11:22:45 +02:00 |
Andreas Fabri
|
60a7f92bac
|
polish
|
2024-04-04 09:33:05 +01:00 |
Sébastien Loriot
|
3ce1a3f256
|
remove unused parameters
|
2024-04-04 10:19:14 +02:00 |
Jane Tournois
|
81174d205a
|
doc and fix types to be consistent with concept
|
2024-04-04 09:59:05 +02:00 |
Andreas Fabri
|
692725f41f
|
Fix tparam
|
2024-04-04 08:32:00 +01:00 |
Andreas Fabri
|
7059b5b524
|
Polyline_simplification: fix documentation
|
2024-04-04 07:56:45 +01:00 |
Andreas Fabri
|
6698875087
|
Add assignment of Edge_property which does NOT copy order (which seems to be a bug but makes the test hang)
|
2024-04-04 07:52:32 +01:00 |
Andreas Fabri
|
fc8243f75e
|
Fix Color
|
2024-04-04 07:49:01 +01:00 |
Sébastien Loriot
|
68bc4a4bbc
|
typos
|
2024-04-03 15:59:34 +02:00 |
Andreas Fabri
|
26593787ea
|
Remove copy constructor and assignment
|
2024-04-03 14:55:14 +01:00 |
Andreas Fabri
|
3152519594
|
Update Installation/CHANGES.md
|
2024-04-03 15:37:13 +02:00 |
Andreas Fabri
|
caa8aaaa21
|
merge master
|
2024-04-03 14:09:39 +01:00 |
Andreas Fabri
|
15d7b65904
|
Update change log
|
2024-04-03 13:59:04 +01:00 |
Andreas Fabri
|
7d50a1ebf1
|
Deal with -1
|
2024-04-03 10:32:13 +01:00 |
Laurent Rineau
|
76500bae1f
|
typo
|
2024-04-03 10:13:59 +02:00 |
Sven Oesau
|
d723f172a6
|
fixing some warnings and errors
|
2024-04-03 10:04:53 +02:00 |
Sven Oesau
|
6e3c81e15a
|
update dependencies
|
2024-04-03 09:51:15 +02:00 |