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
|
5dc823d509
|
Merge branch 'releases/CGAL-4.14-branch'
|
2019-05-23 08:49:56 +02:00 |
Laurent Rineau
|
7be5e3fbe5
|
Merge branch 'releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch
|
2019-05-23 08:44:39 +02:00 |
Sébastien Loriot
|
a84ff2d663
|
fix index order of triangles
|
2019-04-24 09:48:45 +02:00 |
Sébastien Loriot
|
ca755e35a8
|
Merge pull request #3599 from maxGimeno/Nef_3-Document_Nef_3_to_Polygon_soup-GF
Nef_3 : Document convert_nef_polyhedron_to_polygon_soup-GF
|
2019-04-23 09:52:26 +02:00 |
Sébastien Loriot
|
28ec0d926d
|
remove unused typedef
|
2019-04-12 17:52:31 +02: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 |
Maxime Gimeno
|
e2f2c63e76
|
Modifications after review
|
2019-01-23 11:25:00 +01:00 |
Maxime Gimeno
|
ce72dd895f
|
First draft of the doc
|
2019-01-15 12:38:04 +01:00 |
Maxime Gimeno
|
7bd7caa53c
|
Replace vectors of points and polygons by ranges and write a test file.
|
2019-01-15 10:04:38 +01:00 |
Sébastien Loriot
|
725e773bdd
|
add nef to polygon soup
|
2018-12-20 09:31:52 +01:00 |
Andreas Fabri
|
3580a28a98
|
Move file from BGL to Nef_3
|
2018-03-22 16:54:54 +01:00 |