Sébastien Loriot
8bb22d5b2c
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of the 5.0 release branch
+ manual fix of the files (indentation was changed in the meantime):
* Spatial_sorting/include/CGAL/Multiscale_sort.h
* Spatial_sorting/test/Spatial_sorting/test_multiscale.cpp
2020-03-26 14:26:59 +01:00
Sebastien Loriot
0c8e9cb0c1
Merge pull request #4212 from maxGimeno/Demo-Save_the_scene_entirely-maxGimeno
...
CGAL 3D Demo: Enhancement of the Scene Saving System
2020-03-16 16:35:45 +01:00
Maxime Gimeno
c85c7ea6e9
rephrase \attention
2020-02-19 13:45:02 +01:00
Maxime Gimeno
6719b0db89
Add checks and doc for version < 2
2020-02-18 10:52:16 +01:00
Maxime Gimeno
4c36c04fd6
Merge remote-tracking branch 'cgal/master' into Demo-Save_the_scene_entirely-maxGimeno
2019-12-19 11:26:55 +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
af5773cf4e
Integration of WS Server to the demo. Sessions handled and Remove the point_sets and polylines management from the 3mf plugin
2019-09-26 14:59:36 +02:00
Maxime Gimeno
c5174f693c
Rename soup function
2019-06-17 14:07:27 +02:00
Maxime Gimeno
1970d94c53
Add a function to Surface_mesh that reads a range of surface_meshes from a 3mf file.
2019-06-17 14:03:55 +02:00
Maxime Gimeno
79008f1618
Fix warnings
2019-05-28 14:03:27 +02:00
Maxime Gimeno
c4d774efb8
Fix return values of bool functions
2019-05-22 15:20:54 +02:00
Maxime Gimeno
1a08685a2f
Add build_items and components to work with real case data
2019-05-17 15:39:03 +02:00
Maxime Gimeno
1fba61107d
Add an IO plugin for the 3mf
2019-05-16 11:26:22 +02:00
Maxime Gimeno
04c5313a1c
Add reading functions for polylines and point clouds
2019-05-16 11:10:35 +02:00
Maxime Gimeno
a36c7fe39b
Write a 3mf wrapper
2019-05-16 11:10:35 +02:00