summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Some fixes for MINGW (#828)مهدي شينون (Mehdi Chinoune)2022-04-151-4/+4
* #788 fix bug in HEIF usage, stride is require (#801)Pierre Joye2022-01-221-2/+2
* generate and use config.h from/to build dir (github user LRFLEW)Pierre Joye2021-09-101-1/+2
* add option to enable CMAKE_VERBOSE_MAKEFILE; enable it on MacOs for nowPierre Joye2021-08-251-0/+5
* add option to enable/disable CPP APIPierre Joye2021-08-221-0/+5
* fix else syntaxPierre Joye2021-08-211-3/+3
* add option to enable gcc ASAN in debug modePierre Joye2021-08-211-2/+6
* disable sanitizer for now, HEIF Leaks...Pierre Joye2021-08-211-1/+3
* add docsPierre Joye2021-08-201-0/+1
* add sanitize=address by default in debug and gccPierre Joye2021-08-141-1/+1
* Set GD_LIB to gd on mingwGregory Boyce2021-07-151-0/+1
* getver: rewrite from perl to shell+awk #535Mike Frysinger2021-04-241-1/+1
* AVIF support (#671)Ben Morss2021-03-031-0/+8
* HEIF support through libheif (#670)Martin Reboredo2021-03-021-0/+10
* fix #303: gdlib.pc: use Requires instead of Libs (#537)wilson chen2020-06-181-0/+12
* Fixed #472: Adjusting CMakeLists.txt (#582)wilson chen2020-05-101-8/+8
* Add REQUIRED to FIND_PACKAGE(ZLIB)willson-chen2020-05-071-2/+2
* CMakeLists.txt: zlib is enabled implicitlywillson-chen2020-05-071-2/+5
* cmake: remove required host includes (#617)Rosen Penev2020-03-311-2/+0
* Fix #164: update doc files install directory in CMakeLists.txt (#536)willson-chen2019-11-141-21/+21
* Update cmake min version to 3.7willson-chen2019-11-061-1/+1
* FindLIQ.cmake: delete libimagequant source code download logicwillson-chen2019-11-041-5/+0
* Fix #539: Add RAQM support for cmakewillson-chen2019-11-021-0/+9
* CMakeLists.txt: set cpack vendor and version dynamicallywillson-chen2019-10-261-4/+4
* cmake: drop old CMP0017 policyMike Frysinger2019-10-261-1/+0
* Remove Git ident attributesPeter Kokot2018-06-271-1/+0
* clean up trailing whitespace/newlinesMike Frysinger2018-06-211-17/+16
* make gd/gd2 image formats optional #428Mike Frysinger2018-01-301-0/+3
* cmake: add soname info to libgd.soMike Frysinger2016-11-101-0/+11
* cmake: use getver.pl for version fields like autotoolsMike Frysinger2016-11-101-8/+13
* cmake: allow static libs to be disabledMike Frysinger2016-07-221-1/+2
* cmake: add distclean targetMike Frysinger2016-07-211-0/+2
* libimagequant: fix integrationMike Frysinger2016-05-181-1/+1
* tests: unify cmake test code into a single macroMike Frysinger2016-04-301-0/+2
* Make BUILD_SHARED_LIBS configurableLeo Yang2015-08-271-2/+1
* fix CMake error when ENABLE_WEBPWangkun2015-05-071-6/+5
* master is now 2.2.0-devPierre Joye2015-01-151-2/+2
* back to devPierre Joye2015-01-151-2/+2
* update versionPierre Joye2015-01-141-3/+3
* Normalize static lib name to libgd.a on *nix and libgd_static.lib on windows.Nathanael Jones2015-01-071-1/+1
* Drop -m32 definition on MINGW; prevents a 64-bit build from occurring.Nathanael Jones2015-01-071-1/+1
* Add libiconv support to CMake filesNathanael Jones2014-10-021-0/+11
* fix #81, cmake_minimum_required must be the 1st line in 2.8+Pierre Joye2013-07-141-1/+1
* fix #58, install errorPierre Joye2013-06-111-1/+23
* Define version just once using m4_define and bump version to 2.1.0-alpha1gd-2.1.0-alpha1Ondřej Surý2013-05-131-1/+2
* Add C99 inttypes support to gd.cOndřej Surý2013-05-021-0/+3
* fix run tests with shared lib buildPierre Joye2013-04-241-1/+20
* disable new policy for local modulesPierre Joye2013-04-241-0/+1
* drop .hgignoreTakeshi Abe2013-04-241-1/+0
* Remove duplicate -DBGDWIN32Ondřej Surý2013-04-231-1/+1