Mael Rouxel-Labbé
|
ebb99ee7a8
|
Fix replacement headers in Polyhedron_IO
|
2020-01-17 17:56:22 +01:00 |
Mael Rouxel-Labbé
|
d620198049
|
Merge branch 'CGAL_IO-maxGimeno-old' into CGAL_IO-maxGimeno
|
2020-01-17 12:34:08 +01:00 |
Sébastien Loriot
|
b9a079b530
|
remove cpp11/cpp0x
|
2019-11-04 11:34:53 +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
|
5373b35b9f
|
Start regrouping in Stream Support and robustify readers.
|
2019-08-06 16:11:56 +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
|
f62624c4f9
|
replace cpp11::tuple by std::tuple
|
2019-03-29 13:28:33 +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 |
Simon Giraudot
|
1cfcb1ba5b
|
Fix stream status handling everywhere PLY reader is used
|
2018-12-18 15:28:02 +01:00 |
Maxime Gimeno
|
a4022d5445
|
Add hedge uv management to the ply_reader and incorporate it to the ply_io_plugin. IO for textured_surface_mesh
|
2018-12-18 14:35:32 +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 |
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 |
Simon Giraudot
|
d30a044018
|
Handle case where PLY faces property uses "vertex_index" instead of "vertex_indices"
|
2017-10-04 09:10:31 +02:00 |
Simon Giraudot
|
7f7bcf1511
|
Check if stream is not bad instead of checking if it's good (yes...)
|
2017-10-02 11:14:25 +02:00 |
Simon Giraudot
|
8e6e35cebd
|
Handle both uint and int for list of indices in PLY input
|
2017-08-09 09:48:36 +02:00 |
Simon Giraudot
|
41f0203222
|
Read PLY mesh with colors
|
2017-08-02 14:10:44 +02:00 |
Simon Giraudot
|
8311c681e2
|
First version of PLY reader for polygon soups
|
2017-08-02 14:10:41 +02:00 |