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 |
Sebastien Loriot
|
21d53cd984
|
Merge pull request #3172 from sloriot/Triangulation-fix_IO
Fix vertex istream operator
|
2018-11-12 09:58:14 +01:00 |
Marc Glisse
|
0bf71d0aa1
|
I/O for Vector_d and Weighted_point_d
|
2018-10-04 13:50:35 +02:00 |
Marc Glisse
|
f64ae1b240
|
Move is>>point_d from Triangulation to NewKernel_d.
|
2018-10-04 13:50:34 +02:00 |
Sébastien Loriot
|
8cdfad0d08
|
add missing URL and Id tags
|
2017-11-15 22:58:57 +01:00 |
Sébastien Loriot
|
ff26773f7b
|
remove include directive for checking GPL compliance in LGPL headers
|
2017-11-12 10:21:35 +01:00 |
Sébastien Loriot
|
0698f79aff
|
add SPDX identifier for files under the LGPL-3+ license
|
2017-11-12 10:17:50 +01:00 |
Clement Jamin
|
c7bd6a7403
|
Include licence check header
|
2017-06-23 10:41:05 +02:00 |
Clement Jamin
|
f1971bf9ba
|
Fix errors & warnings from testsuite
|
2017-06-19 15:04:14 +02:00 |
Clement Jamin
|
3704a59422
|
Fix warning (unused types and variables)
|
2016-09-28 18:13:20 +02:00 |
Clement Jamin
|
e4e781e044
|
Point_drop_weight_d => Construct_point_d
|
2016-09-22 17:53:27 +02:00 |
Marc Glisse
|
8aa0ede187
|
Point_weight_d -> Compute_weight_d
|
2016-09-21 19:38:42 +02:00 |
Clement Jamin
|
7ce61ee678
|
operator>> for Vector_d
|
2016-06-01 14:50:31 +02:00 |
Mael Rouxel-Labbé
|
d984aca010
|
Fix trailing whitespace
|
2016-06-01 14:34:42 +02:00 |
Clement Jamin
|
0083ea06bc
|
Missing typedef and typename
|
2015-09-07 17:38:33 +02:00 |
Clement Jamin
|
af405ac7a6
|
Add output_full_cell
|
2015-01-12 14:51:21 +01:00 |
Clement Jamin
|
10f7b688eb
|
Add output_weighted_point
|
2015-01-12 11:10:33 +01:00 |
Clement Jamin
|
96fa41a1e7
|
Add a comment
|
2014-07-29 16:59:50 +02:00 |
Clement Jamin
|
018929fecf
|
Replace operator<< for Point_d by output_point
|
2014-07-22 17:26:55 +02:00 |
Clement Jamin
|
8ff09b38a0
|
Comment fix
|
2014-06-19 07:56:10 +02:00 |
Clement Jamin
|
754808bef7
|
Change default param value (for export)
|
2014-06-17 14:53:10 +02:00 |
Clement Jamin
|
d8b0e2904e
|
New data for 2D and 3D + improved export
|
2014-06-17 14:48:03 +02:00 |
Clement Jamin
|
60fc6b63f3
|
RTd to OFF application
|
2014-06-17 11:23:12 +02:00 |