Commit Graph

317 Commits

Author SHA1 Message Date
Sebastien Loriot 97bd1cf428
Rename home page of reference manuals to "Reference Manual" (#8904)
Before: "Pkg Reference"
After: "Reference Manual"

No need to repeat the package name as it is on the line above.

Example output
![Screenshot from 2025-05-22
16-18-54](https://github.com/user-attachments/assets/ed285e12-d95c-4ec2-934d-12f4c7aa014c)
2025-05-26 11:47:37 +02:00
Sébastien Loriot 13609a6966 no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Andreas Fabri 2bdeff8687 counter-clockwise -> counterclockwise 2025-05-15 07:41:00 +01:00
Mael Rouxel-Labbé ab082b29f1 Make it possible to enter target coordinates in Selection item's "Move Point" 2025-02-26 00:11:08 +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
Andreas Fabri 527569346e CGAL: Modernize CMakeLists.txt 2024-10-08 17:02:41 +01: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 5b003a7808 Merge pull request #8246 from albert-github/feature/bug_spell_20240531
Spelling corrections
2024-06-10 18:47:22 +02:00
Laurent Rineau ee948a2041 Merge branch '5.6.x-branch' 2024-06-10 18:47:09 +02:00
Laurent Rineau 561e7f16d6 Merge pull request #8201 from afabri/ToS-IO-GF
Triangulation on Sphere: Fix I/O

# Conflicts:
#	Triangulation_on_sphere_2/include/CGAL/Delaunay_triangulation_on_sphere_2.h
#	Triangulation_on_sphere_2/include/CGAL/Triangulation_on_sphere_2.h
#	Triangulation_on_sphere_2/test/Triangulation_on_sphere_2/CMakeLists.txt
2024-06-10 18:45:09 +02:00
Laurent Rineau 3a223ebd1e cmake_minimum_required(VERSION 3.12...3.29) 2024-06-06 20:19:44 +02:00
Mael Rouxel-Labbé f8abb836a0 Use the correct enum value 2024-06-04 17:39:15 +02:00
Mael Rouxel-Labbé a4a2b7d702 Misc clean-up 2024-06-04 17:35:04 +02:00
Mael Rouxel-Labbé c0f4018522 Modify data as to have an error with the default sphere 2024-06-04 17:34:34 +02:00
Mael Rouxel-Labbé de92d89071 Also read and write the sphere's center and radius 2024-06-04 17:34:13 +02:00
Mael Rouxel-Labbé 99058987d9 Factorize ToS2 DToS2 is_valid() functions 2024-06-04 16:55:04 +02:00
Mael Rouxel-Labbé 085b6a86c8 Add missing requirement for ToS2 face base IO 2024-06-04 16:54:35 +02:00
Mael Rouxel-Labbé d9249532dd Fix uninitialized member 2024-06-04 16:54:22 +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
Laurent Rineau ce164362e1 fix for ToS
```
100% tests passed, 0 tests failed out of 17

Label Time Summary:
CGAL_build_system                  =   0.78 sec*proc (1 test)
Installation                       =   0.78 sec*proc (1 test)
Triangulation_on_sphere_2_Tests    = 102.51 sec*proc (16 tests)
```
2024-05-21 18:37:13 +02:00
Laurent Rineau 797c056577 Prevent_deref, major changes
Now the second parameter is the `reference` type and no longer the `value_type`.
2024-05-21 08:53:48 +02:00
Laurent Rineau e96aaf37ad Merge branch 'master' into pr/afabri/7410 2024-05-17 23:03:55 +02:00
Andreas Fabri 2d455ebf57 improvement but not yet a fix 2024-05-16 08:04:32 +01:00
Andreas Fabri 195001267f Try to fix a warning 2024-05-16 07:00:06 +01:00
Andreas Fabri 67b909cd67 Fix assertion 2024-05-14 15:59:51 +01:00
Andreas Fabri 4f592ed50c Add operator <<() and >>() for the ToS_face_base that handles the ghost status 2024-05-14 15:58:46 +01:00
Andreas Fabri 516ef8f4c4 show that ghost status gets lost 2024-05-14 15:58:46 +01:00
Andreas Fabri a0cd7f8926 While we skip the first vertex when we write, we must not skip it when we read 2024-05-14 15:58:45 +01:00
Andreas Fabri fcdc74f7b9 whitespace 2024-05-14 15:58:44 +01:00
Andreas Fabri 69d42b29e6 Triangulation on Sphere: Fix I/O 2024-05-14 15:58:16 +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 dcc3617c08 a test and an example requires Leda or Core 2024-01-03 18:50:34 +01:00
Laurent Rineau aa09a28df8 Merge remote-tracking branch 'cgal/master' into STL_extension-Fix_Prevent_deref-GF 2023-09-19 16:22:49 +02:00
Laurent Rineau 28632f21fc Merge branch 'master' into CGAL-Qt6-GF
# Conflicts:
#	Installation/CHANGES.md
2023-09-14 17:40:05 +02:00
Nicolas Saillant a4136707b2 More CMakeLists Updates for QT6 2023-09-11 09:51:06 +02:00
albert-github ad41766454 issue #7395 Improvement of layout of model relations
Corrected `cgalModels` to `cgalHasModes` inside `cgalHasNodelsBegin` / `cgalHasModelsEnd`
2023-07-18 13:23:37 +02:00
albert-github 4e5578d469 issue #7395 Improvement of layout of model relations
- based on review
2023-07-15 13:12:15 +02:00
Sébastien Loriot 125542eb62 Merge remote-tracking branch 'cgal/master' 2023-07-11 12:59:21 +02:00
albert-github 301728a8a9 issue #7395 Improvement of layout of model relations
- Completed the cgalModels part
2023-07-09 12:43:36 +02:00
albert-github ee2a55279d issue #7395 Improvement of layout of model relations
- Completed the cgalHasModel part
- corrected spelling of `Has Model` and `Is Model Of` to `Has model` and `Is model of`
2023-07-06 17:35:34 +02:00
Andreas Fabri 74b8ddf1ec Fix ToS_2 2023-06-28 11:42:55 +01:00
Sébastien Loriot 573de7f29e Merge branch 'master' 2023-06-22 13:38:49 +02:00
Laurent Rineau 70ac38bed0 Merge pull request #7523 from nmnobre/doc_segmentation
Fix typos in multiple manuals
2023-06-22 11:59:32 +02:00
Nuno Miguel Nobre 0469f46105 Fix plurals in a number of manuals 2023-06-20 13:29:44 +01:00
Sébastien Loriot 0ee31a5d4f remove extra parenthesis 2023-06-19 19:17:49 +02:00
Sébastien Loriot bbc4d08ee0 Merge remote-tracking branch 'cgal/master' into HEAD 2023-06-15 10:47:07 +02:00
Sébastien Loriot c8a88b9014 remove CGAL_static_assertion* 2023-06-15 10:42:10 +02:00
Laurent Rineau f15b1447a0 Merge pull request #7477 from MaelRL/ToS2-Examples_tiny_fixes-GF
Fix usages of Tos2 face count function
2023-06-05 15:10:11 +02:00
Laurent Rineau 4ad7f3893e Merge pull request #7477 from MaelRL/ToS2-Examples_tiny_fixes-GF
Fix usages of Tos2 face count function
2023-06-05 14:01:22 +02:00
Mael Rouxel-Labbé 9bd19e82d6 Use the correct function for solid faces 2023-05-28 23:21:53 +02:00