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 |
Sébastien Loriot
|
8cdfad0d08
|
add missing URL and Id tags
|
2017-11-15 22:58:57 +01:00 |
Sébastien Loriot
|
0698f79aff
|
add SPDX identifier for files under the LGPL-3+ license
|
2017-11-12 10:17:50 +01:00 |
Laurent Rineau
|
4a7929c611
|
Fix license header: should be LGPLv3+
|
2014-12-18 16:51:32 +01:00 |
Andreas Fabri
|
2f967ba6e4
|
the testsuite for the new version of the Constrained_triangulation_plus_2 passes
|
2014-05-19 15:57:24 +02:00 |
Philipp Möller
|
5953dd364d
|
Add front/back, splicing and swap to Skiplist.
|
2012-05-15 08:17:19 +00:00 |
Philipp Möller
|
cfea03d54b
|
Dropped out-dated examples, simplify.cpp example compiles.
|
2012-05-10 13:35:00 +00:00 |
Philipp Möller
|
ba92d7b9df
|
Added erase member function.
|
2012-05-10 09:50:01 +00:00 |
Philipp Möller
|
38228d6982
|
Added conversions to Skiplist, integrated it somewhat into
constraint_hierarchy, merged some code there and added a Default to
the triangulation.
|
2012-05-09 13:39:36 +00:00 |
Philipp Möller
|
58d0e82be4
|
Drop the storage container from Skiplist and use the all container
instead for storage.
|
2012-05-09 10:25:14 +00:00 |
Philipp Möller
|
c6e35c0990
|
Switched Skiplist to use boost::intrusive internally to get non-const
iterators.
|
2012-05-04 16:49:51 +00:00 |
Philipp Möller
|
117e3a9211
|
Add Skiplist and tests in STL_Extension.
|
2012-05-04 13:35:30 +00:00 |