Laurent Rineau
|
4fbf00fb8a
|
CMake>=3.13: opt for for new policies up to 3.15
|
2019-06-19 14:34:59 +02:00 |
Andreas Fabri
|
9f659236a8
|
Fix Poisson
|
2019-04-08 16:16:51 +02: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 |
Laurent Rineau
|
8c744204de
|
Compatibility: no -C option if INIT_FILE is unset or null
|
2018-09-04 11:26:33 +02:00 |
Maxime Gimeno
|
bb14479266
|
Add -C option to all `cmake` calls in the testsuite mechanism
|
2018-08-24 15:11:39 +02:00 |
Sébastien Loriot
|
483f69728e
|
Refresh branch
|
2018-02-12 22:21:38 +01:00 |
Andreas Fabri
|
799260f604
|
Poisson surface reconstruction
|
2018-01-18 10:05:01 +00:00 |
Simon Giraudot
|
6f4291428e
|
Fix PSP API in Poisson reconstruction package
|
2018-01-10 16:39:34 +01:00 |
Maxime Gimeno
|
133ab71f1d
|
fix warning
|
2017-08-09 15:24:57 +02:00 |
Laurent Rineau
|
fe4a731dc2
|
Followup to #1736
Add `--no-warn-unused-cli` to avoid warnings.
|
2016-12-06 13:47:12 +01:00 |
Sébastien Loriot
|
9c3cb5dc35
|
remove unused .bat files and update dont_submit
|
2016-10-06 09:53:40 +02:00 |
Sébastien Loriot
|
7e2ee496de
|
update project name of cmake scripts of tests
|
2016-09-08 00:26:37 +02:00 |
Sébastien Loriot
|
e3a44a9d75
|
remove the flag CGAL_USE_PROPERTY_MAPS_API_V1 and keep only new API
|
2016-07-04 10:17:38 +02:00 |
Andreas Fabri
|
65d7aa89ef
|
fix warnings instead of suppressing them; cleanup of the CMakeLists.txt
|
2016-01-21 12:22:40 +01:00 |
Simon Giraudot
|
13e4a76cd8
|
Merge branch 'Point_set_processing_3-TBB-GF-old' into Point_set_processing_3-TBB-GF
|
2015-09-24 12:45:58 +02:00 |
Simon Giraudot
|
d9d94f082e
|
Update files with new package name (Poisson_surface_reconstruction_3)
|
2015-09-04 18:18:52 +02:00 |
Simon Giraudot
|
43f7f3cdff
|
Change directory/file names (Surface_reconstruction_points_3 -> Poisson_surface_reconstruction_3)
|
2015-09-04 17:44:17 +02:00 |