Sébastien Loriot
|
eada3ee8ca
|
Merge branch 'master' into 'sloriot/CGAL-using_c++17_stl'
|
2023-08-14 14:19:25 +02:00 |
Laurent Rineau
|
d10e9387c2
|
Merge branch 'master' into CGAL-add_missing_test
# Conflicts:
# STL_Extension/test/STL_Extension/test_skiplist.cpp
|
2023-07-12 15:48:42 +02:00 |
Sébastien Loriot
|
01ecc02e71
|
fix conversion warnings
|
2023-07-06 17:51:07 +02:00 |
Sébastien Loriot
|
d55638cfd1
|
remove unused variable
|
2023-07-06 17:49:14 +02:00 |
Sébastien Loriot
|
b66afab814
|
Merge remote-tracking branch 'sloriot/CGAL-using_c++17_stl' into HEAD
|
2023-07-05 11:29:35 +02:00 |
Andreas Fabri
|
a9d99b3ece
|
int -> std::size_t
|
2023-06-29 09:24:15 +01:00 |
Sébastien Loriot
|
efd8b2d38b
|
add more missing tests
|
2023-06-27 11:18:20 +02:00 |
Sébastien Loriot
|
891fd47365
|
add missing test
|
2023-06-27 10:01:58 +02:00 |
Sébastien Loriot
|
dfc386d65b
|
Merge branch 'master' into HEAD
|
2023-06-22 14:05:45 +02:00 |
Sébastien Loriot
|
0ee31a5d4f
|
remove extra parenthesis
|
2023-06-19 19:17:49 +02:00 |
Sébastien Loriot
|
9a0bdb5d96
|
boost::variant ---> std::variant
|
2023-06-15 10:57:10 +02:00 |
Sébastien Loriot
|
604dcdc435
|
boost::optional => std::optional
|
2023-06-15 10:57:09 +02:00 |
Sébastien Loriot
|
c8a88b9014
|
remove CGAL_static_assertion*
|
2023-06-15 10:42:10 +02:00 |
Sébastien Loriot
|
cf45dd3d5b
|
boost::is_base_of -> std::is_base_of
|
2023-04-23 22:37:07 +02:00 |
Sébastien Loriot
|
e82d970d19
|
boost::next -> std::next
|
2023-04-23 22:37:07 +02:00 |
Sébastien Loriot
|
99619dc634
|
boost::prior -> std::prev
|
2023-04-23 22:37:07 +02:00 |
Mael
|
6538b22e06
|
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF
|
2022-12-05 16:03:41 +01:00 |
Andreas Fabri
|
699454ae84
|
STL Extensions: Correct spelling
|
2022-11-29 13:22:00 +00: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 |
Mael Rouxel-Labbé
|
28ba446895
|
Clean (some) CMakeLists.txt indentation
|
2022-09-06 15:38:18 +02:00 |
Sébastien Loriot
|
37580e9daf
|
missing () in macro + typo fixes
|
2022-06-14 11:24:21 +02:00 |
Sébastien Loriot
|
8ed2990381
|
use CGAL_static_assertion
static_assert(b) is only available in c++17
|
2022-06-10 10:10:12 +02:00 |
Sébastien Loriot
|
b96f6d5ce9
|
move is_iterator to type_traits
|
2022-06-10 09:43:59 +02:00 |
Sébastien Loriot
|
3fa436459d
|
BOOST_MPL_ASSERT -> static_assert
|
2022-06-10 08:46:01 +02:00 |
Sébastien Loriot
|
ac8b6d4731
|
boost::is_same --> std::is_same
|
2022-06-10 08:18:20 +02:00 |
Laurent Rineau
|
2288225448
|
Massive update of CMake policies to version 3.23
|
2022-05-06 09:34:35 +02:00 |
Laurent Rineau
|
f9c05a0ba1
|
Merge pull request #6253 from afabri/P2T2-assert-GF
CGAL: In testcode do not use CGAL_assertion but assert
|
2022-02-02 16:38:22 +01:00 |
Laurent Rineau
|
e199ec36d7
|
Merge pull request #6244 from sloriot/CGAL-remove_flag_in_test
Remove conditional code as the flag has disappeared
|
2022-01-21 14:40:11 +01:00 |
Andreas Fabri
|
72b5d0d080
|
Deal with STL_extension
|
2022-01-18 18:45:42 +00:00 |
Sébastien Loriot
|
bab8e6ec19
|
remove conditional code as the flag has disappeared
|
2022-01-17 14:40:42 +01:00 |
Sébastien Loriot
|
c169c41240
|
Merge remote-tracking branch 'maxGimeno/PMP-Example_of_new_mp_function-maxGimeno' into HEAD
|
2022-01-12 13:33:49 +01:00 |
Sébastien Loriot
|
75b03e6c0a
|
use_default_values() -> default_values()
|
2022-01-10 18:36:37 +01:00 |
Sébastien Loriot
|
382cbfaf25
|
move test + handle no deprecated code
|
2022-01-10 10:26:11 +01:00 |
Sébastien Loriot
|
57f8e3d7c7
|
make the relaxed heap selectionnable using a template parameter
|
2021-11-30 17:49:48 +01:00 |
Sébastien Loriot
|
e674e5f663
|
move implementation in dedicated header
|
2021-11-30 16:03:07 +01:00 |
Sébastien Loriot
|
ab48f63e30
|
update latest cmake version tested
|
2021-11-09 10:58:47 +01:00 |
Sébastien Loriot
|
98e471849b
|
moving files from internal to PKG/internal
|
2021-08-26 11:33:39 +02:00 |
Maxime Gimeno
|
5c365a6bc1
|
Fix warning
|
2021-05-26 15:30:01 +02:00 |
Maxime GIMENO
|
ee310766fd
|
Use right warning disabling
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
|
2021-05-25 14:02:43 +02:00 |
Maxime Gimeno
|
747add59d6
|
Add a test for result_of.
|
2021-05-25 13:47:18 +02:00 |
Sébastien Loriot
|
4e519a3c7a
|
move documented IO functions in IO namespace
|
2021-05-05 13:15:37 +02: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 |
Maxime Gimeno
|
17602e589e
|
Merge remote-tracking branch 'cgal/master' into CGAL-clang_tidy__nullptr_on_Mesh_2-GF
|
2021-04-07 09:17:51 +02:00 |
Andreas Fabri
|
3a9ffc89cf
|
Reorganize #ifdef as the edge_descriptor is not the one from OpenMesh
|
2021-02-26 16:33:13 +00:00 |
Maxime Gimeno
|
d5811d0a41
|
clang-tidy on tests
|
2021-02-18 15:15:12 +01:00 |
Laurent Rineau
|
a735e849c0
|
Merge pull request #5152 from sloriot/CGAL-remove_bind
Replace usages of boost::bind
|
2021-02-05 16:14:04 +01:00 |
Andreas Fabri
|
2ac1b9632b
|
Fix composition testsuite
|
2021-01-29 12:35:52 +00:00 |