cgal/Classification/include/CGAL/Classification
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
..
ETHZ replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00
Feature Fix warnings 2018-12-20 14:22:51 +01:00
OpenCV More links fixed 2019-03-20 08:38:40 +01:00
TensorFlow replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00
internal Move all classifiers based on other libraries to dedicated namespaces 2019-01-07 11:50:02 +01:00
Cluster.h Add missing includes for header check 2018-07-05 09:08:27 +02:00
Color.h fixes in includes logic. 2018-02-02 12:08:05 +01:00
Evaluation.h Make API of Evaluation more flexible 2018-07-05 09:07:32 +02:00
Feature_base.h Simplifying features + better parallelization API 2018-07-05 09:07:31 +02:00
Feature_set.h Fix badly defined constructor when CGAL is not linked with TBB 2018-07-05 09:08:26 +02:00
Image.h Add possibility to do 3D image instead of 2D 2018-12-06 14:59:57 +01:00
Label.h Add option to change name of label 2018-12-11 11:44:11 +01:00
Label_set.h add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
Local_eigen_analysis.h replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00
Mesh_feature_generator.h replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00
Mesh_neighborhood.h replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00
Planimetric_grid.h use a generic file with the argt class name being a macro 2018-08-28 10:35:46 +02:00
Point_set_feature_generator.h replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00
Point_set_neighborhood.h Add a see-also for neighbor query class to their neighborhood structure 2018-07-05 09:08:27 +02:00
Sum_of_weighted_features_classifier.h replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00
classify.h Merge branch 'releases/CGAL-4.13-branch' 2019-03-07 14:31:16 +01:00
compressed_float.h Reduce memory consumption using compressed float and saving fewer things 2018-07-05 09:07:32 +02:00
property_maps.h replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00