index
:
delta/libgd.git
GD-2.0
GD-2.1
GD-2.2
GD-2.3
bug/320
bug/402
bug/405
bug/415
bug/661
bug/750
bug/764
bug/788
bug/790
bug/792
bug/797
bug/818
bug/ci_avif_cleanupsrc
feature/ci_avif
features/macos_ci
features/mingw-ci
features/surface
fix-247
fix-248
issue-config-23
issue-config-24
issue-config-msg
issue-libheif
issue-raqm
master
github.com: libgd/libgd
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
add option to enable CMAKE_VERBOSE_MAKEFILE; enable it on MacOs for now
Pierre Joye
2021-08-25
1
-0
/
+5
*
add option to enable/disable CPP API
Pierre Joye
2021-08-22
1
-0
/
+5
*
fix else syntax
Pierre Joye
2021-08-21
1
-3
/
+3
*
add option to enable gcc ASAN in debug mode
Pierre Joye
2021-08-21
1
-2
/
+6
*
disable sanitizer for now, HEIF Leaks...
Pierre Joye
2021-08-21
1
-1
/
+3
*
add docs
Pierre Joye
2021-08-20
1
-0
/
+1
*
add sanitize=address by default in debug and gcc
Pierre Joye
2021-08-14
1
-1
/
+1
*
Set GD_LIB to gd on mingw
Gregory Boyce
2021-07-15
1
-0
/
+1
*
getver: rewrite from perl to shell+awk #535
Mike Frysinger
2021-04-24
1
-1
/
+1
*
AVIF support (#671)
Ben Morss
2021-03-03
1
-0
/
+8
*
HEIF support through libheif (#670)
Martin Reboredo
2021-03-02
1
-0
/
+10
*
fix #303: gdlib.pc: use Requires instead of Libs (#537)
wilson chen
2020-06-18
1
-0
/
+12
*
Fixed #472: Adjusting CMakeLists.txt (#582)
wilson chen
2020-05-10
1
-8
/
+8
*
Add REQUIRED to FIND_PACKAGE(ZLIB)
willson-chen
2020-05-07
1
-2
/
+2
*
CMakeLists.txt: zlib is enabled implicitly
willson-chen
2020-05-07
1
-2
/
+5
*
cmake: remove required host includes (#617)
Rosen Penev
2020-03-31
1
-2
/
+0
*
Fix #164: update doc files install directory in CMakeLists.txt (#536)
willson-chen
2019-11-14
1
-21
/
+21
*
Update cmake min version to 3.7
willson-chen
2019-11-06
1
-1
/
+1
*
FindLIQ.cmake: delete libimagequant source code download logic
willson-chen
2019-11-04
1
-5
/
+0
*
Fix #539: Add RAQM support for cmake
willson-chen
2019-11-02
1
-0
/
+9
*
CMakeLists.txt: set cpack vendor and version dynamically
willson-chen
2019-10-26
1
-4
/
+4
*
cmake: drop old CMP0017 policy
Mike Frysinger
2019-10-26
1
-1
/
+0
*
Remove Git ident attributes
Peter Kokot
2018-06-27
1
-1
/
+0
*
clean up trailing whitespace/newlines
Mike Frysinger
2018-06-21
1
-17
/
+16
*
make gd/gd2 image formats optional #428
Mike Frysinger
2018-01-30
1
-0
/
+3
*
cmake: add soname info to libgd.so
Mike Frysinger
2016-11-10
1
-0
/
+11
*
cmake: use getver.pl for version fields like autotools
Mike Frysinger
2016-11-10
1
-8
/
+13
*
cmake: allow static libs to be disabled
Mike Frysinger
2016-07-22
1
-1
/
+2
*
cmake: add distclean target
Mike Frysinger
2016-07-21
1
-0
/
+2
*
libimagequant: fix integration
Mike Frysinger
2016-05-18
1
-1
/
+1
*
tests: unify cmake test code into a single macro
Mike Frysinger
2016-04-30
1
-0
/
+2
*
Make BUILD_SHARED_LIBS configurable
Leo Yang
2015-08-27
1
-2
/
+1
*
fix CMake error when ENABLE_WEBP
Wangkun
2015-05-07
1
-6
/
+5
*
master is now 2.2.0-dev
Pierre Joye
2015-01-15
1
-2
/
+2
*
back to dev
Pierre Joye
2015-01-15
1
-2
/
+2
*
update version
Pierre Joye
2015-01-14
1
-3
/
+3
*
Normalize static lib name to libgd.a on *nix and libgd_static.lib on windows.
Nathanael Jones
2015-01-07
1
-1
/
+1
*
Drop -m32 definition on MINGW; prevents a 64-bit build from occurring.
Nathanael Jones
2015-01-07
1
-1
/
+1
*
Add libiconv support to CMake files
Nathanael Jones
2014-10-02
1
-0
/
+11
*
fix #81, cmake_minimum_required must be the 1st line in 2.8+
Pierre Joye
2013-07-14
1
-1
/
+1
*
fix #58, install error
Pierre Joye
2013-06-11
1
-1
/
+23
*
Define version just once using m4_define and bump version to 2.1.0-alpha1
gd-2.1.0-alpha1
Ondřej Surý
2013-05-13
1
-1
/
+2
*
Add C99 inttypes support to gd.c
Ondřej Surý
2013-05-02
1
-0
/
+3
*
fix run tests with shared lib build
Pierre Joye
2013-04-24
1
-1
/
+20
*
disable new policy for local modules
Pierre Joye
2013-04-24
1
-0
/
+1
*
drop .hgignore
Takeshi Abe
2013-04-24
1
-1
/
+0
*
Remove duplicate -DBGDWIN32
Ondřej Surý
2013-04-23
1
-1
/
+1
*
generate file in src/ to avoid bad include
Pierre Joye
2013-04-21
1
-1
/
+1
*
Merge branch 'master' of https://bitbucket.org/libgd/gd-libgd
Pierre Joye
2013-04-21
1
-1
/
+1
|
\
|
*
fix CMake buid with freetype
Takeshi Abe
2013-04-20
1
-1
/
+1
[next]