Mael Rouxel-Labbé
|
984a541006
|
Fix usages of 'th `th
|
2024-01-23 21:50:04 +01:00 |
Sebastien Loriot
|
caecbe29c7
|
Replace boost::mpl (#7813)
- `boost::mpl::if_` --> `std::conditional`
- `boost::enable_if` -> `std::enable_if`
- `boost::mpl::and_` -> `&&`
- `boost::mpl::or_` -> `||`
- `boost::constant::bool_` -> `std::bool_constant`
- ...
|
2023-12-26 17:33:36 +01:00 |
Sébastien Loriot
|
d75e4f2f54
|
Merge remote-tracking branch 'cgal/master' into PMP-BF_autorefine
|
2023-12-08 13:26:06 +01:00 |
Sébastien Loriot
|
8e36b7b37e
|
the map is either const or take by copy
|
2023-10-05 09:32:22 +02:00 |
Sébastien Loriot
|
8700394122
|
boost::mpl::if_ -> std::conditional
|
2023-09-24 22:57:20 +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 |
Sébastien Loriot
|
8e29e704be
|
factorize constructor
|
2023-04-23 22:37:07 +02:00 |
Sébastien Loriot
|
640910288b
|
Merge remote-tracking branch 'cgal/master' into Region_growing-revision-soesau
|
2023-02-16 14:18:17 +01:00 |
Sébastien Loriot
|
9242a810c4
|
Merge remote-tracking branch 'cgal/master' into Region_growing-revision-soesau
|
2023-02-07 11:31:55 +01:00 |
Sébastien Loriot
|
dbccebf7df
|
clean up doc and API of new property maps
|
2023-02-06 18:32:41 +01:00 |
Mael
|
153c603209
|
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF
|
2023-01-27 22:09:02 +01:00 |
Sébastien Loriot
|
1307e11ea9
|
remove code that was not documented
|
2023-01-26 11:49:58 +01:00 |
Sébastien Loriot
|
ee246c87c5
|
fix function name and add missing constructor
|
2023-01-25 17:08:27 +01:00 |
Sébastien Loriot
|
cc5b000728
|
use a new property map with more verbose name
|
2023-01-19 11:30:52 +01:00 |
Sébastien Loriot
|
15b55bd32f
|
avoid copying the iterator in case it is returned by reference
427e147c7f
|
2023-01-18 13:46:35 +01:00 |
Sébastien Loriot
|
cd76994056
|
rename property map and deprecated old name
|
2023-01-18 13:45:37 +01:00 |
Sébastien Loriot
|
427e147c7f
|
do not copy the iterator to avoid returning a temporary if Prevent_deref is used as Iter
|
2022-12-23 11:38:53 +01:00 |
albert-github
|
eed54a0ae5
|
spelling corrections
Some spelling corrections (Directories starting with `O`-`S` , first part),
some backward work
some forward work
|
2022-11-15 18:45:39 +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é
|
4fc486b195
|
Purge CMakeLists.txts from obsolete code / noise
|
2022-09-06 16:19:11 +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 |
Sven Oesau
|
80eb8601e6
|
Merge branch 'CGAL:master' into Region_growing-revision-soesau
|
2022-09-02 16:42:41 +02:00 |
Sébastien Loriot
|
2f6beec951
|
use T everywhere and fix forwarding
|
2022-08-09 22:22:02 +02:00 |
Sébastien Loriot
|
14a6da0840
|
fix return type
|
2022-08-05 15:28:37 +02:00 |
Sébastien Loriot
|
c5baff9473
|
add missing template parameter
|
2022-08-05 14:39:21 +02:00 |
Sébastien Loriot
|
8f07ed3207
|
correctly forward temporaries
|
2022-08-05 13:15:09 +02:00 |
Sébastien Loriot
|
1987ffcade
|
use reference type of the iterator
|
2022-08-05 11:21:40 +02:00 |
Sébastien Loriot
|
861588abe1
|
Merge 'sloriot/CGAL-std_type_traits' into master
|
2022-08-03 20:19:51 +02:00 |
Sébastien Loriot
|
17b9e439ec
|
WIP improvement on Point_set
--> line_fit
|
2022-07-21 15:51:42 +02:00 |
Sébastien Loriot
|
85bf2ef2b4
|
remove more conditional_ref from segment_set class
|
2022-07-19 15:28:05 +02:00 |
Laurent Rineau
|
371ce51842
|
Merge pull request #6667 from sloriot/CGAL-please_intel_2019
Please intel 2019 compiler
|
2022-06-29 09:50:48 +02:00 |
Sébastien Loriot
|
62936f8ee7
|
please intel 2019 compiler
|
2022-06-13 17:01:35 +02:00 |
Sébastien Loriot
|
5872413f37
|
remove boost is_same headers
|
2022-06-10 08:48:53 +02:00 |
Sébastien Loriot
|
3fa436459d
|
BOOST_MPL_ASSERT -> static_assert
|
2022-06-10 08:46:01 +02:00 |
Sébastien Loriot
|
4f5f8341cc
|
use std::enable_if_t
|
2022-06-10 07:37:53 +02:00 |
Laurent Rineau
|
2288225448
|
Massive update of CMake policies to version 3.23
|
2022-05-06 09:34:35 +02:00 |
Sébastien Loriot
|
4ffc949199
|
replace boost::unordered by std::unordered
but in T3, Mesh_3, TDS_3, P3[TM]3
|
2022-02-03 19:11:12 +01:00 |
Andreas Fabri
|
2c2122f4f8
|
Deal with Property_map
|
2022-01-18 18:47:42 +00:00 |
Laurent Rineau
|
da0ba6a4ea
|
Merge pull request #6169 from sloriot/PM-public_typdefs
Fix Or_pmap
|
2021-12-20 18:06:31 +01:00 |
Sébastien Loriot
|
1d36ae1a57
|
expose typedefs
|
2021-12-13 09:40:40 +01:00 |
Laurent Rineau
|
c199795670
|
Merge pull request #6104 from sloriot/Property_map-fix_id_map_mutable
restore mutable property of the pmap
|
2021-11-18 12:27:23 +01:00 |
Sébastien Loriot
|
833e51129f
|
really use the type of the returned expression
|
2021-11-10 11:31:42 +01:00 |
Sébastien Loriot
|
4eb1464aed
|
fix Identity_map mutability and fix CGAL code using it
|
2021-11-09 11:37:24 +01:00 |
Sébastien Loriot
|
ab48f63e30
|
update latest cmake version tested
|
2021-11-09 10:58:47 +01:00 |
Mael Rouxel-Labbé
|
d6a950078a
|
Further enhancements to the pmap binder's constructors
|
2021-10-20 15:07:34 +02:00 |
Mael Rouxel-Labbé
|
79fc493392
|
Add a default constructor to Property_map_binder
Needed for example if you need to default construct AABB traits
with external pmaps that are Property_map_binders
|
2021-10-19 16:08:30 +02:00 |
Mael Rouxel-Labbé
|
131242bb80
|
Merge branch 'PM-Fix_pmaps_reference_types-GF' into PM-Fix_pmaps_reference_types_5.3-GF
|
2021-10-12 09:29:23 +02:00 |
Mael Rouxel-Labbé
|
8166579e55
|
Merge branch 'PM-Fix_pmaps_reference_types-GF' into PM-Fix_pmaps_reference_types_master-GF
|
2021-10-11 19:58:07 +02:00 |
Mael Rouxel-Labbé
|
07948c7066
|
Constify the 'operator[]' of non-mutable lvalue pmaps with 'put()'s
|
2021-10-11 12:02:22 +02:00 |