summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* generate file in src/ to avoid bad includePierre Joye2013-04-211-1/+1
* Merge branch 'master' of https://bitbucket.org/libgd/gd-libgdPierre Joye2013-04-211-1/+1
|\
| * fix CMake buid with freetypeTakeshi Abe2013-04-201-1/+1
* | generate in src/ somehow buggy beforePierre Joye2013-04-211-1/+2
|/
* Merge branch 'master' of https://bitbucket.org/libgd/gd-libgdPierre Joye2013-04-121-1/+0
|\
| * WBMP support is always availableTakeshi Abe2013-04-111-1/+0
* | remove debug msg, ignore .gitinore, add docs and licensePierre Joye2013-04-121-2/+6
|/
* CMakeLists.txt: fixed copy/paste mistake (PNG_INCLUDE_DIR/ZLIB_INCLUDE_DIR)Marcin Wojdyr2013-04-051-1/+1
* backport php's gd filterPierre Joye2013-04-051-2/+1
* backport php's gd webp supportPierre Joye2013-04-041-10/+19
* fix win build with cmakePierre Joye2013-04-041-1/+1
* CMakeLists.txt: removed 3 duplicated FIND_PACKAGE() commands.Marcin Wojdyr2013-04-031-7/+0
* Download libimagequant in cmakefile if neededKornel Lesiński2013-03-251-0/+14
* require CMake 2.6 or laterTakeshi Abe2013-02-221-1/+1
* import FindFontConfig.cmakeTakeshi Abe2013-02-221-3/+2
* link_directories does not recognize the BEFORE keywordTakeshi Abe2013-02-201-1/+1
* drop obsolete entries; add new onetabe2013-02-101-3/+1
* use CMAKE_C_FLAGS_DEBUG for debug buildtabe2013-02-101-8/+6
* - more mingw fixespajoye2008-05-051-4/+3
* - gdTest link is also required on *nixpajoye2008-04-201-1/+0
* - add ms-bitfields flag when mingw is used (forced)pajoye2008-04-191-25/+42
* - enable all features by default, can be disabled one by onepajoye2008-02-271-0/+8
* - silent error when no build type are givenpajoye2008-02-091-2/+3
* - fix test for the build typepajoye2008-02-091-6/+18
* - wspajoye2008-01-131-7/+8