Sébastien Loriot
|
107f3696dc
|
boost::tie -> std::tie
|
2025-01-24 14:20:00 +01:00 |
Mael Rouxel-Labbé
|
81972df60e
|
Add a convenience IO header
|
2023-12-12 09:39:35 +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 |
Sébastien Loriot
|
71932f2f1e
|
manual fixes
|
2021-09-23 18:56:29 +02:00 |
Sébastien Loriot
|
fb6f703b55
|
IO namespace for files in IO directories
|
2021-05-04 14:36:06 +02:00 |
Maxime Gimeno
|
20898e4b31
|
fix functions calls
|
2020-05-14 13:46:57 +02:00 |
Mael Rouxel-Labbé
|
41271b67f6
|
Improvements to CGAL i/o across the board
|
2020-01-29 10:00:07 +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 |
Sébastien Loriot
|
6e8e4a4b10
|
remove variadic template workaround for cmap, gmap, and lcell
|
2019-03-29 10:41:50 +01:00 |
Andreas Fabri
|
d0ba5e40a9
|
AABB_tree, BGL
|
2019-02-14 09:44:18 +01:00 |
Guillaume Damiand
|
a1474a74d2
|
Add a default argument for BGL tests and examples, used when no command line argument in given.
|
2018-10-18 11:04:14 +02:00 |
Guillaume Damiand
|
f5a94891bb
|
Update examples and demo that use BGL for LCC.
|
2017-06-14 11:42:15 -04:00 |
Guillaume Damiand
|
a22a5fbd21
|
Update BGL LCC examples and tests following the modification of the API (helper class)
|
2017-05-10 13:27:37 -04:00 |
Guillaume Damiand
|
b1e2d4bb81
|
Add examples for BGL LCC
|
2017-04-19 15:17:50 -04:00 |