summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/CMakeLists.txt
AgeCommit message (Expand)Author
2024-02-29Refactor build of both types of linkageKai Pastor
2024-02-29Fix export of OPJ_STATIC macroKai Pastor
2024-01-08CMake: drop support for cmake < 3.5Dominik Wójt
2023-09-24Require `stdint.h` & `inttypes.h`mayeut
2023-02-07CMake: add missing GNUInstallDirs related substitutions (fixes #1424) (#1456)autoantwort
2022-08-07CMake: switch to GNUInstallDirs (#1424)Thomas Bracht Laumann Jespersen
2021-09-25Added support for high throughput (HTJ2K) decoding.Aous Naman
2021-08-01cmake: add install interface include directoryAnonymous Maarten
2020-05-20Add multithreaded support in the DWT encoder.Even Rouault
2017-11-14Changed cmake version test to allow for cmake 2.8.11.xAndrew Murray
2017-10-09Unix build: fix regression of 2.3.0 where a shared-only or static-only build ...Even Rouault
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-07-13install static librariesJeroen
2017-07-03Merge pull request #954 from jeroen/staticEven Rouault
2017-06-20Add bench_dwt program (compiled only if BUILD_BENCH_DWT=ON)Even Rouault
2017-06-16only build both static and dynamic on non-windowsJeroen Ooms
2017-06-16build both shared and static libraryJeroen Ooms
2017-06-02MQC/RAW decoder: use an artificial 0xFF 0xFF terminating marker.Even Rouault
2017-05-23CMake: add stronger warnings for openjp2 lib/bin by default, and error out on...Even Rouault
2016-09-26OPENJPEG_NAMESPACE is configurable by userMathieu Malaterre
2016-09-20Disable automatic compilation of t1_generate_lutsAntonin Descampe
2016-09-16renamed USE_THREAD to OPJ_USE_THREADAntonin Descampe
2016-05-25Add threading and thread pool APIEven Rouault
2016-05-21Move some MQC functions into a header for speedKal Conley
2016-05-02Use lowercase for cmake commands consistenlyJulien Malik
2015-10-09cleanup header file and move to implementationMathieu Malaterre
2015-09-01Correct CMake version requirementsmayeut
2015-07-30better -ffast-math handlingRex Dieter
2015-07-18Add headers to CMake targetmayeut
2015-07-04uclouvain/openjpeg#254 Add build option to disable the fixmayeut
2014-11-25[trunk] removed some warnings when configuring with CMake 3.x on MacOSMatthieu Darbois
2014-10-15[trunk] Add option to call dsymutil on built binaries (fixes issue 409)Antonin Descampe
2014-04-28[trunk] properly handle pkg-config on non-UNIX hostsMathieu Malaterre
2013-03-25[trunk] separate the opj_config file between public and private part to avoid...Mickael Savinaud
2012-10-25[trunk] remove jpt.c/.h which used functions not used by v2. The code is alwa...Mickael Savinaud
2012-10-25[trunk] Rework r2077Mathieu Malaterre
2012-10-24[trunk] add the support of complex mct encoding when we setup the j2k encoderMickael Savinaud
2012-10-15[trunk]rename j2k_lib to opj_clock Mickael Savinaud
2012-10-15[trunk] Fix issue during renaming of man pageMathieu Malaterre
2012-10-15[trunk] Fix compilation:Mathieu Malaterre
2012-10-05[trunk] First step in moving JPIP code out of openjp2Mathieu Malaterre
2012-10-02[trunk] Build small internal tools to generate t1_luts.hMathieu Malaterre
2012-10-01[trunk] FolderReorgProposal fix. 3rd party variables were not setMathieu Malaterre
2012-10-01[trunk] FolderReorgProposal task: move source code to source dirMathieu Malaterre
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre