Sébastien Loriot
|
922b861b67
|
Revert "fix conversion warning"
This reverts commit fb815733c1.
|
2020-04-14 15:40:38 +02:00 |
Sébastien Loriot
|
fb815733c1
|
fix conversion warning
|
2020-04-09 09:35:31 +02:00 |
Sébastien Loriot
|
1cfd991f4b
|
extra run of the script to remove tabs and trailing whitespaces
|
2020-03-26 19:34:32 +01:00 |
Sébastien Loriot
|
9bfc0e8170
|
add benchmark + hack of read_OFF
|
2020-03-23 07:16:28 +01:00 |
Mael Rouxel-Labbé
|
9424714ee8
|
Update namespace
|
2020-02-20 11:17:02 +01:00 |
Laurent Rineau
|
f58b40b77b
|
Merge pull request #4501 from maxGimeno/OFF_reading-Fixes-maxGimeno
Fix OFF reader
|
2020-02-14 14:39:22 +01:00 |
Maxime Gimeno
|
26c86d28be
|
Fix OFF reader
|
2020-01-31 11:58:58 +01:00 |
Sébastien Loriot
|
52164b1fba
|
First pass on removing license notice in header for LGPL files
|
2019-10-19 15:40:30 +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 |
Maxime Gimeno
|
c650f26c23
|
Fix OFF reader to detect sooner the flux errors.
|
2019-02-11 12:45:27 +01:00 |
Mael Rouxel-Labbé
|
ef6a6af122
|
Made STL reader compatible with SequenceContainers
It's useful to not be constrained to cpp11::arrays when the polygon soup
is to be processed through reparation functions (for example)
|
2018-08-03 14:21:17 +02:00 |
Sébastien Loriot
|
ff26773f7b
|
remove include directive for checking GPL compliance in LGPL headers
|
2017-11-12 10:21:35 +01:00 |
Sébastien Loriot
|
0698f79aff
|
add SPDX identifier for files under the LGPL-3+ license
|
2017-11-12 10:17:50 +01: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 |
Maxime Gimeno
|
b8ecd34eb5
|
Fix facet color reading
|
2016-05-12 17:11:28 +02:00 |
Maxime Gimeno
|
6761dcae8e
|
Fix tellg/seekg errors
|
2016-05-12 17:11:28 +02:00 |
Maxime Gimeno
|
30a12a8dca
|
Fix for the smooth normals
|
2016-05-12 17:11:26 +02:00 |
Maxime Gimeno
|
128adc4c32
|
Addition of a color management of the not oriented OFF with colors
|
2016-05-12 17:11:26 +02:00 |
Andreas Fabri
|
20c1b1a1f6
|
Merge branch 'Polygon_mesh_processing-GF-old' into Polygon_mesh_processing-GF
Conflicts:
BGL/include/CGAL/boost/graph/Euler_operations.h
BGL/include/CGAL/boost/graph/iterator.h
Documentation/doc/Documentation/Doxyfile.in
Documentation/doc/Documentation/dependencies
Polyhedron/demo/Polyhedron/Polyhedron_demo_point_inside_polyhedron_plugin.cpp
Polyhedron/demo/Polyhedron/Scene_polygon_soup_item.cpp
Polyhedron/demo/Polyhedron/Selection_widget.ui
|
2015-07-01 13:52:44 +02:00 |
Sébastien Loriot
|
166e5e03ea
|
more generic reader
|
2015-02-09 16:51:32 +01:00 |
Sébastien Loriot
|
b4bd141980
|
move OFF reading function to a header file
|
2015-01-29 14:02:47 +01:00 |