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
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
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
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
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
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
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
Simon Giraudot
5daa73c9bc
Use CGAL_target_use_* mechanism for OpenGR and pointmatcher
2020-01-16 16:12:34 +01:00
Simon Giraudot
f1d155045e
Fix licenses
2020-01-16 11:00:00 +01:00
Simon Giraudot
5beaa0c164
Merge remote-tracking branch 'necip/gsoc2019-pointmatcher_icp_wrapper-necipfazil' into gsoc2019-pointmatcher_icp_wrapper-necipfazil
2020-01-15 10:28:10 +01:00
Maxime Gimeno
85712ba28c
WIP replacing tbb deprecated includes.
2020-01-14 15:03:20 +01:00
Mael Rouxel-Labbé
3c7eb2c6b9
Use CGAL_PI instead of hardcoding it
2020-01-07 15:31:07 +01:00
Simon Giraudot
fd44fb278e
Add warning about which point set to use as reference
2019-12-11 13:25:16 +01:00
Simon Giraudot
ad6403399c
Fix assertion
2019-12-11 12:53:32 +01:00
Simon Giraudot
e657cd72f7
Add named parameter for max normal deviation
2019-12-11 12:50:44 +01:00
Laurent Rineau
65cde3ce79
Merge branch 'master' into Faster_dd_spatial_searching-cjamin
2019-12-03 19:18:15 +01:00
Mael Rouxel-Labbé
e73b973b62
Use Parallel_if_available_tag to simplify code that used CGAL_LINKED_WITH_TBB
2019-11-20 12:24:54 +01:00
Simon Giraudot
c43c6ac2fa
Merge remote-tracking branch 'clement/Faster_dd_spatial_searching-cjamin' into Faster_dd_spatial_searching-cjamin
2019-10-22 13:21:53 +02:00
Sébastien Loriot
254d60f642
First pass on removing license notice in header for GPL files
2019-10-19 15:23:19 +02:00
Sébastien Loriot
7356421d80
introduce Commercial license SPDX tag
2019-10-19 12:15:19 +02:00
Sébastien Loriot
9bd9c68b83
update LGPL[23]+ and GPL[23]+ SPDX tags
...
ack -l --no-svg "SPDX-License-Identifier: GPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-3.0+/SPDX-License-Identifier: GPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-3.0+/SPDX-License-Identifier: LGPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: GPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-2.0+/SPDX-License-Identifier: GPL-2.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.0+/SPDX-License-Identifier: LGPL-2.0-or-later/"
2019-10-18 21:57:54 +02:00
Laurent Rineau
efcc3fb759
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2019-09-13 12:28:07 +02:00
Sébastien Loriot
b990d02846
use iterator traits
2019-09-12 14:35:02 +02:00