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
Jane Tournois
c215d3e00c
add missing macro definition in io_image_plugin
2023-04-13 09:26:56 +02:00
Sébastien Loriot
2393258370
add triangle soup specific tests
2023-04-12 16:59:05 +02:00
Sébastien Loriot
b123ccf125
copy mesh test for soup
2023-04-12 16:21:42 +02:00
Sébastien Loriot
a361f79e1f
add missing parameter
2023-04-12 16:21:26 +02:00
Laurent Rineau
9e18cc6989
Unexpected backtick ( #7378 )
...
In the file: Arrangement_on_surface_2/index.html
we see:
```
The example below shows how to construct the same arrangement of five line segments built incrementally in Arrangement_on_surface_2/incremental_insertion.cpp` depicted in Figure 34.9 using the aggregate insertion
```
i.e. an unexpected backtick.
2023-04-12 09:55:42 +02:00
albert-github
b21b984daa
issue #7231 Improvement of layout of refines relations.
...
Adjusted after review
- usage of `Adaptable...Function` instead of `AdapatableFunctor (with... arguments)`
- corrected some incorrect / superfluous `}`
2023-04-12 09:49:53 +02:00
Sébastien Loriot
4dc91d18be
directly use std::multiset as the double keys are not needed
2023-04-12 09:19:55 +02:00
Andreas Fabri
7da72e00e9
Define NOMINMAX to work around problem in vtk
2023-04-12 07:29:02 +01:00
albert-github
8a0b21461d
Unexpected backtick
...
- Corrected some more redundant / missing backticks
- correctes a spelling error (Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Boolean_set_operations_2/Gps_default_dcel.h)
2023-04-11 17:38:37 +02:00
Laurent Rineau
0a84c4a131
rename the macro as well
2023-04-11 14:46:36 +02:00
Laurent Rineau
c9ac1cbc24
Merge branch '5.5.x-branch'
2023-04-11 14:20:20 +02:00
Laurent Rineau
988d226d08
Merge pull request #6176 from afabri/CGAL-W4WX-GF
...
CGAL/IO/helpers.h: fix VC++ /W4 warning
2023-04-11 14:19:09 +02:00
Laurent Rineau
20278bd912
Merge pull request #7348 from PriyanshJalan/master
...
Polyhedron: object generator tetrahedron -added line entry UI and logic
2023-04-11 14:19:05 +02:00
Laurent Rineau
e042737ed9
Merge pull request #7352 from sloriot/PMP-one_si_test
...
Do not test twice for self-intersections if there is none
2023-04-11 14:19:02 +02:00
Laurent Rineau
e5a2513921
Merge pull request #7359 from janetournois/Mesh_3-exude_mesh_3_np-jtournois
...
Mesh_3 - fix default parameters of `CGAL::exude_mesh_3(c3t3)`
2023-04-11 14:19:00 +02:00
Laurent Rineau
06a2f7b3b4
Merge pull request #7352 from sloriot/PMP-one_si_test
...
Do not test twice for self-intersections if there is none
2023-04-11 14:18:29 +02:00
Sébastien Loriot
064a92e107
add missing concepts
2023-04-11 13:54:29 +02:00
Laurent Rineau
9c69a13ddc
reindent
...
```
.../demo/Polyhedron/Plugins/Mesh_3/Mesh_3_plugin_cgal_code.cpp:364:5: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation]
364 | else
| ^~~~
.../demo/Polyhedron/Plugins/Mesh_3/Mesh_3_plugin_cgal_code.cpp:405:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’
405 | if (p_domain == nullptr)
| ^~
```
2023-04-11 13:31:24 +02:00
Laurent Rineau
2b370b95fb
Mesh_3 plugins: fix the protect_borders/features
2023-04-11 12:56:58 +02:00
Laurent Rineau
bcf31d6ed6
fix typo
2023-04-11 12:52:20 +02:00
albert-github
a43c15f338
[Arrangement_on_surface_2] Unexpected backtick
...
In the file: Arrangement_on_surface_2/index.html
we see:
```
The example below shows how to construct the same arrangement of five line segments built incrementally in Arrangement_on_surface_2/incremental_insertion.cpp` depicted in Figure 34.9 using the aggregate insertion
```
i.e. an unexpected backtick.
2023-04-11 12:39:58 +02:00
Sébastien Loriot
28c97d293f
fix warnings
2023-04-11 09:25:29 +02:00
Laurent Rineau
9789e35197
CGAL 3D demo: fix USBAN warnings
2023-04-08 17:11:11 +02:00
Laurent Rineau
dbf244c4db
Test more of integration this week-end, temporarily
2023-04-07 10:10:00 +02:00
Sébastien Loriot
8985916382
add note
2023-04-06 19:24:04 +02:00
Sébastien Loriot
140d13a943
fix after Andreas' review
2023-04-06 19:24:04 +02:00
Sébastien Loriot
9cd2e031db
fix after review from Mael
2023-04-06 19:24:04 +02:00
Sébastien Loriot
5f3d748e19
add doc for self-intersection related functions for soups
2023-04-06 19:24:04 +02:00
Sébastien Loriot
96868b9fc4
fix debug code
2023-04-06 19:24:04 +02:00
Sébastien Loriot
f8ab63088a
add self-intersection functions for soup
...
no doc for now
2023-04-06 19:24:04 +02:00
Sébastien Loriot
dd4a4420f0
soup/mesh abstraction
2023-04-06 19:24:04 +02:00
Sébastien Loriot
fb7d892e36
add help for geom traits for function dealing with polygon soups
2023-04-06 19:24:04 +02:00
Sébastien Loriot
3262b21ed7
do not evaluate other options if the parameter is provided
2023-04-06 19:24:04 +02:00
Laurent Rineau
11e64b34c2
Fix the use of SuiteSparse from vcpkg
2023-04-06 18:00:05 +02:00
Luiz Georg
fafef018ef
Fix documentation for Qt/Converter.h
2023-04-06 10:05:06 -03:00
Laurent Rineau
df17ad5e24
Add a comment to the closing #endif
2023-04-06 12:47:07 +02:00
Laurent Rineau
33ae0b5fd4
Fix pylint warnings
2023-04-06 12:13:51 +02:00
Laurent Rineau
721d789e5b
Update menu_version.js
2023-04-06 12:06:41 +02:00
Laurent Rineau
bc919403d4
Preparation for CGAL-5.6-beta1
2023-04-06 11:48:17 +02:00
Laurent Rineau
d9c1e14c85
Adding a timeout column to the testsuite ( #7366 )
...
## Summary of Changes
Adding a timeout column to the test suite that Distinguish between error
and time-out.
Testsuite improvements #2205
2023-04-05 17:58:09 +02:00
Sébastien Loriot
5828644133
fix warnings
2023-04-05 17:24:04 +02:00
Nicolas Saillant
e585aa3131
Adding a timeout column to the testsuite
2023-04-05 11:34:10 +02:00
Sébastien Loriot
a3bf5d80b7
limit the use of pre-computed meshes
2023-04-04 15:36:05 +02:00