summaryrefslogtreecommitdiff
path: root/tests/bmp
Commit message (Expand)AuthorAgeFilesLines
* Fix some memory leakage in test caseswilson chen2020-03-211-1/+4
* tests: Correct some test depend errorswilson chen2020-01-022-10/+1
* Fix #450: Failed to open 1 bit per pixel bitmapRomain DÉOUX2018-12-315-1/+42
* tests: clean up various buffers/objectsMike Frysinger2018-06-212-0/+4
* add underscores around attributesMike Frysinger2018-01-251-1/+1
* tests: add more checks for libpng (and other deps)Mike Frysinger2017-02-232-4/+4
* tests: sync feature enable lists in cmake files #382Mike Frysinger2017-02-151-1/+6
* Fix issue #276: Sometimes pixels are missing when storing images as BMPsChristoph M. Becker2016-07-244-1/+36
* Revert "Fix issue #276: Sometimes pixels are missing when storing images as B...Christoph M. Becker2016-07-244-49/+1
* Fix issue #276: Sometimes pixels are missing when storing images as BMPsChristoph M. Becker2016-07-244-1/+49
* Include tests/bmp/bug00275 in automake toolchainChristoph M. Becker2016-07-241-1/+1
* Fix issue #275: gdImageBmpCtx() may segfault for non-seekable contextsChristoph M. Becker2016-07-244-0/+56
* Partially implement #220: tests: replace all printf error messages with gdTes...Christoph M. Becker2016-07-151-5/+5
* tests: cmake: switch to list appendingMike Frysinger2016-06-151-1/+1
* tests: rework handling of temp output filesMike Frysinger2016-05-171-7/+3
* tests: gd2: add general read test helpers #208Mike Frysinger2016-04-301-2/+2
* tests: split up makefile entriesMike Frysinger2016-04-301-0/+10
* tests: unify cmake test code into a single macroMike Frysinger2016-04-301-6/+1
* gitignore: split up test entriesMike Frysinger2016-04-301-0/+2
* Upgrade to long-syntax CMAKE add_test command to improve cross-platform compa...Nathanael Jones2015-01-071-2/+1
* fix test build, missing gd_lib, TODO: run tests twice for static and shared b...Pierre Joye2013-04-241-1/+1
* Merge outstanding autotools changesOndřej Surý2013-04-081-3/+0
* - apply same CS everywherepierrejoye2013-04-031-2/+2
* search GD headers locally at firstTakeshi Abe2013-03-012-2/+2
* GDTESTS_TARGET_LINK is just gdTestTakeshi Abe2013-02-221-1/+1
* fixed possible segfaults when gdNewDynamicCtx() returns nulltabe2009-06-253-1/+68
* fix for FS#204tabe2009-06-183-0/+28