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 |
Sébastien Loriot
|
551313ac5c
|
Merge branch 'cgal/releases/CGAL-4.14-branch'
|
2019-08-27 06:37:23 +02:00 |
Sébastien Loriot
|
f0fb56233a
|
Merge 'cgal/releases/CGAL-4.13-branch'
|
2019-08-27 06:36:39 +02:00 |
Simon Giraudot
|
2e4d7981dc
|
Fix doc: no point map but property maps
|
2019-08-21 15:19:07 +02:00 |
Simon Giraudot
|
66d7f39ef8
|
Fix missing doxygen character
|
2019-08-21 15:17:42 +02:00 |
Sebastien Loriot
|
fb8fa48950
|
Merge pull request #4083 from sloriot/CGAL-named_function_parameters
Named function parameters
|
2019-08-08 10:03:38 +02:00 |
Sébastien Loriot
|
b84297f8f6
|
update the usage for the new CGAL named function parameters
|
2019-07-29 09:38:39 +02:00 |
Sébastien Loriot
|
25a05e9f4c
|
Merge branch 'CGAL-named_function_parameters-4.14' into master
Conflicts resolved by hand
|
2019-07-28 23:46:43 +02:00 |
Sébastien Loriot
|
2f81a21523
|
Merge 'CGAL-named_function_parameters' for 4.13-branch into 4.14-branch
Conflicts resolved by hand
|
2019-07-28 22:30:13 +02:00 |
Laurent Rineau
|
7b1889b87e
|
Merge branch 'releases/CGAL-4.14-branch'
# Conflicts:
# Point_set_processing_3/include/CGAL/IO/write_ply_points.h
|
2019-07-26 18:45:17 +02:00 |
Laurent Rineau
|
da2726e0e7
|
Merge branch 'releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch
# Conflicts:
# CGAL_ipelets/include/CGAL/CGAL_Ipelet_base_v7.h
# Installation/lib/cmake/CGAL/CGALConfig.cmake
# Intersections_2/test/Intersections_2/test_intersections_2.cpp
# Segment_Delaunay_graph_2/test/Segment_Delaunay_graph_2/include/test_types.h
# Snap_rounding_2/include/CGAL/Snap_rounding_kd_2.h
|
2019-07-26 18:33:55 +02:00 |
Simon Giraudot
|
85ab4e9041
|
Add missing inlines to PSP IO non-template functions
|
2019-07-24 08:49:34 +02:00 |
Sébastien Loriot
|
4ca465a81f
|
try to please clang
|
2019-07-15 10:51:44 +02:00 |
Sébastien Loriot
|
560c77f567
|
rename named function parameter class
|
2019-07-15 06:25:02 +02:00 |
Sébastien Loriot
|
cebf0657d8
|
Use a full CGAL version of named function parameters
no longer rely on boost
|
2019-07-14 22:45:47 +02:00 |
Andreas Fabri
|
f7b7b9957f
|
Merge remote-tracking branch 'cgal/master' into CGAL-null_ptr-GF
|
2019-06-05 14:47:11 +02:00 |
Andreas Fabri
|
4581f1b7a8
|
Morte replacements
|
2019-06-05 08:39:55 +02:00 |
Andreas Fabri
|
e2d19b0c8d
|
Replace NULL and Nullptr_t with nullptr and nullptr_t
|
2019-06-04 23:45:44 +02:00 |
Dmitry Anisimov
|
3738de08ed
|
Merge branch 'master' into Point_set_shape_detection_3-make_it_general_with_region_growing-danston
|
2019-05-23 10:38:45 +02:00 |
Laurent Rineau
|
419032d859
|
Merge pull request #3947 from MaelRL/CGAL-Fix_typos-GF
Fix some typos in code/comments/documentation
|
2019-05-23 08:50:14 +02:00 |
Dmitry Anisimov
|
110b94c16d
|
conflicts fixes
|
2019-05-21 20:06:06 +02:00 |
Mael Rouxel-Labbé
|
2848158354
|
Fix typos
|
2019-05-20 08:54:04 +02:00 |
Laurent Rineau
|
90782d4b7f
|
Revert the merge of two pull-requests that target CGAL-4.14-branch
- Revert "Merge pull request #3857 from MaelRL/CGAL-Fix_duplicate_non_manifold_vertices-GF"
- Revert "Merge pull request #3898 from lrineau/Mesh_3-stop_during_protection-lrineau"
|
2019-05-14 17:50:45 +02:00 |
Laurent Rineau
|
7bcad36d7e
|
Merge branch 'master' into Installation-remove_FindBLAS_LAPACK_TAUCS-GF
|
2019-05-14 16:03:28 +02:00 |
Laurent Rineau
|
554672f363
|
Merge pull request #3869 from sgiraudot/PSP-Range_neighborhood_NP-GF
[Small Feature] PSP: Spherical Neighborhood Queries
|
2019-05-06 15:50:10 +02:00 |
Simon Giraudot
|
6b112dda54
|
Make doc of NP neighbor_radius more general and add more specific info to the WLOP doc
|
2019-05-06 10:36:46 +02:00 |
Dmitry Anisimov
|
a8a9c3bda4
|
bgl + shape detection dependent tests
|
2019-04-26 10:19:46 +02:00 |
Simon Giraudot
|
d8ec8b8986
|
Fix warning/error
|
2019-04-23 10:20:16 +02:00 |
Simon Giraudot
|
aee8735193
|
Document neighbor_radius parameter and amend example
|
2019-04-19 12:47:31 +02:00 |
Simon Giraudot
|
d167bd0d54
|
Neighbor query by choosing KNN or radius for PSP algorithms
|
2019-04-19 11:00:10 +02:00 |
Andreas Fabri
|
864ba4249d
|
Merge branch 'Surface_mesh-PLY_IO-GF-old' into Surface_mesh-PLY_IO-GF
|
2019-04-12 16:19:53 +02:00 |
Sebastien Loriot
|
08251247c2
|
Merge pull request #3831 from afabri/PSP-cleanup-GF
Point Set Processing: cleanup
|
2019-04-12 15:34:45 +02:00 |
Sébastien Loriot
|
db65bd8ecc
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
|
2019-04-11 21:38:48 +02:00 |
albert-github
|
1dd7473818
|
Correction of links
Correction of redirected links and links that moved to another place.
|
2019-04-11 21:37:05 +02:00 |
Simon Giraudot
|
d8b51a9672
|
Merge remote-tracking branch 'laurent/Installation-remove_FindBLAS_LAPACK_TAUCS-GF' into Installation-remove_FindBLAS_LAPACK_TAUCS-GF
|
2019-04-09 15:22:45 +02:00 |
Simon Giraudot
|
717137e48f
|
Merge remote-tracking branch 'mine/Surface_mesh-PLY_IO-GF' into Surface_mesh-PLY_IO-GF
|
2019-04-09 15:11:58 +02:00 |
Maxime Gimeno
|
6e46d7e661
|
Add CGAL:: before sqrt().
|
2019-04-08 16:16:51 +02:00 |
Andreas Fabri
|
88b0f11284
|
Move files to PSP/internal
|
2019-04-08 16:16:51 +02:00 |
Andreas Fabri
|
a2075494da
|
Move trace.h
|
2019-04-08 16:16:49 +02:00 |
Andreas Fabri
|
e5e174941a
|
Restore non-deprecated code
|
2019-04-03 11:13:28 +02:00 |
Sébastien Loriot
|
1c119aec44
|
replace cpp11::unordered_FOO by std::unordered_FOO
|
2019-03-29 13:28:33 +01:00 |
Sébastien Loriot
|
5a30e88a92
|
replace cpp11::function by std::function
|
2019-03-29 13:28:33 +01:00 |
Sébastien Loriot
|
124012d9f9
|
replace cpp11::array by std::array
|
2019-03-29 13:28:33 +01:00 |
Sébastien Loriot
|
ce126b87c6
|
remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead
|
2019-03-29 13:28:32 +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
|
0669c6ad97
|
remove error messages and disabled test if CPP11 is not available in PSP
|
2019-03-29 10:41:49 +01:00 |