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
|
e107612c31
|
Fix pre processor test
|
2019-01-10 08:54:49 +01:00 |
Maxime Gimeno
|
743569f854
|
Also disable WKT if gcc version is <4.5
|
2019-01-09 16:32:08 +01:00 |
Maxime Gimeno
|
080f63b1b8
|
Disable WKT for boost < 1.56
|
2018-11-07 11:58:50 +01:00 |
Maxime Gimeno
|
96bb50b361
|
Clean-up
|
2018-11-05 11:25:07 +01:00 |
Maxime Gimeno
|
cbf3e04fa6
|
Doc fix.
|
2018-10-30 14:15:01 +01:00 |
Maxime Gimeno
|
ea2043a842
|
remove remaining geometry.hpp
|
2018-10-30 12:08:50 +01:00 |
Maxime Gimeno
|
14ef2163c4
|
Move everything to Stream_support
|
2018-05-15 10:04:23 +02:00 |