Sébastien Loriot
|
254d60f642
|
First pass on removing license notice in header for GPL files
|
2019-10-19 15:23:19 +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
|
e850eec929
|
remove cpp11 workaround in PSP related packages
|
2019-03-29 10:41:50 +01:00 |
Sébastien Loriot
|
2f9408f867
|
rename link name to match package name
|
2018-10-08 10:28:55 +02:00 |
Sébastien Loriot
|
a2e8a1c68f
|
add the suffix Ref to doxygen link to reference
|
2018-10-08 10:26:56 +02:00 |
Sébastien Loriot
|
ee57fc2d6c
|
add SPDX identifier for files under the GPL-3+ license
|
2017-11-12 10:17:51 +01:00 |
Maxime Gimeno
|
5d79caab1a
|
Fix deprec warnings
|
2017-08-10 16:01:39 +02:00 |
Simon Giraudot
|
900b361c5c
|
Add fallback mode if default template arguments not available
|
2017-06-13 07:22:33 +02:00 |
Simon Giraudot
|
bdcbc5929d
|
Add license check
|
2017-06-12 06:58:18 +02:00 |
Simon Giraudot
|
ed89a28c65
|
Add some precisions to the reference manual from review
|
2017-06-09 07:59:59 +02:00 |
Simon Giraudot
|
ab468eb63a
|
Document return value
|
2017-06-09 07:59:59 +02:00 |
Simon Giraudot
|
962f856d7f
|
Update manual
|
2017-06-09 07:59:02 +02:00 |
Simon Giraudot
|
d7368d1f44
|
Change name of function
|
2017-06-09 07:59:02 +02:00 |
Simon Giraudot
|
c7c30eef9b
|
Add tag for manifoldness in function
|
2017-06-09 07:59:02 +02:00 |
Simon Giraudot
|
9f709e7c74
|
Remove computation of average spacing and document function
|
2017-06-09 07:59:02 +02:00 |
Simon Giraudot
|
c4c5fcff65
|
Simplify template parameters of function
|
2017-06-09 07:59:02 +02:00 |
Simon Giraudot
|
865a388e31
|
Add file with simple function to call poisson reconstruction
|
2017-06-09 07:59:02 +02:00 |