Commit Graph

52 Commits

Author SHA1 Message Date
Sébastien Loriot 8bb22d5b2c extra run of the script to remove tabs and trailing whitespaces
right after the merge of the 5.0 release branch

+ manual fix of the files (indentation was changed in the meantime):
   * Spatial_sorting/include/CGAL/Multiscale_sort.h
   * Spatial_sorting/test/Spatial_sorting/test_multiscale.cpp
2020-03-26 14:26:59 +01:00
Sébastien Loriot 8b153fb495 Merge branch 'cgal/releases/CGAL-5.0-branch'
whitespace+tab removal, merged with option -Xignore-space-change
2020-03-26 14:22:32 +01:00
Sébastien Loriot 0779373835 extra run of the script to remove tabs and trailing whitespaces
right after the  merge of 4.14 release branch

+ manual fix on one line in:
    * Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
    * .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Sébastien Loriot 0a46621dc6 Merge branch 'cgal/releases/CGAL-4.14-branch'
whitespace+tab removal, merged with option -Xignore-all-space
2020-03-26 13:28:46 +01:00
Sébastien Loriot 590612a563 run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01: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 36f4dc03c5 Merge pull request #4333 from sgiraudot/Point_set-Better_IO_example-GF
Better IO example in Point_set_3
2019-11-06 17:45:26 +01:00
Maxime Gimeno f4d2b7540a fix warning 2019-11-05 15:57:16 +01:00
Sébastien Loriot 9a0bff4008 remove BOOST_FOREACH added by recent PRs 2019-11-04 10:59:15 +01:00
Simon Giraudot 3f58a277cd Better IO example in Point_set_3 2019-10-31 09:37:57 +01:00
Laurent Rineau dc02598a5c Merge pull request #4016 from gdamiand/CGAL-more_viewers-gdamiand
CGAL: more viewers
2019-07-10 14:22:50 +02:00
Guillaume Damiand 67307dcead Merge master to remove conflicts; plus rephrase draw documentation following Sebastien comments. 2019-06-19 15:48:10 +02:00
Laurent Rineau 4fbf00fb8a CMake>=3.13: opt for for new policies up to 3.15 2019-06-19 14:34:59 +02:00
Dmitry Anisimov 0ebebab1b8 shape detection dependent packages are fixed 2019-04-25 13:27:41 +02:00
Sébastien Loriot 124012d9f9 replace cpp11::array by std::array 2019-03-29 13:28:33 +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
Andreas Fabri e08d85f3e3 Set precision of the ostream when writing a point set or face graph. Add a \note in the manual 2019-03-04 15:50:18 +01:00
Andreas Fabri f3c5d11884 Don't suppress warnings 2019-02-18 08:40:08 +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 bf1c57bd30 Add basic veiwer for point set. 2018-09-05 17:55:14 +02:00
Simon Giraudot 85e98c8707 Fix typo 2018-01-10 16:39:33 +01:00
Simon Giraudot 208487f0a7 Update Point_set_3 user man 2018-01-10 16:39:32 +01:00
Simon Giraudot 210bb83123 Update Point_set_3 examples and tests, remove Point_set_processing overloads 2018-01-10 16:39:31 +01:00
Simon Giraudot 165a111eb1 Update Point_set_3 example 2018-01-10 16:38:36 +01:00
Simon Giraudot b88deb3759 Rename Efficient_RANSAC_traits as Shape_detection_traits (same for concept) 2017-08-01 15:45:06 +02:00
Simon Giraudot 99bd05e72e Remove useless include in example 2017-07-11 11:59:39 +02:00
Simon Giraudot a576d01c65 Fix CMakeLists for Point_set_3 examples 2017-07-11 11:58:54 +02:00
Simon Giraudot 4b3a506d44 Fix detection of required C++11 features 2017-07-11 11:58:53 +02:00
Sébastien Loriot f214bc332b Update project names 2017-01-19 11:10:03 +01:00
Simon Giraudot 7bcb5b02eb Fix warnings 2017-01-05 07:57:05 +01:00
Simon Giraudot 69c6f96727 Fix properties() behavior 2016-10-12 12:16:03 +02:00
Simon Giraudot 62578b554c Update doc with latest review 2016-10-11 08:54:27 +02:00
Simon Giraudot e877b0f688 Move stream operators to IO 2016-09-28 11:15:29 +02:00
Simon Giraudot d097870ecd Update examples 2016-09-28 10:50:22 +02:00
Simon Giraudot 17c3c777fe Example now writes PLY 2016-09-27 15:38:02 +02:00
Simon Giraudot 7a870691d8 Update user man with additional review 2016-09-27 10:59:38 +02:00
Simon Giraudot 5a0e3ef36e Update examples and tests 2016-09-26 15:35:24 +02:00
Simon Giraudot 69da32f097 Update examples 2016-09-26 09:37:30 +02:00
Simon Giraudot 86e0439c96 Update examples 2016-09-23 12:29:24 +02:00
Simon Giraudot d47c39ecf6 Add overloads for point set processing functions 2016-09-22 14:02:38 +02:00
Simon Giraudot d3c2c455c0 Simplify notations of property maps 2016-09-21 15:21:46 +02:00
Simon Giraudot 106319a0e8 Replace template Kernel by template Point (+ Vector) 2016-09-21 12:44:08 +02:00
Simon Giraudot 4e559a681f Update examples and test 2016-09-19 09:40:59 +02:00
Simon Giraudot d013189a83 New examples and data 2016-09-16 14:19:25 +02:00
Simon Giraudot 57db41b284 Fix CMakeLists (adding Eigen) 2016-09-15 17:55:44 +02:00
Simon Giraudot d894716a26 WIP: examples 2016-09-15 17:32:41 +02:00
Simon Giraudot 91a372772d New feature: read whole content of ply point set to Point_set_3 2016-09-13 17:15:09 +02:00
Simon Giraudot f003fcd2c5 Update polyhedron demo plugins 2016-09-13 15:07:33 +02:00
Simon Giraudot 50df9d558d Update example and test 2016-09-13 12:33:40 +02:00