Sebastien Loriot
e871025f36
update our CMake supported versions to ...3.31 ( #8727 )
...
## Summary of Changes
Update our CMake supported versions to ...3.31. That will suppress the
warnings about `CMP0167` (from CMake 3.30):
```
CMake Warning (dev) at cmake/modules/display-third-party-libs-versions.cmake:37 (find_package):
Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
--help-policy CMP0167" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
```
## Release Management
* Affected package(s): all cmake scripts
* License and copyright ownership: maintenance by GF
2025-02-07 14:03:47 +01:00
Sébastien Loriot
a6eff02a62
Merge remote-tracking branch 'cgal/6.0.x-branch' into master
2025-02-05 08:42:33 +01:00
Sébastien Loriot
5a61b6a994
Merge remote-tracking branch 'cgal/5.6.x-branch' into cgal/6.0.x-branch
2025-02-05 08:40:26 +01:00
Laurent Rineau
e5001d1a50
update our CMake version 3.18...3.31
...
That will suppress the warnings about `CMP0167` (from CMake 3.30):
```
CMake Warning (dev) at cmake/modules/display-third-party-libs-versions.cmake:37 (find_package):
Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
--help-policy CMP0167" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
```
2025-02-04 14:32:37 +01:00
Sébastien Loriot
3abe02075b
GMP is not always available
2025-02-01 23:11:25 +01:00
Sébastien Loriot
ca17f813b6
fix debug
2025-01-31 08:57:21 +01:00
Sébastien Loriot
f20af1a946
fix the value used creating the infimax box used for pairing halfedges
...
without the abs the intersection line of x=-1 and z=-1 would be on the box
leading to invalid behavior (and degenerate halfedges)
2025-01-31 08:54:42 +01:00
Andreas Fabri
f7a57a6c41
Add smaller failing issue
2025-01-31 08:54:29 +01:00
Laurent Rineau
96cd3e6f09
Merge remote-tracking branch 'cgal/master' into pr/afabri/8528
2024-10-17 00:25:24 +02:00
Andreas Fabri
527569346e
CGAL: Modernize CMakeLists.txt
2024-10-08 17:02:41 +01:00
albert-github
dd02af92a2
issue #8515 Spelling mistakes found checking `en-GB` to `en-US`
...
Spelling corrections, `en-GB` -> `en-US`
2024-10-05 11:28:29 +02:00
Sébastien Loriot
dc1763a4d4
Merge remote-tracking branch 'cgal/5.6.x-branch'
2024-09-03 17:27:23 +02:00
Sébastien Loriot
3b531094df
Merge remote-tracking branch 'cgal/5.5.x-branch' into HEAD
2024-09-03 17:26:18 +02:00
Sébastien Loriot
abd99b68eb
handle nested holes in convex decomposition
2024-08-29 10:10:20 +02:00
Sébastien Loriot
1805701903
Merge remote-tracking branch 'cgal/5.6.x-branch'
2024-08-26 15:23:41 +02:00
Sébastien Loriot
b682c47c56
Merge remote-tracking branch 'cgal/5.5.x-branch' into HEAD
2024-08-26 15:22:53 +02:00
Sebastien Loriot
5791f2115c
Nef_3: Fix conversion to a FaceGraph ( #6727 )
...
## Summary of Changes
Fix the case of surfaces with borders. Then they may be incident to only
the unbounded volume which so far was ignored.
## Release Management
* Affected package(s): Nef_polyhedron_3
* Issue(s) solved (if any): fix #6423
2024-08-26 15:21:47 +02:00
Sébastien Loriot
d20cef2f91
remove unused variable
2024-08-19 09:02:24 +02:00
Sébastien Loriot
30fc15064b
add assertions
2024-08-14 18:22:04 +02:00
Sébastien Loriot
403ec19f8a
clean up and move skip test to export header
2024-08-14 18:18:26 +02:00
Sébastien Loriot
630e58f484
Merge remote-tracking branch 'cgal/5.6.x-branch'
2024-07-23 17:18:09 +02:00
Sébastien Loriot
f93cb3c552
Merge branch 'cgal/5.5.x-branch' into 'cgal/5.6.x-branch'
2024-07-23 17:15:05 +02:00
Sébastien Loriot
b364ff65ca
Merge pull request #8371 from sloriot/Nef_3-draw_typo
...
fix copy/paste error
2024-07-23 17:09:47 +02:00
Sébastien Loriot
4adcbe42b7
fix copy/paste error
2024-07-22 18:16:50 +02:00
Sébastien Loriot
85bce9bb23
be resilient to isolated vertices
2024-07-22 09:54:55 +02:00
Laurent Rineau
32893b91c0
Merge pull request #8263 from lrineau/CGAL-update_minimal_cmake-GF
...
cmake_minimum_required(VERSION 3.12...3.29)
2024-06-12 10:06:12 +02:00
Laurent Rineau
3a223ebd1e
cmake_minimum_required(VERSION 3.12...3.29)
2024-06-06 20:19:44 +02:00
albert-github
36c8b7589d
Spelling corrections
...
Last batch (for now) of spelling corrections in doxygen and normal comments
2024-05-31 19:05:34 +02:00
albert-github
92a5cc9ea0
Spelling correction
...
instanciation -> instantiation
2024-05-27 13:01:46 +02:00
Laurent Rineau
2a2031df3b
Rename cgallab to CGALlab
...
@janetournois (see https://github.com/CGAL/cgal/pull/8149#issuecomment-2066444180
2024-04-23 15:09:51 +02:00
Laurent Rineau
621859b526
Rename Polyhedron demo to CGAL Lab
...
And announce it in the `CHANGES.md`.
2024-04-18 12:39:30 +02:00
Sébastien Loriot
180dbaeb40
fix dependency updates
2024-04-11 09:51:34 +02:00
Laurent Rineau
4db6bc6d16
Merge pull request #6967 from gdamiand/gsoc2022-EBVs-Mostafa-ashraf19
...
GSoC'22: New CGAL's design to handle basic viewers
2024-04-10 18:04:25 +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
Guillaume Damiand
9a0b8eb824
Merge branch 'master' into gsoc2022-EBVs-Mostafa-ashraf19
2024-03-26 16:25:29 +01:00
Jane Tournois
a02ce9ea21
fix dependencies by removing Random_numbers where it's not needed anymore
2024-03-07 09:36:59 +01:00
Jane Tournois
7ca00f90ef
add missing includes (not included by helpers.h anymore)
2024-03-06 16:12:53 +01:00
Sébastien Loriot
910945eb5f
undo dependency changes + always use core if not disabled
2024-02-27 16:19:28 +01:00
Sébastien Loriot
3b30756cd3
do not depend on CGAL_Core
2024-02-27 14:46:18 +01:00
Andreas Fabri
e4558a4d4b
Merge branch 'master' into CORE-boost_mp_number-GF
2024-02-23 17:04:37 +01:00
Guillaume Damiand
3bc56024d3
Merge branch 'master' into gsoc2022-EBVs-Mostafa-ashraf19
2024-01-11 14:08:05 +01:00
Guillaume Damiand
88e9921d1d
warning in draw nef3
2023-12-26 10:08:15 +01:00
Guillaume Damiand
bd04b2a68d
Remove space in doc
2023-12-06 17:01:34 +01:00
Guillaume Damiand
029ab430a3
doc draw nef3
2023-12-05 14:58:28 +01:00
Guillaume Damiand
c1dd38e581
draw nef3
2023-12-01 13:21:50 +01:00
Guillaume Damiand
f8a487d9ef
update dependencies
2023-11-29 18:12:09 +01:00
Laurent Rineau
95b83b1214
Merge pull request #7845 from puneetmatharu/patch-cgal-dont-override-build-testing
...
Patch usage of BUILD_TESTING to handle the case that CGAL is a subproject
2023-11-29 17:22:54 +01:00
Guillaume Damiand
0655006622
Merge with master: now viewers use Qt6
2023-11-29 14:36:38 +01:00
Guillaume Damiand
d2d114cf24
Update code to follow last api
2023-11-20 09:33:28 +01:00
Andreas Fabri
4e5082b6b5
remove _qt
2023-11-14 09:25:00 +00:00