summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Hardcode HOST_FILLORDER to FILLORDER_LSB2MSB, and make 'H' flag of TIFFOpen()...Even Rouault2023-05-091-11/+0
* do not install libtiff-4.pc when tiff-install is resetRoman2023-04-231-2/+4
* Make TIFF_MAX_DIR_COUNT a autoconf/CMake settingEven Rouault2022-12-131-0/+2
* Add support for libjpeg-turbo 2.2-dev 8/12 bit dual modeEven Rouault2022-11-251-13/+41
* CMake: correctly set default value of 'lzma' option when liblzma is detected ...Even Rouault2022-10-231-1/+1
* Apply 9 suggestion(s) to 3 file(s)Timothy Lyanguzov2022-10-041-2/+2
* Fix CMake build to be compatible with FetchContentJeremy Maitin-Shepard2022-10-032-8/+11
* cmake: Correct duplicate definition of _CRT_SECURE_NO_WARNINGSRoger Leigh2022-07-131-1/+1
* cmake: Fixes for Visual Studio 2022Roger Leigh2022-07-131-5/+9
* doc: Add Sphinx conversion of all manpagesRoger Leigh2022-06-183-21/+35
* Always link to libm if availableMatthias Kuhn2022-06-091-2/+2
* Convert HTML documentation to Sphinx RSTRoger Leigh2022-06-044-0/+225
* cmake: Add tiff-opengl optionRoger Leigh2022-05-291-0/+7
* Handle absolute paths in pkg-config fileMiloš Komarčević2022-05-161-2/+10
* Replace add_compile_definitions for CMake versions before 3.12 (#238) Robert Pollak2022-05-131-2/+2
* Correct fix for the pkgconf file relative pathsMiloš Komarčević2022-03-101-3/+3
* Fix pkgconf file relative pathsMiloš Komarčević2022-03-021-4/+4
* Fix packaging with CPackTimothy Lyanguzov2022-01-281-3/+3
* Merge branch 'VisualStudio_warnings_suppress' into 'master'Even Rouault2021-12-011-0/+4
|\
| * Suppress unnecessary warnings in Visual Studio in AppVeyor test.Su_Laus2021-03-191-0/+4
* | Merge branch 'pkgconfig' into 'master'Even Rouault2021-07-091-0/+23
|\ \
| * | Fix version in libtiff-4.pc.in, and CMake build: Add requirements to pc fileKai Pastor2021-07-091-0/+23
* | | Fix reconfiguration with cmakeKai Pastor2021-07-041-0/+2
|/ /
* | Make LERC_SUPPORT conditional on ZLIB_SUPPORT. Make display of lerc options i...Miguel Medalha2021-04-181-1/+1
|/
* Merge branch 'feature/lerc' into 'master'Even Rouault2021-03-102-0/+118
|\
| * Add LERC support in CMakeAntonio Valentino2021-03-072-0/+118
* | cmake: Correct FindCMathRoger Leigh2021-03-091-4/+4
* | cmake: Correct ZSTD_USABLE typoRoger Leigh2021-03-091-1/+1
* | cmake: FindJBIG uses lib prefix on WindowsRoger Leigh2021-03-071-0/+7
* | cmake: FindDeflate uses lib prefix on WindowsRoger Leigh2021-03-071-0/+7
|/
* cmake: Add release targetRoger Leigh2021-02-132-0/+63
* cmake: Tidy toplevelRoger Leigh2021-02-131-1/+7
* cmake: Move pkg-config support to PkgConfig.cmakeRoger Leigh2021-02-131-0/+36
* cmake: Move library feature options to CXXLibraryFeatures.cmakeRoger Leigh2021-02-131-0/+60
* cmake: Move C++ support to CXXLibrary.cmakeRoger Leigh2021-02-131-0/+32
* cmake: Add FindCMath to handle libm linking portablyRoger Leigh2021-02-132-0/+72
* cmake: Tidy unused includesRoger Leigh2021-02-131-0/+0
* cmake: Move JPEG12 checks to JPEGCodec.cmakeRoger Leigh2021-02-131-0/+16
* cmake: Move OpenGL checks to OpenGLChecks.cmakeRoger Leigh2021-02-131-0/+43
* cmake: Move OpenGL checks to OpenGLChecks.cmakeRoger Leigh2021-02-131-0/+0
* cmake: Move WebP codec support to WebPCodec.cmakeRoger Leigh2021-02-131-0/+35
* cmake: Add FindWebPRoger Leigh2021-02-131-0/+91
* cmake: Move ZSTD codec support to ZSTDCodec.cmakeRoger Leigh2021-02-131-0/+53
* cmake: Add FindZSTDRoger Leigh2021-02-131-0/+107
* cmake: Move LZMA codec support to LZMACodec.cmakeRoger Leigh2021-02-131-0/+33
* cmake: Use imported targets for LibLZMARoger Leigh2021-02-131-0/+126
* cmake: Move JBIG codec support to JBIGCodec.cmakeRoger Leigh2021-02-131-0/+47
* cmake: Add FindJBIGRoger Leigh2021-02-131-0/+109
* cmake: Move PixarLog codec support to PixarLogCodec.cmakeRoger Leigh2021-02-131-0/+33
* cmake: Use imported targets for JPEGRoger Leigh2021-02-132-0/+182