openjpeg/thirdparty
Even Rouault d4e54e9f35 Add mechanisms to reformant and check code style (#128)
Use an internal version of astyle (astyle 3.0). Scripts taken from QGIS.
astyle.options from https://github.com/uclouvain/openjpeg/issues/128

scripts/prepare-commit.sh can be used locally to automatically reformat
edited files.

Travis-CI will run scripts/verify-indentation.sh to verify committed files.
2017-05-09 20:46:16 +02:00
..
astyle Add mechanisms to reformant and check code style (#128) 2017-05-09 20:46:16 +02:00
include Update zlib to version 1.2.8 2015-07-04 18:45:06 +02:00
liblcms2 Update to lcms 2.8 (#808) 2016-08-06 13:04:56 +02:00
libpng Update to libpng 1.6.25 (#821) 2016-09-06 22:33:45 +02:00
libtiff Use lowercase for cmake commands consistenly 2016-05-02 16:05:41 +02:00
libz Use lowercase for cmake commands consistenly 2016-05-02 16:05:41 +02:00
CMakeLists.txt Add mechanisms to reformant and check code style (#128) 2017-05-09 20:46:16 +02:00
README.txt [trunk] FolderReorgProposal task: Fix doxygen 2012-10-01 08:30:04 +00:00

README.txt

This directory contains 3rd party libs (PNG, ZLIB)...

They are convinient copy of code from people outside of the OpenJPEG community.
They are solely provided for ease of build of OpenJPEG on system where those
3rd party libs are not easily accessible (typically non-UNIX).

The OpenJPEG does not recommend using those 3rd party libs over your system
installed libs. The OpenJPEG does not even garantee that those libraries will
work for you.