Laurent Rineau
|
3a223ebd1e
|
cmake_minimum_required(VERSION 3.12...3.29)
|
2024-06-06 20:19:44 +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 |
Andreas Fabri
|
e18026d9e7
|
linking in the doc
|
2023-09-21 14:08:16 +01:00 |
Andreas Fabri
|
91f0aeee19
|
Move section
|
2023-09-21 14:03:36 +01:00 |
Andreas Fabri
|
c140a5df31
|
Add \cgalCRPSection{Enumerations}
|
2023-09-18 11:15:07 +01:00 |
Andreas Fabri
|
7500e801c7
|
Fix typo
|
2023-09-18 09:17:15 +01:00 |
Andreas Fabri
|
11c8b17f88
|
Box_intersection_d: Fix doc link
|
2023-09-17 14:25:23 +01: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 |
albert-github
|
a0320dd7b4
|
Merge branch 'master' into feature/issue_7395
# Conflicts:
# Polyhedron/doc/Polyhedron/Concepts/PolyhedronItems_3.h
|
2023-07-13 10:33:18 +02:00 |
Laurent Rineau
|
4a2c7a668d
|
Merge pull request #7571 from albert-github/feature/issue_7454
issue #7454 Consistency of BigO notations
|
2023-07-12 15:29:56 +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 |
albert-github
|
b3af96caa1
|
issue #7454 Consistency of BigO notations
Create `cgalBigO` marco and used it.
(`The macro `cgalBigOLarge` is for special situations where we need bigger round brackets)
|
2023-07-04 16:23:14 +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
|
852b3b664b
|
expand -CGAL_CPP17_INLINE macro
|
2023-06-15 10:40:54 +02:00 |
Sébastien Loriot
|
b039040f73
|
boost::is_convertible -> std::is_convertible
|
2023-04-23 22:37:07 +02:00 |
albert-github
|
2d60f46985
|
issue #7231 Improvement of layout of refines relations.
- Adjusted cgalRefines according to reviews
- Implemented it in all files
|
2023-03-14 17:37:50 +01:00 |
Mael
|
153c603209
|
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF
|
2023-01-27 22:09:02 +01:00 |
albert-github
|
62a31babbd
|
spelling corrections
Some spelling corrections (Directories starting with `B`)
|
2022-11-14 17:44:33 +01:00 |
Mael Rouxel-Labbé
|
6f187f332c
|
Misc minor fixes/improvements
|
2022-09-14 14:08:23 +02:00 |
Mael Rouxel-Labbé
|
9b265fddf8
|
Uniformize REQUIRED / QUIET usage:
Following this:
- CGAL: always REQUIRED
- CGAL component: COMPONENT / OPTIONAL_COMPONENT (never QUIET)
- required 3rd party: (not QUIET) + message(NOTICE "") on NOT_FOUND
- optional 3rd party: QUIET + message(STATUS "") except for Polyhedron/demo
- 3rd party components: COMPONENT / OPTIONAL_COMPONENT
(QUIET depending on required or optional 3rd party)
|
2022-09-06 16:24:27 +02:00 |
Mael Rouxel-Labbé
|
7cb21c24b0
|
Uniformize message() for missing 3rd party libraries
STATUS for non-essential, NOTICE for important stuff
|
2022-09-06 16:07:31 +02:00 |
Sébastien Loriot
|
9dd8235dc5
|
more workarounds for MSVC 2015
[skip ci]
|
2022-08-10 23:50:39 +02:00 |
Sebastien Loriot
|
709f123256
|
Merge pull request #6461 from afabri/Box_intersection-progress-GF
Fast Box Intersection: Add progress tracking
|
2022-05-13 17:22:43 +02:00 |
Sébastien Loriot
|
79f9d82389
|
use _v prefixed version
|
2022-05-06 15:28:50 +02:00 |
Laurent Rineau
|
2288225448
|
Massive update of CMake policies to version 3.23
|
2022-05-06 09:34:35 +02:00 |
Andreas Fabri
|
e24150d9bd
|
Adress warning in progress.cpp
|
2022-04-20 09:17:25 +01:00 |
Laurent Rineau
|
6260d5a4e4
|
Use expression SFINAE for Has_member_report
|
2022-04-19 14:46:40 +02:00 |
Andreas Fabri
|
3afc54895a
|
Box_intersection_d-progress_tracking-GF
|
2022-03-29 14:18:07 +01:00 |
Laurent Rineau
|
5a1c67135d
|
Merge pull request #5630 from GilesBathgate/Box_intersection_d-simplify_segment_tree_iterative_radon-GilesBathgate
Dependency inversion in Iterative_radon of segment_tree.h
|
2022-01-12 12:24:36 +01:00 |
Sébastien Loriot
|
ab48f63e30
|
update latest cmake version tested
|
2021-11-09 10:58:47 +01:00 |
Sébastien Loriot
|
47028cd184
|
automatically move data files in data dir + update paths
Done for OFF/OBJ/STL/XYZ/PWN/PLY
|
2021-10-04 09:42:49 +02:00 |
Laurent Rineau
|
59a0da4f13
|
Merge pull request #5692 from maxGimeno/CGAL_cpp11_atomic_and_threads-maxGimeno
CGAL:: Use std atomic and threads
# Conflicts:
# Arrangement_on_surface_2/include/CGAL/Arr_counting_traits_2.h
|
2021-05-19 17:23:53 +02:00 |
Maxime Gimeno
|
3e03d50b8a
|
replace usages of CGAL::cpp11::atomic and thread by std:: calls
|
2021-05-07 11:10:30 +02:00 |
Maxime Gimeno
|
e9b7595fff
|
Deprecate CGAL headers for threads, atomic and result_of, and move their content to config.h as fallback
|
2021-05-07 11:09:24 +02:00 |
Giles Bathgate
|
708e3d63b4
|
Dependency inversion in segment_tree.h
|
2021-04-18 14:19:45 +01:00 |
Sebastien Loriot
|
b7323389c7
|
Merge pull request #5622 from maxGimeno/CMake-Update_versions_in_scripts-maxGimeno
Update maximum cmake versions
|
2021-04-17 10:58:14 +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 |
Sébastien Loriot
|
350b9172c5
|
replace %CGAL by \cgal (but in titles)
|
2021-04-11 14:52:01 +02:00 |
Laurent Rineau
|
c99be40e7a
|
Merge pull request #5469 from afabri/Box_intersection_d-array-GF
Box_intersection_d: Replace built-in array with std::array
|
2021-03-03 17:29:35 +01:00 |
Andreas Fabri
|
6b36ea0763
|
Replace built-in array with std::array
|
2021-02-18 09:46:41 +01:00 |
Maxime Gimeno
|
3b70343590
|
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
|
2020-11-16 16:19:43 +01:00 |
Maxime Gimeno
|
9c15f2c9dc
|
Use FeatureSummary in the demo, and remove CGAL_FOUND
|
2020-08-04 12:46:17 +02:00 |
Mael Rouxel-Labbé
|
5bd28b4aea
|
Remove extra backticks on some \tparam
|
2020-07-29 10:24:47 +02:00 |
Simon Giraudot
|
89285f1feb
|
Merge remote-tracking branch 'mine/CMake-Third_party_imported_targets-GF' into CMake-Third_party_imported_targets-GF
|
2020-05-28 08:53:17 +02:00 |
Maxime Gimeno
|
c74bca8d65
|
More errors and warnigns
|
2020-04-23 09:27:26 +02:00 |
Simon Giraudot
|
421096fd7f
|
Use imported targets everywhere
|
2020-04-15 14:06:13 +02:00 |