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
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
Simon Giraudot
207a432dfd
Merge remote-tracking branch 'mine/Surface_mesh-PLY_IO-GF' into Surface_mesh-PLY_IO-GF
2019-04-23 12:08:44 +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
de47fb3348
Fix conflicts
2019-04-09 10:31:10 +02:00
Sébastien Loriot
e850eec929
remove cpp11 workaround in PSP related packages
2019-03-29 10:41:50 +01:00
Maxime Gimeno
4f97ab767b
Update to master.
2019-02-15 14:34:34 +01:00
Simon Giraudot
2402dcf967
Fix another float/double bug in Point_set_3 IO
2019-02-07 11:36:05 +01:00
Simon Giraudot
6b4bb9bba2
Update doc
2019-01-28 10:09:06 +01:00
Simon Giraudot
a352fe8a0d
Document how to recover/write PLY comments
2019-01-25 14:31:15 +01:00
Simon Giraudot
a1bee88b4d
Add missing types to Point_set_3 PLY writer
2019-01-25 14:23:52 +01:00
Simon Giraudot
798c2b4438
Merge remote-tracking branch 'GF/Surface_mesh-PLY_IO-GF' into Surface_mesh-PLY_IO-GF
2019-01-23 12:07:04 +01:00
Simon Giraudot
6789ca1c41
Some more modifications of the PLY interface
2019-01-23 11:25:35 +01:00
Simon Giraudot
12dfbd6353
Reorganize PLY IO functions/files
2019-01-22 10:00:23 +01:00
Maxime Gimeno
c71d1066a2
Fix conflicts
2019-01-11 13:59:08 +01:00
Sébastien Loriot
61169b394e
Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch'
2019-01-04 17:19:19 +01:00
Maxime Gimeno
95c2045eb6
Fix conflicts
2018-12-21 09:02:26 +01:00
Simon Giraudot
1cfcb1ba5b
Fix stream status handling everywhere PLY reader is used
2018-12-18 15:28:02 +01:00
Simon Giraudot
f7366b0118
Improve PLY element handling and thus fix bug when reading unknown element
2018-12-18 09:35:02 +01:00
Simon Giraudot
858d10070b
Improve PLY element handling and thus fix bug when reading unknown element
2018-12-17 13:07:56 +01:00
Simon Giraudot
5ccbfdc2f3
Fix another float/double bug in Point_set_3 IO
2018-12-14 15:10:48 +01:00
Maxime Gimeno
665c66e557
Fix warning in PLY_reader
2018-12-05 10:15:49 +01:00
Simon Giraudot
2d433f9f79
Small enhancement: reserve memory when reading PLY point set
2018-03-26 11:02:58 +02:00
Maxime Gimeno
7fa4b380d2
fixes in includes logic.
2018-02-02 12:08:05 +01:00
Simon Giraudot
b260c95d3e
Fix memory leak
2018-01-10 16:39:34 +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
Sébastien Loriot
ee57fc2d6c
add SPDX identifier for files under the GPL-3+ license
2017-11-12 10:17:51 +01:00
Simon Giraudot
04283ffb3f
Add undocumented way to write PLY comments in write_ply_point_set()
2017-10-04 10:11:44 +02:00
Simon Giraudot
fcd6068858
Add undocumented way to recover PLY comments from read_ply_point_set()
2017-10-04 09:42:48 +02:00
Simon Giraudot
56919f961b
Fix static assertion by using a templated tag false
2017-07-11 11:59:40 +02:00
Simon Giraudot
66cd564be4
Warning fix: missing return
2017-07-11 11:59:40 +02:00
Simon Giraudot
914a6fe8b9
Add non-CXX11 overloads of PLY/LAS IO for Point_set_3 to display error messages
2017-07-11 11:59:39 +02:00
Simon Giraudot
4b3a506d44
Fix detection of required C++11 features
2017-07-11 11:58:53 +02:00
Simon Giraudot
18dbc0677f
Fix bad #ifdef #endif macros
2017-07-11 11:58:53 +02:00
Simon Giraudot
a644f31cd9
Include CGAL/config.h to test macros
2017-07-11 11:58:53 +02:00
Simon Giraudot
c1f0815ed9
C++11 protection in point_set_3 overloads
2017-07-11 11:58:53 +02:00
Simon Giraudot
00a1149131
Fix LAS/PLY reading functions for Point_set_3
2017-07-11 11:58:51 +02:00
Simon Giraudot
4027ef814c
Capitalize tag classes
2017-07-11 11:58:49 +02:00
Simon Giraudot
cb6e739f0e
Replace namespaces Ply/Las to PLY/LAS
2017-07-11 11:58:49 +02:00
Simon Giraudot
d0b760a9e2
User and reference manuals
2017-07-11 11:58:49 +02:00
Simon Giraudot
ced26cc733
First version of LAS writer
2017-07-11 11:58:49 +02:00
Simon Giraudot
6da16852c6
LAS reader for Point_set_3
2017-07-11 11:58:48 +02:00
Simon Giraudot
d30b7a4ef8
Update PLY IO for Point_set_3
2017-07-11 11:58:48 +02:00
Simon Giraudot
d005981b52
Bugfix: use find() to compare string to avoid carriage return problems
2017-05-29 11:08:32 +02:00
Sébastien Loriot
50510c05ea
add include directive for license of all GPL header files
...
done using:
ack-grep "^GPL" */package_info/*/license.txt -l | awk -F "/" '{print $1}' > /tmp/gpl_packages
for i in `cat /tmp/gpl_packages | \
grep -v Operations_on_polyhedra | \
grep -v Algebraic_kernel_for_circles | \
grep -v Algebraic_kernel_for_spheres | \
grep -v Polyhedron_IO`;
do
echo $i
python Scripts/developer_scripts/add_license_in_pkg_header.py $i
done
python Scripts/developer_scripts/add_license_in_pkg_header.py Operations_on_polyhedra Polygon_mesh_processing
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_circles Circular_kernel_2
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_spheres Circular_kernel_3
python Scripts/developer_scripts/add_license_in_pkg_header.py Polyhedron_IO Polyhedron
2017-01-19 15:20:25 +01:00
Simon Giraudot
7bcb5b02eb
Fix warnings
2017-01-05 07:57:05 +01:00
Simon Giraudot
f9dcc4b721
Fix warnings
2017-01-04 10:40:24 +01:00
Simon Giraudot
d08efe278c
Use max precision for stringstream
2016-10-28 14:48:25 +02:00