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
3a223ebd1e
cmake_minimum_required(VERSION 3.12...3.29)
2024-06-06 20:19:44 +02:00
albert-github
8afc4347b4
issue #7702 Appearance of " Hilbert Sorting" in documentation.
...
Remove gray background and get some indentation
2023-09-07 17:43:05 +02:00
albert-github
4e5578d469
issue #7395 Improvement of layout of model relations
...
- based on review
2023-07-15 13:12:15 +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
Sébastien Loriot
dfc386d65b
Merge branch 'master' into HEAD
2023-06-22 14:05:45 +02:00
Sébastien Loriot
c8a88b9014
remove CGAL_static_assertion*
2023-06-15 10:42:10 +02:00
Sébastien Loriot
b039040f73
boost::is_convertible -> std::is_convertible
2023-04-23 22:37:07 +02:00
Mael Rouxel-Labbé
6f187f332c
Misc minor fixes/improvements
2022-09-14 14:08:23 +02:00
Mael Rouxel-Labbé
4fc486b195
Purge CMakeLists.txts from obsolete code / noise
2022-09-06 16:19:11 +02:00
Laurent Rineau
2288225448
Massive update of CMake policies to version 3.23
2022-05-06 09:34:35 +02:00
Laurent Rineau
9144020cab
Merge pull request #6485 from sloriot/SS-use_member_kernel
...
do not use default constructed kernel
2022-04-12 16:35:01 +02:00
Sébastien Loriot
f34d1e3545
do not use default constructed kernel
2022-04-08 14:55:51 +02:00
Laurent Rineau
036af274fb
Merge pull request #6465 from sloriot/Spatial_sorting-fix_adapters
...
Fix traits adapters
2022-04-06 09:10:46 +02:00
Sébastien Loriot
f60dfa81e2
remove default to prevent not passing constructed traits
2022-04-04 10:00:16 +02:00
Sébastien Loriot
1dfd16ea01
use traits member
2022-04-04 09:59:42 +02:00
Sébastien Loriot
9651c066b1
simpler loop
2022-04-04 09:58:55 +02:00
Sébastien Loriot
8a252f15f4
fix traits adapters and update example so that it's tested
2022-03-31 07:09:15 +02:00
Sébastien Loriot
ab48f63e30
update latest cmake version tested
2021-11-09 10:58:47 +01:00
Sébastien Loriot
f5d2fb28a2
remove artificial dependency to Polygon
2021-09-01 16:41:36 +02:00
Sébastien Loriot
98e471849b
moving files from internal to PKG/internal
2021-08-26 11:33:39 +02:00
Mael
8226666398
Merge branch 'master' into Triangulation_on_sphere_2-GF
2021-04-17 11:22:30 +02:00
Maxime Gimeno
c49152359c
update max version of cmake and announce the new minimal in CHANGE.md
2021-04-15 15:08:54 +02:00
Mael Rouxel-Labbé
7870a0299c
Add missing functors to adapter traits for spatial sorting on the sphere
2021-03-20 02:53:09 +01:00
Mael Rouxel-Labbé
20c4f3ade0
Simplify and generalize spatial_sort_on_sphere() overloads
2021-03-19 17:28:55 +01:00
Mael Rouxel-Labbé
5efa544734
Merge remote-tracking branch 'cgal/master' into SDG-Fix_doc-GF
2021-02-22 17:19:40 +01:00
Dmitry Anisimov
6b5e04a3c7
changed to empty macro for other platforms
2021-02-12 15:52:47 +01:00
Dmitry Anisimov
0b23a66117
missing default visibility
2021-02-12 15:23:52 +01:00
Dmitry Anisimov
cd37d33a30
hilbert sort, added a visibility macro with the hidden option
2021-02-12 15:07:01 +01:00
Mael Rouxel-Labbé
6b87fe393d
Fix various grammar issues
2020-12-05 11:11:33 +01:00
Maxime Gimeno
9c15f2c9dc
Use FeatureSummary in the demo, and remove CGAL_FOUND
2020-08-04 12:46:17 +02:00
Laurent Rineau
9b8ecd720b
Merge pull request #4636 from sgiraudot/CMake-Third_party_imported_targets-GF
...
CMake: Use Imported Targets for 3rd Party Libs
2020-06-05 17:54:14 +02:00
Simon Giraudot
421096fd7f
Use imported targets everywhere
2020-04-15 14:06:13 +02:00
Sébastien Loriot
86e25f7e71
Update branch from master after trailing whitespaces and tabs removal
2020-03-26 19:23:54 +01:00
Sébastien Loriot
8bb22d5b2c
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of the 5.0 release branch
+ manual fix of the files (indentation was changed in the meantime):
* Spatial_sorting/include/CGAL/Multiscale_sort.h
* Spatial_sorting/test/Spatial_sorting/test_multiscale.cpp
2020-03-26 14:26:59 +01:00
Sébastien Loriot
8b153fb495
Merge branch 'cgal/releases/CGAL-5.0-branch'
...
whitespace+tab removal, merged with option -Xignore-space-change
2020-03-26 14:22:32 +01:00
Sébastien Loriot
0779373835
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of 4.14 release branch
+ manual fix on one line in:
* Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
* .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Sébastien Loriot
0a46621dc6
Merge branch 'cgal/releases/CGAL-4.14-branch'
...
whitespace+tab removal, merged with option -Xignore-all-space
2020-03-26 13:28:46 +01:00
Sébastien Loriot
590612a563
run the script to remove tabs and trailing whitespaces
2020-03-26 13:25:16 +01:00
Laurent Rineau
7508a6f93c
Merge remote-tracking branch 'cgal/master' into CGAL-move_semantic_for_triangulations-GF
2020-02-12 17:05:49 +01:00
Mael Rouxel-Labbé
4eeb7f1a80
Copy comparer by const&
2020-02-06 11:57:04 +01:00
Laurent Rineau
14b8930f79
Fix a clang-tidy warning by using nullptr instead of 0
2020-01-31 15:48:45 +01:00
Mael Rouxel-Labbé
5d1d8897b8
Fix parentheses issues
2020-01-21 22:20:29 +01:00
Mael
fe0cf2574c
Use std::distance rather than arithmetic to get range size
...
Co-Authored-By: Sebastien Loriot <sloriot.ml@gmail.com>
2020-01-14 14:57:02 +01:00
Mael Rouxel-Labbé
fc1e9e4a46
Fix typo
2020-01-02 14:53:53 +01:00
Mael Rouxel-Labbé
25236ef594
Fix typos
2020-01-02 13:48:31 +01:00
Mael Rouxel-Labbé
accf3a3ea2
Rename and clean parallel_spatial_sort_2 (since it uses 3D points)
2020-01-02 13:45:44 +01:00
Mael Rouxel-Labbé
4b97135cbf
Use CGAL::Real_timer in hilbert_sort tests
2020-01-02 13:35:08 +01:00