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 |
Mael Rouxel-Labbé
|
a189e82686
|
Cache a descriptor within the iterators so operator*() can return a reference
|
2019-06-14 10:47:20 +02:00 |
Mael Rouxel-Labbé
|
0ea40f7602
|
Add missing 'const' in conversion operator
|
2019-06-14 10:46:46 +02:00 |
Mael Rouxel-Labbé
|
9abef28840
|
Add missing operator< for T2 edge descriptors
and removed useless comparators
|
2019-04-29 16:05:51 +02:00 |
Mael Rouxel-Labbé
|
a03701d2b7
|
Fix key type in generic 2D triangulation BGL properties
|
2019-04-29 15:44:51 +02:00 |
Mael Rouxel-Labbé
|
9cba48acfe
|
Fixed TDS graph traits implementation and factorized some parts with other T2 GT
|
2019-04-29 13:22:45 +02:00 |
Mael Rouxel-Labbé
|
64d7747f8b
|
Moved factorized 2D graph traits to /internal
|
2019-04-29 13:21:46 +02:00 |