Sébastien Loriot
|
eecb00534e
|
fix macro name to be consistent with find_package
|
2021-01-15 10:43:34 +01:00 |
Simon Giraudot
|
421096fd7f
|
Use imported targets everywhere
|
2020-04-15 14:06:13 +02:00 |
Simon Giraudot
|
6c8fd43ebb
|
Use CGAL_target_use_* mechanism for Eigen, LASLIB, OpenCV, TensorFlow, GLPK, SCIP, Boost IOStreams and Serialization
|
2020-02-10 11:57:56 +01:00 |
Laurent Rineau
|
4fbf00fb8a
|
CMake>=3.13: opt for for new policies up to 3.15
|
2019-06-19 14:34:59 +02:00 |
Sébastien Loriot
|
0ce7fc09b5
|
turns iterator pairs into iterable ranges
|
2019-03-29 13:28:22 +01:00 |
Sébastien Loriot
|
d60f5645aa
|
replace BOOST_FOREACH by c++ ranged-based for loop
some of the command used for the replacement:
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\(([a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((const [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((const typename [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((typename [<>a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack "boost/foreach.hpp" -l --cpp | xargs sed -i '/boost\/foreach.hpp>/d'
|
2019-03-29 13:22:15 +01:00 |
Guillaume Damiand
|
92ba7fa6c9
|
Update minimum cmake required version in all CMakeLists.txt
|
2018-10-18 14:49:23 +02:00 |
Guillaume Damiand
|
0bd9088b5a
|
Remove all include( ) and include( CGAL_CreateSingleSourceCGALProgram ) in CMakeLists.txt; they are no more required.
|
2018-10-17 14:17:08 +02:00 |
Guillaume Damiand
|
7f09308d33
|
Remove all include_directories(BEFORE ../../include) in CMakeLists.txt
|
2018-10-17 13:07:22 +02:00 |
Guillaume Damiand
|
c8250c4570
|
Merge branch 'master' into BGL-LCC-gdamiand
|
2017-06-15 10:03:53 -04:00 |
Guillaume Damiand
|
f5a94891bb
|
Update examples and demo that use BGL for LCC.
|
2017-06-14 11:42:15 -04:00 |
Laurent Rineau
|
b037471750
|
Merge pull request #2075 from afabri/CGAL-dont_include_graph_traits_header-GF
Do not include graph_traits_{Polyhedron | Surface_mesh}.h
|
2017-05-19 10:28:38 +02:00 |
Guillaume Damiand
|
885ef4775a
|
Update examples and tests following renaming of BGL LCC helpers.
|
2017-05-10 16:20:11 -04:00 |
Andreas Fabri
|
931ea6a0d0
|
Add is_triangle_mesh test in SMS package
|
2017-04-25 11:22:12 +02:00 |
Andreas Fabri
|
c81b707bfb
|
Do not include graph_traits_{Polyhedron | Surface_mesh}.h
|
2017-04-24 19:17:43 +02:00 |
Jane Tournois
|
d4c857b063
|
improve examples by adding a precondition with CGAL::is_triangle_mesh
|
2017-04-18 12:13:27 +02:00 |
Guillaume Damiand
|
755272148a
|
Cleanup BGL for LCC; add shortcut for item with id to simplify definition.
|
2017-03-31 17:11:36 -04:00 |
Guillaume Damiand
|
73adec542f
|
Ok for Surface_mesh_skeletonization for BGL LCC
|
2017-03-31 10:34:49 -04:00 |
Sébastien Loriot
|
6b338eeb1f
|
improve the name of projects in cmake scripts of examples
|
2016-09-08 00:02:55 +02:00 |
Sébastien Loriot
|
881e4d3199
|
request Core only in examples, tests and demos when really needed
|
2016-03-07 22:36:57 +01:00 |
Sébastien Loriot
|
379b0dfee9
|
update skeleton example to use split_graph_into_polylines
|
2016-01-19 09:30:15 +01:00 |
Sébastien Loriot
|
ec9b3545e3
|
output polylines using CGAL format
|
2015-08-24 15:42:48 +02:00 |
Laurent Rineau
|
f9917c487e
|
CMake 2.8.11
|
2015-07-13 12:36:43 +02:00 |
Sébastien Loriot
|
b17eb11138
|
avoid output on cout
|
2015-07-08 10:25:42 +02:00 |
Sébastien Loriot
|
1f0c1b8667
|
fix eigen dependency
|
2015-07-06 09:00:30 +02:00 |
Sébastien Loriot
|
30c11bd32d
|
rename package Mean_curvature_skeleton -> Surface_mesh_skeletonization
|
2015-07-03 16:05:56 +02:00 |