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
|
7fa4b380d2
|
fixes in includes logic.
|
2018-02-02 12:08:05 +01:00 |
Sébastien Loriot
|
0698f79aff
|
add SPDX identifier for files under the LGPL-3+ license
|
2017-11-12 10:17:50 +01:00 |
Mael Rouxel-Labbé
|
73f4a3d6cc
|
Removed an empty line
|
2017-06-28 10:14:35 +02:00 |
Mael Rouxel-Labbé
|
e95d3d3f2b
|
Make all conversions between Point and Weighted_point explicit
Also doc changes
|
2017-06-28 10:14:35 +02:00 |
Andreas Fabri
|
d73be575f5
|
Do in 2D what we did in 3D
|
2017-06-28 10:14:35 +02:00 |
Mael Rouxel-Labbé
|
548d2bfb02
|
Cosmetic changes to Point_23 and Weighted_point_23
|
2017-04-06 12:38:18 +02:00 |
Mael Rouxel-Labbé
|
aacf8db95f
|
Fixed includes and typedefs in Weighted_point_23
|
2017-04-06 12:35:24 +02:00 |
Mael Rouxel-Labbé
|
2d2e675dac
|
Fixed missing operators in Cartesian and homogeneous construct_weighted_point_23
|
2017-04-06 12:18:36 +02:00 |
Andreas Fabri
|
d78735364b
|
Fixes after review by Monique and Olivier
|
2016-11-03 14:53:15 +01:00 |
Andreas Fabri
|
fad0f195d5
|
Add operator!= for weighted points
|
2016-11-03 13:10:00 +01:00 |
Andreas Fabri
|
59cedfc7dd
|
Fix Mesh_3
|
2016-11-03 13:08:31 +01:00 |
Andreas Fabri
|
44d0fa4d6f
|
fix the 2D triangulations
|
2016-11-03 13:08:31 +01:00 |
Andreas Fabri
|
ea50fb811d
|
Cleanup. The 2D and 3D triangulation testsuite pass
|
2016-11-03 13:07:50 +01:00 |
Andreas Fabri
|
9dde08c414
|
WIP
|
2016-11-03 13:07:50 +01:00 |