Sebastien Loriot
98fafe4ef1
Merge pull request #4514 from MaelRL/CGAL-Fix_warnings-GF
...
Fix (some) testuite warnings
2020-04-16 18:15:11 +02:00
Simon Giraudot
5828c759f9
Remove unused typedef
2020-04-07 09:12:17 +02:00
Simon Giraudot
cecc0debe3
Fix missing include
2020-04-07 09:11:25 +02:00
Simon Giraudot
a6d800ae5e
Fix jet smoothing
2020-04-06 13:40:47 +02:00
Sebastien Loriot
3bca04d1f9
Merge pull request #4552 from sgiraudot/PSP-No_copy_for_kdtree-GF
...
[Point Set Processing] Big factorization + cleanup
2020-04-02 14:12:59 +02:00
Simon Giraudot
a3a16a93db
Correct figures that were swapped
2020-03-31 14:48:44 +02:00
Sébastien Loriot
2e180ac589
extra run of the script to remove tabs and trailing whitespaces
2020-03-26 19:29:44 +01:00
Sébastien Loriot
a0345b135c
Update branch from master after trailing whitespaces and tabs removal
2020-03-26 19:29:05 +01:00
Sébastien Loriot
38789af55d
Update branch from master after trailing whitespaces and tabs removal
2020-03-26 19:25:47 +01:00
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
70f3ac32ef
Fix files not compiled by doxygen
2020-03-23 13:23:25 +01:00
Simon Giraudot
320876ab23
Replace exception by return value to stop for_each loops
2020-03-23 08:29:08 +01:00
Sébastien Loriot
2a13c8cbec
Update from master
2020-03-20 09:05:58 +01:00
Sébastien Loriot
eb5d1d9a95
Update from master
2020-03-20 08:58:52 +01:00
Simon Giraudot
de64512f5c
Fix mistake introduced in header
2020-03-18 16:33:40 +01:00
Simon Giraudot
8d9dac02ea
Fix many warnings
2020-03-18 16:20:54 +01:00
Simon Giraudot
49674688dc
Fix unused typedefs
2020-03-18 14:03:31 +01:00
Simon Giraudot
61b51605b2
Fix sequential callback wrapper
2020-03-18 09:06:09 +01:00
Simon Giraudot
a27ab3aa66
Fix unused variable
2020-03-18 09:05:57 +01:00
Simon Giraudot
34185bbae1
Fix warnings
2020-03-18 08:30:57 +01:00
Mael Rouxel-Labbé
618a72b739
Merge remote-tracking branch 'cgal/master' into PMP-soup_to_mesh_add_vpm
2020-03-17 20:00:31 +01:00
Simon Giraudot
6b2242356d
Fix uninitialized variable
2020-03-17 12:03:58 +01:00
Simon Giraudot
0fe2ee40e8
Fix outdated precondition
2020-03-12 10:27:59 +01:00
Simon Giraudot
feaa8ce598
Merge remote-tracking branch 'necip/gsoc2019-pointmatcher_icp_wrapper-necipfazil' into gsoc2019-pointmatcher_icp_wrapper-necipfazil
2020-03-05 15:58:17 +01:00
Simon Giraudot
1067694059
Fix some errors
2020-03-05 11:44:45 +01:00
Simon Giraudot
74151aea0f
Fix constness error
2020-03-05 10:01:01 +01:00
Simon Giraudot
90f7d81291
Fix callback wrapper if no callback provided
2020-03-02 16:11:55 +01:00
Simon Giraudot
fb3ed79148
Add missing file
2020-03-02 13:26:23 +01:00
Simon Giraudot
50ae0aeba4
Replace Parallel_callback by Callback_wrapper + cleaning/improvements of factorized KD Tree
2020-03-02 12:24:40 +01:00
Mael Rouxel-Labbé
26463ded7a
Update NPs using default constructed default values to new API
...
+ misc cleaning
2020-02-28 11:55:17 +01:00
Simon Giraudot
fe4b69aec8
Factorize KD-tree calls in PSP + replace TBB functors by lambdas + some cleaning
2020-02-27 15:08:44 +01:00
Mael Rouxel-Labbé
98f3878c4d
Move some PSP_3::GetPointMap to CGAL:: namespace
2020-02-20 11:12:15 +01:00
Mael Rouxel-Labbé
3a968a3433
Move GetPointMap to CGAL:: namespace (from CGAL::PSP_3)
...
Since it'll also be used in PMP
2020-02-19 17:47:43 +01:00
Simon Giraudot
059ed45064
Avoid polluting testing if OpenGR/pointmatcher missing
2020-02-13 09:43:19 +01:00
Mael Rouxel-Labbé
8d8dbb1c0b
Fix warnings about checking that an unsigned int is positive
2020-02-10 18:17:40 +01:00
Simon Giraudot
66ebb5a7d6
Fix missing Eigen dep in targets
2020-02-10 11:57:57 +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
0fd7bbc4ff
Merge pull request #4364 from afabri/CGAL-Parallel_if_available_tag
...
CGAL:: Add Parallel_if_available_tag
2020-02-07 16:25:03 +01:00
Laurent Rineau
ce9edc9834
Merge pull request #4450 from MaelRL/CGAL-Use_CGAL_PI-GF
...
Use `CGAL_PI` where relevant
2020-02-07 16:24:44 +01:00
Mael
8f29c7cb63
Merge branch 'master' into CGAL-Parallel_if_available_tag
2020-01-29 16:42:54 +01:00
Laurent Rineau
5fc7b97e32
Merge pull request #4468 from maxGimeno/TBB-Fix_deprecation_warnings-5_0-maxGimeno
...
TBB deprecated code replacement
2020-01-29 16:34:56 +01:00
Laurent Rineau
7ce522d99d
Merge pull request #4492 from sgiraudot/PSP-Cleanup_Point_with_normal_3_includes-GF
...
Remove undocumented CGAL::Point_with_normal_3 from examples
# Conflicts:
# Advancing_front_surface_reconstruction/examples/Advancing_front_surface_reconstruction/reconstruction_structured.cpp
# Point_set_shape_detection_3/examples/Point_set_shape_detection_3/efficient_RANSAC_custom_shape.cpp
# Point_set_shape_detection_3/examples/Point_set_shape_detection_3/efficient_RANSAC_parameters.cpp
# Point_set_shape_detection_3/examples/Point_set_shape_detection_3/plane_regularization.cpp
# Point_set_shape_detection_3/examples/Point_set_shape_detection_3/shape_detection_with_callback.cpp
# Shape_detection/examples/Shape_detection/efficient_RANSAC_with_point_access.cpp
# Shape_detection/examples/Shape_detection/shape_detection_basic_deprecated.cpp
2020-01-29 16:33:57 +01:00
Laurent Rineau
315a0b54d1
Merge pull request #4468 from maxGimeno/TBB-Fix_deprecation_warnings-5_0-maxGimeno
...
TBB deprecated code replacement
2020-01-29 16:27:53 +01:00
Laurent Rineau
94051f3f63
Merge pull request #4492 from sgiraudot/PSP-Cleanup_Point_with_normal_3_includes-GF
...
Remove undocumented CGAL::Point_with_normal_3 from examples
# Conflicts:
# Advancing_front_surface_reconstruction/examples/Advancing_front_surface_reconstruction/reconstruction_structured.cpp
# Point_set_shape_detection_3/examples/Point_set_shape_detection_3/efficient_RANSAC_custom_shape.cpp
# Point_set_shape_detection_3/examples/Point_set_shape_detection_3/efficient_RANSAC_parameters.cpp
# Point_set_shape_detection_3/examples/Point_set_shape_detection_3/plane_regularization.cpp
# Point_set_shape_detection_3/examples/Point_set_shape_detection_3/shape_detection_with_callback.cpp
# Shape_detection/examples/Shape_detection/efficient_RANSAC_with_point_access.cpp
# Shape_detection/examples/Shape_detection/shape_detection_basic_deprecated.cpp
2020-01-29 16:21:31 +01:00
Simon Giraudot
3544d43898
Remove undocumented CGAL::Point_with_normal_3 from examples
2020-01-28 10:09:49 +01:00
Simon Giraudot
2bbe1f4a21
Fix cmake warning using QUIET
2020-01-22 11:02:33 +01:00