summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2024-02-26Prepare for OpenJPEG v2.5.1 releasev2.5.1Even Rouault
2024-02-13Always install pkgconfig filesMiloš Komarčević
2024-01-08Add cmake version fileDominik Wójt
2024-01-08CMake: drop support for cmake < 3.5Dominik Wójt
2023-09-24Require `stdint.h` & `inttypes.h`mayeut
2023-03-09CMake: error out on warnings for strict/missing prototypes.Sebastian Rasmussen
2022-08-11Make OpenJPEGConfig.cmake relocatable with CMake > 3.0Alex Richardson
2022-08-07CMake: switch to GNUInstallDirs (#1424)Thomas Bracht Laumann Jespersen
2022-05-13Prepare for 2.5.0 releasev2.5.0Even Rouault
2022-02-13CMakeLists.txt: do not set INSTALL_NAME_DIR for MacOS builds for CMake >= 3.0...Even Rouault
2021-12-05Fix some typos (found by codespell)Stefan Weil
2021-06-08CMakeLists.txt/appveyor.yml: update version number to 2.5.0 to make it easier...Even Rouault
2021-06-01fix #1345: don't remove big endian test for other platformsMehdi Sabwat
2021-05-07emscripten: disable big endian testMehdi Sabwat
2021-05-04Remove obsolete components JPWL, JP3D and MJ2Even Rouault
2021-01-04CMakeLists.txt: Don't require a C++ compilerPeter Korsgaard
2020-12-28Prepare for v2.4.0v2.4.0Even Rouault
2020-05-20Add multithreaded support in the DWT encoder.Even Rouault
2019-04-02update for release 2.3.1Antonin Descampe
2019-04-02Update BUILD version for release 2.3.1Antonin Descampe
2017-10-14CMakeLists.txt: turn BUILD_PKGCONFIG_FILES ON by default on Windows if compil...Even Rouault
2017-10-03Preparing v2.3.0 releaseAntonin Descampe
2017-09-17Build: make sure that -DBUILD_SHARED_LIBS:bool=off is honoured to build only ...Even Rouault
2017-09-01Sub-tile decoding: only allocate tile component buffer of the needed dimensionEven Rouault
2017-08-09Preparing Release v2.2.0Antonin Descampe
2017-06-20Add bench_dwt program (compiled only if BUILD_BENCH_DWT=ON)Even Rouault
2017-05-23CMake: add stronger warnings for openjp2 lib/bin by default, and error out on...Even Rouault
2017-05-09Add mechanisms to reformant and check code style (#128)Even Rouault
2016-09-28Update version number for future release 2.2.0Antonin Descampe
2016-09-26OPENJPEG_NAMESPACE is configurable by userMathieu Malaterre
2016-09-20Disable automatic compilation of t1_generate_lutsAntonin Descampe
2016-05-13Update version number in CMakeLists.txtAntonin Descampe
2016-05-02Use lowercase for cmake commands consistenlyJulien Malik
2016-01-06Fix support of posix_memalign for LinuxStefan Weil
2015-11-01Fin compiler warningsmayeut
2015-10-18Merge pull request #637 from stweil/fixesMatthieu Darbois
2015-10-10do not use aligned_alloc since it requires c11Mathieu Malaterre
2015-10-09cleanup header file and move to implementationMathieu Malaterre
2015-09-29Fix repository for JPEG2000 test dataStefan Weil
2015-07-30better -ffast-math handlingRex Dieter
2014-11-25[trunk] removed warnings when configuring with CMake 3.x on MacOS (fixes issu...Matthieu Darbois
2014-10-15[trunk] Add option to call dsymutil on built binaries (fixes issue 409)Antonin Descampe
2014-09-19fixes install name id on OSX builds (fixes issue 367)Antonin Descampe
2014-04-28[trunk] properly handle pkg-config on non-UNIX hostsMathieu Malaterre
2014-03-25[trunk] Import change from 2.0 branchMathieu Malaterre
2014-03-14[trunk] Mark OpenJPEG to be ABI incompatible with previous one, move to SONAME 7Mathieu Malaterre
2014-02-28[trunk] Fix find_path behavior within cross-compilation executionMathieu Malaterre
2013-10-30trunk: fixed cmake config so as to be able to link opj_jpip_server with FCGI.Antonin Descampe
2013-10-15complete openjpeg2 pkgconfig support, bug #68Rex Dieter
2013-03-25[trunk] separate the opj_config file between public and private part to avoid...Mickael Savinaud