Mael Rouxel-Labbé
|
6a5972cc3b
|
Continue reorganization of CGAL I/O
|
2020-01-23 16:33:23 +01:00 |
Mael Rouxel-Labbé
|
3c833674fb
|
Move documentation to /include
|
2020-01-20 13:06:13 +01:00 |
Mael Rouxel-Labbé
|
e317c689aa
|
Misc compilation fixes
|
2020-01-17 18:28:57 +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 |
Mael
|
9ba0870ebd
|
Merge branch 'master' into PMP-Snap_pp-GF
|
2019-07-18 17:43:04 +02:00 |
Sébastien Loriot
|
724e70b97f
|
Merge pull request #3984 from LiangliangNan/master
New package 'Polygonal Surface Reconstruction' and an extension of 'Solver Interface'
|
2019-07-18 17:05:25 +02:00 |
Mael Rouxel-Labbé
|
f0b1052732
|
Add missing header includes
|
2019-07-18 15:54:32 +02:00 |
Liangliang Nan
|
a9fd80cc7a
|
Update Stream_support/include/CGAL/IO/PLY.h
Replace <boost/property_map/property_map.hpp> by <CGAL/property_map.h>
Co-Authored-By: Sebastien Loriot <sloriot.ml@gmail.com>
|
2019-07-08 10:28:44 +02:00 |
Simon Giraudot
|
a712713111
|
Fix uninitialized warning
|
2019-07-03 09:58:37 +02:00 |
Liangliang Nan
|
4588ba5d9d
|
Merge branch 'master' of https://github.com/CGAL/cgal
|
2019-06-19 15:08:53 +02:00 |
Liangliang Nan
|
d4b4640139
|
corrected references (using the new names of the packages)
|
2019-06-06 00:30:01 +02:00 |
Liangliang Nan
|
3b9c73c917
|
using the new Shape_detection implementation (instead of the deprecated Shape_detection_3)
|
2019-06-05 21:10:39 +02:00 |
Liangliang Nan
|
fadaee63a8
|
integrated PolyFit
|
2019-06-05 17:50:37 +02:00 |
Andreas Fabri
|
e2d19b0c8d
|
Replace NULL and Nullptr_t with nullptr and nullptr_t
|
2019-06-04 23:45:44 +02:00 |
Andreas Fabri
|
937cd0ea24
|
Fix license header
|
2019-04-15 13:15:01 +02:00 |
Simon Giraudot
|
110c84bc53
|
Fix missing class name
|
2019-02-26 14:14:51 +01:00 |
Simon Giraudot
|
07bd0765f2
|
Fix FT type detection
|
2019-02-22 16:42:40 +01:00 |
Simon Giraudot
|
37a8f12f05
|
Handle more types
|
2019-01-24 10:58:57 +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 |