summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* remove annotate from windows buildsPierre Joye2021-08-231-2/+5
* remove from .c tooPierre Joye2021-08-231-1/+6
* +NOTPierre Joye2021-08-231-2/+2
* tried, remove it from windows build, will need portable codes elsewherePierre Joye2021-08-231-0/+3
* stop installing entities.hMike Frysinger2021-04-241-1/+0
* AVIF support (#671)Ben Morss2021-03-031-0/+2
* HEIF support through libheif (#670)Martin Reboredo2021-03-021-0/+2
* drop unused snprintf fallbackMike Frysinger2021-02-211-5/+0
* fix #303: gdlib.pc: use Requires instead of Libs (#537)wilson chen2020-06-181-0/+6
* Fix #539: Add RAQM support for cmakewillson-chen2019-11-021-0/+1
* fixed cmake failed with MinGWwillson-chen2019-09-291-1/+3
* Add leading blank lines check and trim redundant blank newlinesPeter Kokot2018-10-051-1/+0
* CMake process of generating VS solution and projects fails, because l… (#471)kohldampfer2018-09-091-1/+5
* move (redundant) ifdef checks from source to build filesMike Frysinger2018-06-211-1/+1
* include getopt for Windows buildsMike Frysinger2018-01-291-4/+19
* generate & install gdlib.pc for cmake builds too #164Mike Frysinger2018-01-101-0/+3
* cmake: add soname info to libgd.soMike Frysinger2016-11-101-0/+2
* build: sync libgd source listsMike Frysinger2016-07-221-0/+2
* cmake: add visibility support #260Mike Frysinger2016-07-221-1/+5
* cmake: allow static libs to be disabledMike Frysinger2016-07-221-11/+27
* cmake: update build files to match autotools moreMike Frysinger2016-05-141-1/+17
* libgd: update & sort cmake installed headers #164Mike Frysinger2016-04-301-1/+15
* libgd: update & sort source listsMike Frysinger2016-04-301-19/+20
* Merge pull request #182 from leoyanggit/fix_build_staticMike Frysinger2015-12-231-4/+21
|\
| * Make BUILD_SHARED_LIBS configurableLeo Yang2015-08-271-4/+21
* | win: Use an external snprintf hook.Peter Jas2015-11-231-0/+6
|/
* fix CMake error when ENABLE_WEBPWangkun2015-05-071-4/+5
* delete webpimg.c referencesMike Frysinger2015-04-111-1/+0
* Normalize static lib name to libgd.a on *nix and libgd_static.lib on windows.Nathanael Jones2015-01-071-2/+7
* Add libiconv support to CMake filesNathanael Jones2014-10-021-2/+2
* Added new files to CMakeLists.txt.Chris Reuter2013-11-071-0/+1
* add missing filesPierre Joye2013-06-101-0/+3
* add gd_xbm.cPierre Joye2013-04-231-0/+1
* ncPierre Joye2013-04-211-2/+1
* install gd_errors.hPierre Joye2013-04-181-1/+1
* - move pixelate filter to gd_filter.cPierre Joye2013-04-051-1/+0
* backport php's gd filterPierre Joye2013-04-051-0/+1
* backport php's gd webp supportPierre Joye2013-04-041-2/+4
* add zlib to dep (use by gd(2) format)Pierre Joye2013-04-041-2/+2
* Download libimagequant in cmakefile if neededKornel Lesiński2013-03-251-2/+2
* import FindFontConfig.cmakeTakeshi Abe2013-02-221-2/+2
* adapted Kalle's scatter filter. see FS#208tabe2009-09-201-0/+1
* added new filter gdImagePixelate(). (see FS#184)tabe2008-12-211-0/+1
* define the installation targets.tabe2008-12-121-0/+11
* added gdImageColorReplaceThreshold. (see FS#170)tabe2008-11-231-0/+2
* added gd_color_map.[ch] to LIBGD_SRC_FILES.tabe2008-08-151-0/+2
* Add bmp code to build scripts.scottmac2008-05-311-0/+2
* - add ms-bit-fields option for mingw and msyspajoye2008-05-091-1/+5
* - build static version of libgd (we may add an option to disable it)pajoye2008-04-181-0/+3
* - don't add MS VC specific flag when mingw is usedpajoye2008-04-171-2/+2