summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* run tests for enabled features onlyTakeshi Abe2013-03-071-7/+20
* fix test for gdImageColorDeallocateTakeshi Abe2013-03-061-16/+14
* recover missing PNG filesTakeshi Abe2013-03-053-0/+0
* drop stray #includeTakeshi Abe2013-03-041-1/+0
* this is for gd2, rather than jpegTakeshi Abe2013-03-041-1/+1
* search GD headers locally at firstTakeshi Abe2013-03-0132-36/+36
* remove unnecessary/duplicate linesTakeshi Abe2013-02-261-3/+0
* GDTESTS_TARGET_LINK is just gdTestTakeshi Abe2013-02-2237-42/+36
* fix CMake warning: "Policy CMP0002 is not set: Logical target names must be g...Takeshi Abe2013-02-214-2/+2
* fix -Wimplicit-function-declarationtabe2013-02-1525-15/+27
* fix -Wimplicit-inttabe2013-02-111-1/+1
* fix -Wreturn-typetabe2013-02-111-0/+1
* fix -Wunused-but-set-variabletabe2013-02-119-17/+17
* fix -Wunused-variabletabe2013-02-1119-29/+5
* fix -Wunused-parametertabe2013-02-114-2/+10
* remove missing entries; sort linestabe2013-02-101-1/+0
* suppress warning about the format argumenttabe2013-02-081-1/+1
* drop obsolete .cvsignoretabe2013-02-0721-125/+0
* free memorytabe2010-08-241-0/+1
* fixed FS#227tabe2010-08-243-1/+68
* fixed FS#100tabe2010-01-194-1/+161
* removed an unused variabletabe2010-01-191-1/+0
* just fail if failed to open filetabe2010-01-191-0/+2
* fix possible SEGV by negatiev num of pointstabe2010-01-1432-0/+432
* include an extra directory for cmake 2.8tabe2010-01-071-1/+1
* fix ported from php r289557tabe2009-11-104-1/+26
* fix to give small diffs of tolerancetabe2009-09-202-10/+46
* adapted Kalle's scatter filter. see FS#208tabe2009-09-206-0/+92
* math.h for sin() and cos()tabe2009-08-071-0/+1
* fixed possible segfaults when gdNewDynamicCtx() returns nulltabe2009-06-2525-16/+554
* sort in alphabetical ordertabe2009-06-252-3/+3
* fix for FS#204tabe2009-06-1832-5/+236
* added test to sort regressions like php #43073 (TrueType bounding box is wron...tabe2009-05-055-0/+95
* sort subdirs in alphabetical order except gdtesttabe2009-04-202-13/+38
* removed unused assignment to fontpathtabe2009-04-205-1/+36
* removed CVStabe2009-03-182-2/+2
* fixed FS#186tabe2009-03-175-1/+47
* fixed headerstabe2009-03-171-1/+1
* fixed FS#193tabe2009-03-133-1/+39
* fixed memory leaks.tabe2009-03-132-0/+2
* ref FS#176: added support of variable resolution by Alan Boudreault.tabe2009-03-086-2/+52
* fixed FS#191; draw the center line regardless of thickness.tabe2009-01-184-1/+23
* get a test executable' location from its target property.tabe2009-01-0723-26/+53
* revert to the previous revision, as EXECUTABLE_OUTPUT_PATH enabled again.tabe2009-01-0623-23/+23
* fixed the executable paths.tabe2009-01-0423-23/+23
* return 0 in case of unknown mode. (refs FS#184)tabe2008-12-221-0/+1
* added new filter gdImagePixelate(). (see FS#184)tabe2008-12-215-1/+102
* fixed FS#185.tabe2008-11-265-1/+50
* added gdImageColorReplaceThreshold. (see FS#170)tabe2008-11-231-3/+45
* optimized gdImageColorReplace*()tabe2008-11-201-0/+8