Sébastien Loriot
|
07c4ada6ec
|
update SPDX flags and remove license notice of ImageIO files
|
2019-10-19 15:50:09 +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 |
Laurent Rineau
|
dc4e41c13e
|
Fix the code of extract_a_sub_image, conversion warnings
|
2019-09-04 10:22:27 +02:00 |
Andreas Fabri
|
4581f1b7a8
|
Morte replacements
|
2019-06-05 08:39:55 +02: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
|
dc3c7a5c1c
|
better _readImage_raw()
|
2016-09-16 17:07:13 +02:00 |
Sébastien Loriot
|
c951fe0fca
|
Merge pull request #1035 from lrineau/CGAL-fix_Wconversion_warnings-GF
Fix -Wconversion warnings, and issues detected by those warnings
|
2016-06-24 13:30:48 +02:00 |
Laurent Rineau
|
312aee625a
|
New overloads of CGAL::IMAGEIO::static_evaluate()
|
2016-06-15 18:10:14 +02:00 |
Laurent Rineau
|
810538d221
|
Fix 32bits issues in ImageIO
Those issues were detected by the compilation flag `-Wconversion` of
g++-5.3.
That changes the ABI of CGAL_ImageIO.
|
2016-04-22 12:35:32 +02:00 |
Guillaume Damiand
|
7457fc2fc7
|
Replace #include name
|
2015-03-16 21:17:42 +01:00 |
Guillaume Damiand
|
a4afce92b6
|
Image_3, ImageIO, vmpendian and fgets
|
2015-03-16 16:11:01 +01:00 |
Jane Tournois
|
6529a13915
|
wdim should also be a std::size_t
|
2014-10-24 13:51:23 +02:00 |
Jane Tournois
|
b4a8992e2a
|
complete the use of std::size_t instead of unsigned int in Image_IO
|
2014-10-20 13:06:33 +02:00 |
Eric Berberich
|
326179f482
|
packagename reflects library name (CGAL_ImageIO is shipped with CGAL)
|
2012-08-03 17:31:39 +00:00 |