Sébastien Loriot
fc034c6a5d
boost::unit -> std::uint
2023-04-23 18:40:39 +02:00
Laurent Rineau
8ad6096550
Merge branch '5.5.x-branch'
2023-04-21 11:22:11 +02:00
Laurent Rineau
5690c51f50
Merge pull request #7339 from efifogel/Ms_2-Hole_filter-efif
...
Minkowski_sum_2: fix hole filter
2023-04-21 11:21:31 +02:00
Laurent Rineau
7cb29b5d0a
Merge pull request #7353 from MaelRL/PMP-Triangulate_PS-GF
...
Add triangulate Polygon Soup
2023-04-21 11:21:28 +02:00
Laurent Rineau
eb0cdd276d
Merge pull request #7363 from afabri/Eigen-is_byte_container-GF
...
Installation: Workaround for boost::mp / Eigen problem
2023-04-21 11:21:26 +02:00
Laurent Rineau
38823ee9c4
Merge pull request #7386 from janetournois/Installation-gmp-jtournois
...
Installation - add new possible GMP lib name for MSVC
2023-04-21 11:21:21 +02:00
Laurent Rineau
ad30839e6b
Merge pull request #7370 from sloriot/PMP-soup_self_intersections
...
Add self-intersection test and report functions for triangle soups
2023-04-21 11:20:52 +02:00
Laurent Rineau
65802d87aa
Merge branch '5.4.x-branch' into 5.5.x-branch
2023-04-21 11:19:02 +02:00
Laurent Rineau
731a774a4f
Merge pull request #7386 from janetournois/Installation-gmp-jtournois
...
Installation - add new possible GMP lib name for MSVC
2023-04-21 11:18:56 +02:00
Laurent Rineau
e081af3694
Merge pull request #7386 from janetournois/Installation-gmp-jtournois
...
Installation - add new possible GMP lib name for MSVC
2023-04-21 11:12:45 +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
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
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
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