Commit Graph

109881 Commits

Author SHA1 Message Date
Sébastien Loriot 43333f0df2 add test that was failing without the patch 2024-07-17 09:25:53 +02:00
Nicolas Saillant 00cc6ce694 Update GMP and GLPK version checks in CMakeLists.txt 2024-07-16 16:00:46 +02:00
tylermorganwall 2b0c9fbece Fix clang/llvm 19 compilation issue in iterator.h
Confirmed fix to compilation issue in clang//llvm 19 (https://github.com/CGAL/cgal/issues/8313)
2024-07-16 15:24:50 +02:00
Nicolas Saillant e3fd9ed25f Update library version checking logic for MPFR and METIS 2024-07-12 16:30:55 +02:00
Laurent Rineau 2616293563 Rename lib to cgal_3rdparty_lib
Because FindVTK redefines `lib` to something else!
2024-07-12 11:59:07 +02:00
Laurent Rineau e5a32d79ea Fix issue with VTK/Qt5/Qt6 2024-07-12 11:40:39 +02:00
Laurent Rineau b2024b6701 oops! remove bad changes 2024-07-11 18:07:00 +02:00
Laurent Rineau a965b13bfe fix CI 2024-07-11 17:26:57 +02:00
Laurent Rineau 0babd3148a update to REUSE tools v4 2024-07-11 17:20:02 +02:00
Laurent Rineau 0ee296e846 Merge pull request #8343 from CGAL/dependabot/github_actions/fsfe/reuse-action-4
Bump fsfe/reuse-action from 3 to 4
2024-07-11 17:09:38 +02:00
Nicolas Saillant fc9a08e93e Update library check to use a function and loop 2024-07-11 16:18:37 +02:00
Marc Glisse 256d656930 Pasto in TDS 2024-07-11 11:35:12 +02:00
Nicolas Saillant d8451ecfed Update third-party library names and versions in CMakeLists.txt 2024-07-10 16:27:16 +02:00
Laurent Rineau 847df9a0c9 better error handling for doxygen testsuite 2024-07-09 11:48:41 +02:00
Mael 1a7e526da3
Remove extra comma 2024-07-08 16:31:33 +02:00
dependabot[bot] fa1f230364
Bump fsfe/reuse-action from 3 to 4
Bumps [fsfe/reuse-action](https://github.com/fsfe/reuse-action) from 3 to 4.
- [Release notes](https://github.com/fsfe/reuse-action/releases)
- [Commits](https://github.com/fsfe/reuse-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: fsfe/reuse-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-08 05:43:55 +00:00
albert-github 9fc66c9a26 issue #8334 Incorrect example in "Documentation/doc/Documentation/Developer_manual/create_and_use_a_cmakelist.txt"
The problem surfaced between the releases CGAL 5.3.2 and CGAL 5.4.4.
The "Documentation/doc/Documentation/Developer_manual/create_and_use_a_cmakelist.txt" had not been adjusted for the changes in "Surface_mesh/examples/Surface_mesh/CMakeLists.txt" i.e.
the changes in its structure and also during the change Qt5 -> Qt6 this was not detected.
2024-07-06 10:49:14 +02:00
Sébastien Loriot 2577ecea27 fix initialization
bug introduced #7712
2024-07-05 13:01:45 +02:00
Mael Rouxel-Labbé d2475215bb Use the kernel functor for vector constructions 2024-07-04 18:51:58 +02:00
Mael Rouxel-Labbé de4359ad6a Add Compare_angle_3 tests 2024-07-04 18:45:50 +02:00
Sébastien Loriot e95ea7cde7 unused variable 2024-07-04 18:36:55 +02:00
Mael Rouxel-Labbé 16ea300ab6 Add Compare_angle_3 overload and missing global functions 2024-07-04 18:34:09 +02:00
Nicolas Saillant b0f0f10bc1 Extract JavaScript from Perl code to separate file 2024-07-04 11:45:04 +02:00
Jane Tournois d45c4a2b2e update FindOpenMesh.cmake 2024-07-03 14:00:50 +02:00
albert-github 524ac0c049 Remove hardcoded extrastylesheet code
In the header files it was mentioned:
```
<!-- This should probably be an extrastylesheet instead of hardcoded. -->
<link href="$relpath$../Manual/cgal_stylesheet.css" rel="stylesheet" type="text/css" />
$extrastylesheet
```
this is now effectuated with this PR.
2024-07-03 12:45:21 +02:00
Sven Oesau 05ba6a2644 fixed warnings
handling of degenerate faces
2024-07-03 10:12:07 +02:00
Laurent Rineau ecbf98e4bb Revert "Fix build_doc.yml"
This reverts commit 7e1f33b716.
2024-07-01 16:27:44 +02:00
Jane Tournois 8905201e21 replace pig (not closed) by triceratops 2024-07-01 15:15:34 +02:00
albert-github 2c070f5b27 Missing citation command
Added missing citation command.
2024-07-01 11:43:51 +02:00
albert-github aa2056cad3 Incorrect link to book at msri
The msri institute has been renamed to Simons Laufer Mathematical Sciences Institute (SLMath) and hence also the place of the library.

See also :
- https://www.slmath.org/history
- https://en.wikipedia.org/wiki/Simons_Laufer_Mathematical_Sciences_Institute
2024-07-01 11:05:31 +02:00
albert-github 5c4c1024f7 issue #8323 Incorrect link to https://github.com/norlab-ulaval/libpointmatcher/blob/master/doc/CompilationWindows.md
Corrected link.
2024-07-01 10:45:12 +02:00
albert-github 1a416e0a84 issue #8318 Double bibliography reference
Made the bibliography references unique
2024-06-30 17:22:14 +02:00
Sven Oesau 22732a9ae3 using proper triangulated polygonal faces for linear_least_squares 2024-06-27 10:55:33 +02:00
albert-github a0e7a6e4e4 Spelling corrections
Spelling corrections
2024-06-25 15:52:27 +02:00
Laurent Rineau 29ed736571 Merge branch 'CGAL-6.0-beta1' 2024-06-21 18:46:46 +02:00
Laurent Rineau 78a4865416 prepare for 6.0-beta2 2024-06-21 18:44:43 +02:00
Laurent Rineau 4393517f22 announcements for CGAL-6.0-beta1 2024-06-21 18:38:29 +02:00
Laurent Rineau 6c6878f6ca upload doc compiled by Doxygen version 1.9.6, from now on 2024-06-21 16:51:09 +02:00
Sébastien Loriot 651e3cd0bb fix warning 2024-06-21 14:53:53 +02:00
Sven Oesau e84a054cd8 Removing leftover from deprecated Shape_detection_traits 2024-06-21 11:34:57 +02:00
Laurent Rineau 7e1f33b716
Fix build_doc.yml
Checkout `refs/pull/$PR/head` instead of `refs/pull/$PR/merge`.

If the pull-request has conflicts, that is different.
2024-06-20 16:57:53 +02:00
Mael Rouxel-Labbé 363df4c424 Add an operation to add triangle faces from vertex selection 2024-06-19 16:00:23 +02:00
Mael Rouxel-Labbé 4b71b12443 Remove noise 2024-06-19 15:59:23 +02:00
Mael Rouxel-Labbé 1c51d11541 Improve existing operation names 2024-06-19 15:00:08 +02:00
Sébastien Loriot f8af2993da improve generation of polylines
several options:
- 2d
- triangulated
- polygon
- one per line
2024-06-18 12:02:08 +02:00
Laurent Rineau 9075f96529
Remove thumbnails not used (#8286)
Leftovers from the creations of new packages
2024-06-14 15:30:10 +02:00
Sébastien Loriot 20ac78b8d9 remove thumbnails not used 2024-06-14 15:04:40 +02:00
Laurent Rineau 089cb17bcf
Poisson: fix dependencies (#8282) 2024-06-13 12:55:34 +02:00
Laurent Rineau 214fb5263c Merge branch '5.6.x-branch' 2024-06-13 12:51:09 +02:00
Laurent Rineau a800918665 Merge pull request #8276 from sloriot/PMP-split_visitor_fwd
Forward the visitor for split
2024-06-13 12:48:47 +02:00