summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
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)
2013-03-13[trunk] use the home made macro to ensure the existence of some include fileMickael Savinaud
2013-03-13[trunk] correct missing variable in openjpeg config fileMickael Savinaud
2013-03-03[trunk] split into two config files config options related to the lib and to ↵Mickael Savinaud
the application.
2012-12-04[trunk] correct the new name of OPJ_HAVE_STDINT_H everywhereMickael Savinaud
2012-12-04[trunk] remove SSIZE which is unused in openjpeg and rename HAVE_STDINT_H to ↵Mickael Savinaud
OPJ_HAVE_STDINT_H
2012-12-03[trunk] move typedef from opj_stdint.h to openjpeg.h and add an include of ↵Mickael Savinaud
stdio.h in openjpeg.h. Fixes issue 197
2012-12-03[trunk]add the pkgconfig support for openjp2 (thanks Winfried)Mickael Savinaud
2012-10-29[trunk] Update version number to 2.0. This will help for testing generating ↵Mathieu Malaterre
scripts
2012-10-22[trunk] Fix java binding installationMathieu Malaterre
2012-10-01[trunk] V2 will be release with SOVERSION=6Mathieu Malaterre
2012-10-01[trunk] FolderReorgProposal fix. 3rd party variables were not setMathieu Malaterre
Update issue 177
2012-10-01[trunk] Requires CMake 2.8.2 at leastMathieu Malaterre
2012-10-01[trunk] rename PACKAGE_VERSION to OPJ_PACKAGE_VERSIONMathieu Malaterre
This prevent conflicts with TIFF package which also defines PACKAGE_VERSION
2012-10-01[trunk] FolderReorgProposal task: move source code to source dirMathieu Malaterre
2012-10-01[trunk] FolderReorgProposal task: only keep a single build systemMathieu Malaterre
2012-09-28[trunk] FolderReorgProposal task: rename cli toolsMathieu Malaterre
Update issue 177
2012-09-28[trunk] FolderReorgProposal task: add JP3DMathieu Malaterre
Update issue 177
2012-09-28[trunk] Continue FolderReorgProposal task. Missing java wrappingMathieu Malaterre
Update issue 177
2012-09-28[trunk] Start FolderReorgProposal taskMathieu 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-08-30[trunk] Convert CMake-language commands to lower caseMickael Savinaud
Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. This also changes all the key words to lower case. The primary reason for changing key words is that all documentation for CMakeLists.txt now shows the key words as lower case. Even the printed “Mastering CMake v5” uses lower case. Thanks to Hans Johnson
2012-05-29[trunk] Fix installation issues. Thanks to winfried for patch.Mathieu Malaterre
Fixes issue 149
2012-03-27[trunk] fix compilation on OS where ssize_t is not defined.Mathieu Malaterre
2012-03-02[trunk] Backport toplevel changes from 1.5 over to trunk. Remove ↵Mathieu Malaterre
hand-generated CHANGES file
2011-12-02Simplify code. Use standard find_package call instead. ctest script will ↵Mathieu Malaterre
need to handle this now
2011-12-02Add CPack stuffMathieu Malaterre
2011-11-28[trunk] activate LargeFileSupport in CMakeJulien Malik
2011-11-27[trunk] search for kdu_expand in a more cmake-compliant wayJulien Malik
2011-11-24Use cmake style define. Fix big endian issue on dual OS (eg. Tiger)Mathieu Malaterre
2011-10-07[trunk] WIP: backport rev 967-969 about test suite enhancement and rename of ↵Mickael Savinaud
opj_configh.cmake.in from opj-1.5 to trunk
2011-10-06[trunk] WIP: Enhance html documentation generation with cmake, add a ↵Mickael Savinaud
mainpage to this documentation and bump version to 1.99.0 into the main CMakeLists (as rev951)
2011-09-21Enhance the support of endianess with cmake and inside the code (credit to ↵Mickael Savinaud
Winfried)
2011-09-01renamed getopt.{c/h} to opj_getopt.{c/h} and forced the use of these files ↵Antonin Descampe
rather than the system ones. This fixed issue 78. Credit to Winfried.
2011-08-30added first version of the encoding tests suiteMickael Savinaud
2011-08-22updated INSTALL files, fixed a bug in CMakeLists.txt that prevented finding ↵Antonin Descampe
the data directory
2011-08-12added cmake support to openjpipAntonin Descampe
2011-07-27added new decoding/dump tests based on data found in input/nonregresion ↵Mickael Savinaud
repository (remove JPEG2000_CONFORMANCE_DATA_ROOT variable, add REF_DECODER_BIN_PATH variable for the encoder test suite). Remove definitively old tests
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-13improved some CMakeLists files linked to the build of applications which ↵Mickael Savinaud
used thirdparty
2011-06-30fixed CTest configuration filesAntonin Descampe
2011-04-14initial commit of OpenJPIP 1.0, a JPIP client-server architecture based on ↵Antonin Descampe
OpenJPEG (see README file in jpip directory for more details)
2011-04-14fixed applications/codec/CMakeLists.txt that prevented JPWL executables to ↵Antonin Descampe
be built with JPWL functionalities ; changed make all behaviour : DOC target removed from ALL
2011-04-13changed the directory hierarchy of the whole project. See README files for ↵Antonin Descampe
details.
2011-04-13renamed and reorganized "jp3d" directory to "openjpeg3d". Is now a ↵Antonin Descampe
standalone directory, with independent cmake files. Done as it uses its own version of the openjpeg library and does not depend on the one currently developped. Will be removed from the trunk and stored in a branch.
2011-03-30openjpeg.pc.cmake rewrites wrong variables (issue 67)Rex Dieter
2011-03-24name fixing in variables related to liblcmsAntonin Descampe
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-21fixed a bug that created a conflict between liblcms on the system and ↵Antonin Descampe
liblcms2 in the thirdparty directory
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).