Commit Graph

113829 Commits

Author SHA1 Message Date
Sven Oesau 3e5c224544 renaming reserve to resize 2025-07-21 13:21:46 +02:00
Sébastien Loriot edd46b9e29 fix build of tests/examples/demos for a release
it will not work in branch build mode but I'm not sure
this is something we want to support.
2025-07-21 12:16:48 +02:00
Sven Oesau 1fab8f77b5 bugfix CMakeLists.txt
adding log to example/test to indicate whether Eigen3 or SuiteSparse is used
2025-07-17 15:32:23 +02:00
Andreas Fabri 3a11955a08 GraphicsView: Fix links 2025-07-17 11:02:14 +01:00
Andreas Fabri a581844528 Apollonius_graph: clean up documentation 2025-07-16 15:01:25 +01:00
albert-github 2d3642c833 Spelling correction
Spelling correction
(word looks like to be non translated French word)
2025-07-16 14:10:52 +02:00
Sébastien Loriot b0e2e44894 Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/master' 2025-07-15 20:23:47 +02:00
Sebastien Loriot e483fed736
Fixes incorrect logic in triangle mesh validation (Issue #<8972>) (#8973)
## Summary
Fixes incorrect logic in triangle mesh validation (Issue #<8972>)

## Changes
- Added negation to `CGAL::is_triangle_mesh()` check
- Ensures non-triangle meshes are properly rejected

## Testing
- Verified with both triangle and quad meshes
- All existing tests pass (if applicable)
2025-07-15 20:19:17 +02:00
Sebastien Loriot e8be68271d
Minor CDT3+tet remesh example improvements (#8977)
## Release Management

* Affected package(s): `Constrained_triangulation_3`
* Issue(s) solved (if any): fix -
* Feature/Small Feature (if any): -
* License and copyright ownership: no change
2025-07-15 20:18:39 +02:00
Sebastien Loriot 59c253af78
KSR: Ghost edge insertion assert (#8978)
## Summary of Changes

Relaxed the assertion condition in ghost edge insertion. Non-manifold
vertices are actually not an issue.

## Release Management

* Affected package(s): Kinetic_surface_reconstruction
* Issue(s) solved (if any): fix #8946
2025-07-15 20:18:03 +02:00
Sébastien Loriot d7532d6d1c Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/master' 2025-07-14 18:14:44 +02:00
albert-github a4654b07c4 Incorrect use of backticks
remove exe flag
2025-07-14 18:14:16 +02:00
albert-github 07fc18ff02 Incorrect use of backticks
Missing or double backticks corrected.
2025-07-14 18:14:16 +02:00
Sven Oesau f40a223d2a behavior of QOpenGL.h changed, with 6.9.1 it does not provide APIENTRY from windows.h anymore, but QT_APIENTRY instead 2025-07-11 16:41:40 +02:00
Sven Oesau 11b5da660a correcting assertion in ghost edge insertion 2025-07-10 14:50:28 +02:00
Sven Oesau 6517c7f48a fix warning 2025-07-10 09:06:49 +02:00
Mael Rouxel-Labbé 3ccd3858ca Minor CDT3+tet remesh example improvements 2025-07-09 16:58:54 +02:00
Sven Oesau 6fb75112dd changing Default_traits_for_Chull_3 check 2025-07-09 16:08:50 +02:00
Andreas Fabri c9303c7bc3 cast from int to double 2025-07-09 13:22:39 +01:00
Laurent Rineau 0435766dcf next on `master` will be CGAL-6.1-beta2, if needed 2025-07-09 13:07:03 +02:00
Laurent Rineau 26c743fb79 announcement of CGAL-6.1-beta1 2025-07-09 13:07:03 +02:00
Andreas Fabri c8915cf19e Add type to enum 2025-07-08 08:57:28 +01:00
Sebastien Loriot e4860ccc92
Spelling correction (#8957)
Spelling correction
2025-07-07 19:59:59 +02:00
Sebastien Loriot 75f854c6d9
CDT_3: small adjustements (documentation) (#8961)
## Summary of Changes

Fixes in the user manual

## Release Management

* Affected package(s): CDT_3
2025-07-07 19:57:14 +02:00
Sébastien Loriot 4b7df57bce rename test 2025-07-04 16:09:26 +02:00
Sébastien Loriot aeb90711e0 fix debug macro 2025-07-04 13:47:30 +02:00
wood_777 9c26122c9f debug 2025-07-04 17:36:54 +08:00
Sven Oesau bbf0a0e7ac use simple deleted flag instead of tracking inactive indices
removing Property_container::reserve as it basically adds inactive indices and thus means linear insertion time
2025-07-03 12:33:47 +02:00
Laurent Rineau 9e10beda8b protect a debug output 2025-07-03 11:04:25 +02:00
Laurent Rineau 7d828e506e fix headers 2025-07-02 15:36:03 +02:00
Laurent Rineau b2f6f03d3f update CGAL version to 6.1-beta1 2025-07-01 17:16:44 +02:00
Laurent Rineau 077be39d09 update supported compilers 2025-07-01 17:16:44 +02:00
Laurent Rineau 754ba10132 fix min/max issue 2025-07-01 17:16:43 +02:00
Sébastien Loriot 3d260f7f99 fix compatibility issue with qt 6.4 2025-07-01 17:05:23 +02:00
Sébastien Loriot 2fdc7cffe9 fix links 2025-07-01 17:03:11 +02:00
Sebastien Loriot 405017b459
Prepare CHANGES.md for 6.1 (#8870)
- [x] Update minimum compiler and third party dependencies versions
- [x] Integrate changes from features yet to be integrated
- [ ] Check all pull requests to find what is worth mentioning and has
not been
- [x] Link to news
- [x] missing links for recent doc
- [ ] Check all links

## Release Management


[Preview](https://github.com/MaelRL/cgal/blob/CGAL-Prepare_CHANGES.md_6.1-GF/Installation/CHANGES.md)

* Affected package(s): `Installation`
* Issue(s) solved (if any): -
* Feature/Small Feature (if any): n/a
* License and copyright ownership: no changes
2025-07-01 16:52:38 +02:00
Sébastien Loriot 6ad71e038e update supported compilers 2025-07-01 16:19:51 +02:00
Mael Rouxel-Labbé 61464ba50b Merge remote-tracking branch 'cgal/master' into CGAL-Prepare_CHANGES.md_6.1-GF 2025-07-01 11:05:27 +02:00
Jane Tournois 67fa8d6254 wip user manual round #8 2025-07-01 09:24:22 +01:00
Sebastien Loriot 68ec7a3c01
Incorrect use of backticks (#8958)
Missing or double backticks corrected.

(Based on the overnight documentation build warnings of Doxygen Manual
Results for CGAL-6.1-Ic-185)
2025-07-01 09:59:29 +02:00
Andreas Fabri 1ad06e9538 Deal with 2D and other move_if function 2025-06-30 13:15:35 +01:00
Sébastien Loriot 2504f0ccac add file removed 2025-06-30 09:11:50 +02:00
albert-github 12cde5b685 Spelling correction
After review: euclidean -> Euclidean
2025-06-27 13:04:28 +02:00
albert-github a77986f002 Incorrect use of backticks
remove exe flag
2025-06-27 12:45:41 +02:00
albert-github a7f0eb0ffb Incorrect use of backticks
Missing or double backticks corrected.
2025-06-27 12:33:56 +02:00
albert-github 7a512655f1 Spelling correction
Spelling correction
2025-06-27 10:56:21 +02:00
Sven Oesau 47815db05e added test 2025-06-27 10:53:31 +02:00
Sébastien Loriot 27a7cef2fb Merge pull request #8744 from LeoValque/PMP_triangle_soup_rounding-GF
Add do_snap parameter to PMP::autorefine_triangle_soup
2025-06-26 22:01:58 +02:00
Sébastien Loriot 78cfeacf01 Merge pull request #8186 from lrineau/Triangulation_3-CDT_3-lrineau
New package: CGAL 3D conforming constrained Delaunay triangulations
2025-06-26 21:57:17 +02:00
Sebastien Loriot 6df737376d
Incorrect use of backticks (#8951)
Missing or double backticks corrected.

Found during the overnight documentation build: Doxygen Manual Results
for CGAL-6.1-Ic-182
2025-06-26 21:52:18 +02:00