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
|
4fbf00fb8a
|
CMake>=3.13: opt for for new policies up to 3.15
|
2019-06-19 14:34:59 +02:00 |
Dmitry Anisimov
|
28bdc838b1
|
surface mesh sd plugin + test fixes
|
2019-05-15 21:33:27 +02:00 |
Dmitry Anisimov
|
c82199c012
|
improved demo + warnings fix
|
2019-05-13 19:08:07 +02:00 |
Dmitry Anisimov
|
ec147f2cc8
|
demo fixes
|
2019-05-10 11:23:49 +02:00 |
Dmitry Anisimov
|
019a6a7954
|
cpp11 and boost foreach fixes
|
2019-04-24 11:41:05 +02:00 |
Dmitry Anisimov
|
44380db707
|
shape detection with region growing, benchmarks, examples, and tests - version 1.0
|
2019-04-18 17:34:57 +02:00 |