summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* CMake: restore shared libraries by default for top-level buildshaun walbridge2022-12-131-1/+1
* Add support for libjpeg-turbo 2.2-dev 8/12 bit dual modeEven Rouault2022-11-251-1/+5
* CMakeLists.txt: fix warning with -WdevEven Rouault2022-11-131-1/+0
* Apply 9 suggestion(s) to 3 file(s)Timothy Lyanguzov2022-10-041-5/+5
* Fix CMake build to be compatible with FetchContentJeremy Maitin-Shepard2022-10-031-7/+14
* cmake: Fixes for Visual Studio 2022Roger Leigh2022-07-131-5/+0
* doc: Add Sphinx conversion of all manpagesRoger Leigh2022-06-181-1/+0
* Merge remote-tracking branch 'origin/master' into rst-docsRoger Leigh2022-06-051-7/+30
|\
| * Merge branch 'cmake-disable-options' into 'master'Roger Leigh2022-06-051-7/+26
| |\
| | * Add options for disabling tools, tests, contrib and docsRoger Leigh2022-05-291-7/+26
| * | Merge branch 'cmake-msvc-options' into 'master'Roger Leigh2022-06-051-0/+4
| |\ \
| | * | cmake: Add MSVC options when building all libraries and executablesRoger Leigh2022-05-291-0/+4
| | |/
* | | Convert HTML documentation to Sphinx RSTRoger Leigh2022-06-041-1/+1
|/ /
* | cmake: Add tiff-opengl optionRoger Leigh2022-05-291-1/+1
|/
* Fix packaging with CPackTimothy Lyanguzov2022-01-281-1/+1
* Fix version in libtiff-4.pc.in, and CMake build: Add requirements to pc fileKai Pastor2021-07-091-2/+2
* Make LERC_SUPPORT conditional on ZLIB_SUPPORT. Make display of lerc options i...Miguel Medalha2021-04-181-1/+5
* Add LERC support in CMakeAntonio Valentino2021-03-071-0/+4
* cmake: Add release targetRoger Leigh2021-02-131-0/+3
* cmake: Tidy toplevelRoger Leigh2021-02-131-9/+47
* cmake: Move pkg-config support to PkgConfig.cmakeRoger Leigh2021-02-131-10/+1
* cmake: Move library feature options to CXXLibraryFeatures.cmakeRoger Leigh2021-02-131-35/+1
* cmake: Move C++ support to CXXLibrary.cmakeRoger Leigh2021-02-131-10/+1
* cmake: Add FindCMath to handle libm linking portablyRoger Leigh2021-02-131-13/+1
* cmake: Tidy unused includesRoger Leigh2021-02-131-9/+6
* cmake: Rename release date to build dateRoger Leigh2021-02-131-2/+2
* cmake: Compute timestamp portablyRoger Leigh2021-02-131-8/+2
* cmake: Remove remaining uses of report_values()Roger Leigh2021-02-131-15/+0
* cmake: Move JPEG12 checks to JPEGCodec.cmakeRoger Leigh2021-02-131-26/+0
* cmake: Move OpenGL checks to OpenGLChecks.cmakeRoger Leigh2021-02-131-15/+1
* cmake: Move WebP codec support to WebPCodec.cmakeRoger Leigh2021-02-131-8/+1
* cmake: Use imported targets for WebPRoger Leigh2021-02-131-17/+3
* cmake: Move ZSTD codec support to ZSTDCodec.cmakeRoger Leigh2021-02-131-26/+1
* cmake: Use imported targets for ZSTDRoger Leigh2021-02-131-22/+21
* cmake: Move LZMA codec support to LZMACodec.cmakeRoger Leigh2021-02-131-8/+1
* cmake: Use imported targets for LibLZMARoger Leigh2021-02-131-6/+0
* cmake: Move JBIG codec support to JBIGCodec.cmakeRoger Leigh2021-02-131-13/+1
* cmake: Use imported targets for JBIGRoger Leigh2021-02-131-15/+1
* cmake: Move PixarLog codec support to PixarLogCodec.cmakeRoger Leigh2021-02-131-9/+1
* cmake: Report system name in configuration reportRoger Leigh2021-02-131-1/+1
* cmake: Move JPEG codec support to JPEGCodec.cmakeRoger Leigh2021-02-131-14/+1
* cmake: Use imported targets for JPEGRoger Leigh2021-02-131-6/+0
* cmake: Move Deflate codec support to DeflateCodec.cmakeRoger Leigh2021-02-131-20/+1
* cmake: Use imported targets for ZLIB and DeflateRoger Leigh2021-02-131-25/+4
* cmake: Move symbol checks to SymbolChecks.cmakeRoger Leigh2021-02-131-10/+3
* cmake: Move include checks to IncludeChecks.cmakeRoger Leigh2021-02-131-8/+1
* cmake: Move all autotools logic to separate filesRoger Leigh2021-02-131-18/+7
* cmake: Move internal codec options to InternalCodecs.cmakeRoger Leigh2021-02-131-23/+1
* cmake: Move LFS check to LargeFileSupport.cmakeRoger Leigh2021-02-131-7/+1
* cmake: Move Win32 IO feature to WindowsIOFeature.cmakeRoger Leigh2021-02-131-7/+1