Laurent Rineau
205236832e
Merge remote-tracking branch 'cgal/master' into CGAL-rename_ctest_test_names-GF
...
# Conflicts:
# Polyhedron/demo/Polyhedron/Plugins/PMP/CMakeLists.txt
2023-04-21 10:47:17 +02:00
Sébastien Loriot
5260100f88
fix warning
2023-04-21 09:07:14 +02:00
Laurent Rineau
af5468c3a8
fix runtime error with single precision (float)
2023-04-20 21:15:19 +02:00
Mael Rouxel-Labbé
78362cb7a9
Fix getting wrong split event L/R halfedges after closing a strait
2023-04-20 15:49:44 +02:00
albert-github
ebe6c3f256
Correcting usage of `iframe` tag
...
Correcting usage usage of `iframe` tag:
- add value to `allowfullscreen`
- prevent warnings on dtd validation about usage of `center` tag inside a `p` tag
2023-04-20 12:18:44 +02:00
Mael Rouxel-Labbé
a67fe59678
Fix ordering of articial events in presence of non-canonical split halfedges
2023-04-19 12:17:29 +02:00
Mael Rouxel-Labbé
33cdf430a6
Letter > character
2023-04-19 11:30:26 +02:00
Jane Tournois
4be918b51b
it's forbidden to compare (size_t < 0)
2023-04-18 17:10:41 +02:00
albert-github
254251d3f6
Incorrect usage of `xmlns` in HTML headers
...
A bit hidden usage corrected as well.
2023-04-18 13:14:03 +02:00
Mael Rouxel-Labbé
b8e82b9c05
Merge remote-tracking branch 'cgal/master' into PMP-Triangulate_PS-GF
2023-04-18 12:16:27 +02:00
Mael Rouxel-Labbé
82e130d951
Minor example improvements
2023-04-18 12:14:10 +02:00
Laurent Rineau
60b5642b7c
only use msvc::no_unique_address with C++20 or later
2023-04-18 11:40:12 +02:00
Mael Rouxel-Labbé
d33fc1ad07
Add missing error message
2023-04-18 11:23:16 +02:00
Mael Rouxel-Labbé
b7ca320000
Fix null char reading and backslash separated multi lines
2023-04-18 11:23:06 +02:00
Mael Rouxel-Labbé
451223a2e8
Fix not forwarding verbose NP to inner functions
2023-04-18 11:22:53 +02:00
albert-github
6d279d976d
Incorrect usage of `xmlns` in HTML headers
...
In #7075 the usage of `xmlns` was changed from:
```
<html xmln="https://www.w3.org/1999/xhtml ">
```
into
```
<html xmlns="https://www.w3.org/1999/xhtml ">
```
this is not correct, the usage has to be `http` as in the definition https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd we see:
```
<!-- the namespace URI designates the document profile -->
<!ELEMENT html (head, body)>
<!ATTLIST html
%i18n;
id ID #IMPLIED
xmlns %URI; #FIXED 'http://www.w3.org/1999/xhtml '
>
```
2023-04-18 10:45:39 +02:00
Jane Tournois
4a56178f9d
c3t3 must be cleared from cells and facets
...
initialization may have left the C3t3 facets and cells
status in an inconsistent state because of
init_c3t3() that inserts points without taking care of the complex-or-not
status of cells and facets
2023-04-17 14:34:36 +02:00
Jane Tournois
737cffce5e
Scene_surface_mesh_item has become useless here
2023-04-17 14:34:35 +02:00
Jane Tournois
7e97a91a34
improve doc
...
# Conflicts:
# Mesh_3/include/CGAL/Mesh_3/C3T3_helpers.h
2023-04-17 14:34:34 +02:00
Mael Rouxel-Labbé
1a5826f11a
Merge remote-tracking branch 'cgal/master' into SLS-Weighted_skeleton-GF
2023-04-17 12:48:30 +02:00
Mael Rouxel-Labbé
02e7696f74
Change SLS extrusion CDT2 tag: the same constraint flipped can happen
...
for weighted skeleton with holes
2023-04-17 12:40:44 +02:00
Mael Rouxel-Labbé
f0935334fb
Misc tiny cleaning
2023-04-17 12:39:24 +02:00
Mael Rouxel-Labbé
8ba08771d4
Align doc variable names with the code
2023-04-17 11:53:50 +02:00
Laurent Rineau
91f0834dc5
Merge branch '5.5.x-branch'
2023-04-17 10:14:16 +02:00
Laurent Rineau
594682dde3
Merge pull request #5461 from sloriot/PMP-decimation
...
Add coplanar decimation
2023-04-17 10:14:07 +02:00
Laurent Rineau
824976a003
Merge pull request #7236 from albert-github/feature/issue_7231
...
issue #7231 Improvement of layout of refines relations.
2023-04-17 10:14:01 +02:00
Laurent Rineau
2c84890b6c
Merge pull request #7357 from mentonin/converter-to-qpolygon
...
Converter to qpolygon
2023-04-17 10:13:57 +02:00
Laurent Rineau
63e9d92b3c
Merge pull request #7371 from lrineau/Surface_mesh_parameterization-fix_Suitesparse_in_Config_mode-GF
...
Fix the use of SuiteSparse from vcpkg
2023-04-17 10:13:44 +02:00
Laurent Rineau
f9c58a63db
Merge pull request #7376 from lrineau/Polyhedron-demo_fix_UBSAN_warnings-GF
...
CGAL 3D demo: fix USBAN warnings
2023-04-17 10:13:42 +02:00
Laurent Rineau
21dbe7c5ab
Merge pull request #7382 from afabri/CGAL-NOMINMAX-GF
...
Define NOMINMAX to work around problem in vtk
2023-04-17 10:13:30 +02:00
Laurent Rineau
318fce90e9
Merge pull request #7385 from sloriot/PMP-tr_fix_deg_tri
...
handle degenerate triangles (usually created with the reprojection)
2023-04-17 10:13:24 +02:00
Laurent Rineau
2262bc9909
Merge pull request #7385 from sloriot/PMP-tr_fix_deg_tri
...
handle degenerate triangles (usually created with the reprojection)
2023-04-17 10:12:43 +02:00
Laurent Rineau
12c8e60e6e
fix name of a custom target on Windows
2023-04-17 10:07:35 +02:00
Andreas Fabri
c330beb504
Add operator!=(void*)
2023-04-14 17:04:02 +01:00
Guillaume Damiand
afb4ac68b3
Do not draw shalfloop to avoid segfault(TODO draw something?)
2023-04-14 09:52:28 +02:00
Andreas Fabri
03e4024131
Add a break
2023-04-14 08:13:37 +01:00
Andreas Fabri
e21e3a9dbd
Do not compare with default constructed iterator as VC checks the container
2023-04-14 08:11:10 +01:00
Laurent Rineau
3b79468b13
another USBAN error, about uninitialized bool
2023-04-13 17:26:44 +02:00
Jane Tournois
d4b5fec0a6
be verbose when loading succeeded
2023-04-13 16:40:15 +02:00
Jane Tournois
3077d8b657
remove useless definitions
2023-04-13 16:33:20 +02:00
Jane Tournois
37c0b5eaa6
add gmp-10 as a hint for findGMP
...
and add GMP_DIR and MPFR_DIR as hints to find all includes and libs
2023-04-13 16:17:22 +02:00
Jane Tournois
3c6a4c16c4
add debug info for the testsuite
2023-04-13 16:17:22 +02:00
Jane Tournois
8fe0633fb5
add new possible gmp name for MSVC
...
gmp-10 was compiled with vcpkg and installed on Christo
2023-04-13 16:17:21 +02:00
Sébastien Loriot
054906fe7c
handle degenerate triangles (usually created with the reprojection)
2023-04-13 15:17:04 +02:00
Sébastien Loriot
ab22f63ea2
use a free function
2023-04-13 13:21:36 +02:00
Jane Tournois
c215d3e00c
add missing macro definition in io_image_plugin
2023-04-13 09:26:56 +02:00
Mael Rouxel-Labbé
712823a45c
Update nudge value
2023-04-12 18:34:28 +02:00
Mael Rouxel-Labbé
ed47da22cc
Add missing macro
2023-04-12 18:34:28 +02:00
Sébastien Loriot
733ecc49c4
please leda_real
2023-04-12 17:36:23 +02:00
Mael Rouxel-Labbé
4f923e5c4e
Add namespace
2023-04-12 17:28:04 +02:00