Sébastien Loriot
350b9172c5
replace %CGAL by \cgal (but in titles)
2021-04-11 14:52:01 +02:00
Maxime Gimeno
3b70343590
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-11-16 16:19:43 +01:00
Simon Giraudot
0e934b1673
Fix brief first letter in lowercase
2020-08-04 13:16:13 +02:00
Mael Rouxel-Labbé
26355e2e32
Uniformize capital / third person usage of \brief
2020-06-25 15:13:47 +02:00
Simon Giraudot
39ca0f3bf7
Extended labels with indices and colors
2020-04-06 10:25:21 +02:00
Simon Giraudot
a51ce12aa5
Use syntaxic sugar for transform iterators / counting ranges
2020-04-02 11:19:01 +02:00
Simon Giraudot
43014baa91
Modernize/refresh code with C++11/14
2020-04-02 10:28:50 +02: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
Mael
8f29c7cb63
Merge branch 'master' into CGAL-Parallel_if_available_tag
2020-01-29 16:42:54 +01:00
Maxime Gimeno
85712ba28c
WIP replacing tbb deprecated includes.
2020-01-14 15:03:20 +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
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
Andreas Fabri
4581f1b7a8
Morte replacements
2019-06-05 08:39:55 +02:00
Simon Giraudot
d314711eaf
Merge remote-tracking branch 'mine/Stream_support-Enhance_color-GF' into Stream_support-Enhance_color-GF
2019-04-09 15:00:56 +02:00
Simon Giraudot
7518d5642a
Remove CGAL::Classification::RGB_Color and HSV_Color and just use CGAL::Color everywhere
2019-04-03 11:51:29 +02: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
Simon Giraudot
4e1212b07d
Unify default radius parameters values
2018-12-12 09:32:23 +01:00
Simon Giraudot
6901935aec
Add new features based on local height
2018-12-11 15:02:27 +01:00
Simon Giraudot
7d43e87716
Add warning about scope definition of feature generators
2018-12-11 12:11:00 +01:00
Simon Giraudot
267b1f475e
Fix types in local eigen analysis
2018-07-05 09:08:29 +02:00
Simon Giraudot
b28a548b8e
Fix conversion warnings
2018-07-05 09:08:28 +02:00
Simon Giraudot
d354fcba74
Add missing includes for header check
2018-07-05 09:08:27 +02:00
Simon Giraudot
ecde89063b
Add missing SPDX identifiers
2018-07-05 09:08:27 +02:00
Simon Giraudot
71f9425256
Remove outdated functions
2018-07-05 09:08:26 +02:00
Simon Giraudot
bfb89cca73
Update API of Classification + reference manual
2018-07-05 09:07:33 +02:00
Simon Giraudot
e4b373e7e5
Reduce memory consumption using compressed float and saving fewer things
2018-07-05 09:07:32 +02:00
Simon Giraudot
3f37fa504f
WIP: better API of feature generators + eigen analysis
2018-07-05 09:07:32 +02:00
Simon Giraudot
49aea9ec26
Update mesh classification
2018-07-05 09:07:32 +02:00
Simon Giraudot
f9ccc86238
Recover Mesh Classification from outdated dirty branch
2018-07-05 09:07:31 +02:00