summaryrefslogtreecommitdiff
path: root/thirdparty
AgeCommit message (Collapse)Author
2016-01-06Add missing include statement for ssize_tmayeut
Update uclouvain/openjpeg#681
2015-07-26Fix libtiff build with Visual Studio 2010mayeut
2015-07-25Switch to libpng-1.6.17mayeut
2015-07-25Merge pull request #528 from mayeut/zlib-1.2.8Matthieu Darbois
Update zlib to version 1.2.8
2015-07-21Switch to libcms2-2.6mayeut
2015-07-04Update zlib to version 1.2.8mayeut
2015-07-03upgraded to libtiff v4.0.4Aaron Boxer
2014-12-09[trunk] Fixed compilation error under Visual Studio 2003 (fixes issue 351)Matthieu Darbois
2014-04-02[trunk] removed debug message in CMakeLists.txtAntonin Descampe
2014-03-14[trunk] Remove duplicate content from test_inline.cMathieu Malaterre
Thanks to Matthieu Darbois for report (and patch) Fixes issue 285
2013-03-17[trunk] use everywhere the new opj_ prefix for HAVE variables and use the ↵Mickael Savinaud
opj_apps_config file (thanks to winfried)
2012-10-01[trunk] FolderReorgProposal task: Fix doxygenMathieu Malaterre
Update issue 177
2012-08-30[trunk] Remove CMake-language block-end command argumentsMickael Savinaud
Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style. Thanks to Hans Johnson
2012-03-19[trunk] use autotools convention where #ifdef BLA, should be provided by ↵Mathieu Malaterre
#define BLA 1. This is to cope with pseudo autotools generated tif header.
2012-03-19[trunk] add debug statement for Win7-VS2008-32bits-trunk-Debug-OSGeo4WMathieu Malaterre
2012-03-17[trunk] Fix compilation when zlib.h is in user specified directory.Mathieu Malaterre
2012-03-15[trunk] Fix compilation on 32bits/PowerPC arch (debian/linux)Mathieu Malaterre
2012-03-15[trunk] make sure to build as universal build when OS is APPLEMathieu Malaterre
2012-03-12[trunk] Fix issue with spaceMathieu Malaterre
2012-03-12[trunk] Add support for compiling libtiff with VS2008Mathieu Malaterre
2012-03-12[trunk] Add support for MSVC 2010 compiler (32bits)Mathieu Malaterre
2012-03-12[trunk] Update libtiff to 4.0.1 to support BigTIFF. openjpeg/tiff 4.0.1 ↵Mathieu Malaterre
currently builds on linux/x86_64 and linux/mingw32.
2012-03-02[trunk] import JPIP modifications for build-system from 1.5Mathieu Malaterre
2011-11-24Avoid message pollution during cmake configuration timeMathieu Malaterre
2011-08-12added cmake support to openjpipAntonin Descampe
2011-08-11Fixed issue #76 (trunk)Mickael Savinaud
2011-07-22correct some troubles about thirdparty when they are usedMickael Savinaud
2011-07-21add new decode tests based on conformance data and tolerance. Non regression ↵Mickael Savinaud
is also added on the decoder output. Deactivate old tests.
2011-07-21removed unused warning configuration messageMickael Savinaud
2011-07-13improved some CMakeLists files linked to the build of applications which ↵Mickael Savinaud
used thirdparty
2011-03-21added two files FindLCMS.cmake and FindLCMS2.cmake as they are not shipped ↵Antonin Descampe
by default with other cmake modules.
2011-03-20Removed the libs directory containing win32 compiled versions of libpng, ↵Antonin Descampe
libtiff and liblcms. Added a thirdparty directory to include main source files of libtiff, libpng, libz and liblcms to enable support of these formats in the codec executables. CMake will try to statically build these libraries if they are not found on the system. Note that these third party libraries are not required to build libopenjpeg (which has no dependencies).