Commit Graph

30 Commits (master)

Author SHA1 Message Date
Mike Frysinger 4690d1ceb6 gitignore: update Windows tools 2021-02-02 21:59:15 -05:00
Mike Frysinger d62f608c7c gdlib-config: punt!
We've been shipping the pkg-config file for a while now and
want people to use that only, so drop this old script.

This also drop the FEATURES variable as it was only available
via `gdlib-config --features` (and no one has complained).
2016-10-06 13:44:48 -04:00
Mike Frysinger ef9b000d39 build: handle renamed README file 2016-04-30 21:02:45 -04:00
Mike Frysinger 4c6a07b263 gitignore: split up test entries
This makes it easier to keep track of things.  The single toplevel list
can make it hard to notice when something is stale.
2016-04-30 13:56:19 -04:00
Mike Frysinger 2bb97f407c gd2: handle corrupt images better (CVE-2016-3074)
Make sure we do some range checking on corrupted chunks.

Thanks to Hans Jerry Illikainen <hji@dyntopia.com> for indepth report
and reproducer information.  Made for easy test case writing :).
2016-04-16 03:51:22 -04:00
Mike Frysinger e08acb0565 Merge pull request #153 from davidchappelle/master
A few minor patches for libgd
2015-12-23 11:58:31 -05:00
Peter Jas 859bcf75e7 git,repo: Ignore build spew. 2015-11-24 20:46:44 +00:00
David Chappelle 52dad8b975 Update git ignore file to exclude cmake build directory 2015-08-27 14:30:14 -04:00
Mike Frysinger 6bdfa681fa ignore new tests 2015-02-28 17:25:49 -05:00
tostercx 292124cc07 squash everything 2014-09-30 00:18:11 +03:00
Nathanael Jones 42e5fa7622 Merge remote-tracking branch 'origin/master' 2014-09-05 13:13:08 -04:00
Nathanael Jones 681992ad44 Remove src/config.h and src/gd.h from .gitignore. Sheesh. 2014-09-05 13:11:43 -04:00
tostercx 25b31bead2 add cleanup, .gitnore build directories and deps, partially fix always rebuilding 2014-09-04 10:13:34 +03:00
Nathanael Jones 09006c4bf7 Get makefile almost working 2014-09-02 10:56:40 -04:00
Chris Reuter 74ad18cc54 Updated .gitignore.
Now ignores all (so far) of the products of the MSys+Windows build
process.
2014-02-07 14:17:17 -05:00
Chris Reuter 00cd958324 Added gdnametest and gdCopyBlurred to .gitignore. 2013-12-16 17:38:17 -05:00
Chris Reuter 549addc327 Added .gitignore lines to exclude naturaldocs by-products. 2013-11-18 19:09:47 -05:00
Chris Reuter 784ffdd01c Test case for new version code.
This adds a simple test of the version API functions.
2013-11-07 19:44:45 -05:00
Chris Reuter f321961a3c Added test case to exercise all of the gdImageScale() modes.
Creates and shrinks a bunch of images using gdImageScale(), once per
mode in both palette and truecolor.  It does not use GD_DEFAULT (which
is equivalent to one of the others) or GD_WEIGHTED4 (unsupported for
scaling).

Note that this test does not check if the resulting image looks anything
like the source.
2013-10-22 21:22:35 -04:00
Ondřej Surý 37689ef4af ignore generated gd.h header 2013-06-28 08:18:04 +02:00
Ondřej Surý d5c2673f16 Add ignore for new tests 2013-06-07 11:33:04 +02:00
Ondřej Surý b47e37d8ae Add another test for correct angle for gdImageRotateInterpolated 2013-05-28 11:10:14 +02:00
Ondřej Surý 030f1d1549 Move new test to gdimagerotate dir to allow adding more tests 2013-05-28 10:49:26 +02:00
Ondřej Surý 15b803fcd2 Update .gitignore with output files for the new test 2013-05-28 10:42:18 +02:00
Mike Frysinger bcffeea313 ignore more test artifacts 2013-04-22 15:23:29 -04:00
Ondřej Surý da63a5af38 Ignore output files from tests/jpeg/jpeg_read.c 2013-04-22 20:37:02 +02:00
Ondřej Surý 5b5f365499 Build and check all tests from tests/ subdirectory in the make check target 2013-04-22 16:43:39 +02:00
Mike Frysinger e936be3161 update ignored files 2013-04-16 18:18:46 -04:00
Ondřej Surý 8b8c82309c Add autogenerated files to .gitignore 2013-04-12 16:40:14 +02:00
Ondřej Surý e9e6c31509 Update git tags and use .gitignore instead of .hgignore 2013-04-10 08:42:27 +02:00