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 |
Guillaume Damiand
|
67307dcead
|
Merge master to remove conflicts; plus rephrase draw documentation following Sebastien comments.
|
2019-06-19 15:48:10 +02:00 |
Guillaume Damiand
|
b45cf04fbf
|
Align typedef
|
2018-10-15 14:20:30 +02:00 |
Guillaume Damiand
|
ddd7f8fa3b
|
Add an option to disable viewer when running ctest.
|
2018-09-07 13:29:38 +02:00 |
Guillaume Damiand
|
2c8af2ebcc
|
Update all draw_XXX functions to use specialized version, allowing to use different draw in a same program.
|
2018-09-06 18:43:32 +02:00 |
Guillaume Damiand
|
bc4eca82b3
|
Need double cast
|
2018-06-13 10:47:44 +02:00 |
Guillaume Damiand
|
f6fd8cae4c
|
Remove a warning; when using test suite, compile all the code but run nothing.
|
2018-06-13 09:14:18 +02:00 |
Guillaume Damiand
|
59f797f066
|
Update the 5 basic viewers to remove factorized functions, and to define different versions in order to remove default template parameters.
|
2018-06-11 13:09:50 +02:00 |
Maxime Gimeno
|
fdeb5621ca
|
replace cast in unsigned long int to std::size_t to fix warnings.
|
2018-06-07 13:55:22 +02:00 |
Maxime Gimeno
|
10c277ea2d
|
Use special args if running testsuite to avoid execution errors.
|
2018-06-07 13:35:28 +02:00 |
Maxime Gimeno
|
71d3514987
|
Fix Triangulation example
|
2018-05-29 12:05:57 +02:00 |
Andreas Fabri
|
4b14990209
|
Fix warnings; Remove typename in non-template code
|
2018-05-29 11:11:50 +02:00 |
Guillaume Damiand
|
c62fb2b01e
|
Move include iostream.
|
2018-05-29 11:11:49 +02:00 |
Guillaume Damiand
|
b361e78a99
|
Add missing include
|
2018-05-29 11:11:49 +02:00 |
Guillaume Damiand
|
39de8ac459
|
Add licence includes
|
2018-05-29 11:11:49 +02:00 |
Guillaume Damiand
|
d8a62aa2c8
|
Update licence headers of new files.
|
2018-05-29 11:11:49 +02:00 |
Guillaume Damiand
|
dba44f48a1
|
Harmonize the 5 basic viewers.
|
2018-05-29 11:11:49 +02:00 |
Guillaume Damiand
|
53769e98a7
|
* Add draw examples in the 5 concerned packages (Polyhedron, Surface_mesh, T2, T3, LCC)
* Update FindQGLViewel to add a target.
|
2018-05-29 11:11:49 +02:00 |
Guillaume Damiand
|
6e83b034dc
|
Rename file for basic viewers.
|
2018-05-29 11:06:07 +02:00 |