Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gitignore: update Windows tools | Mike Frysinger | 2021-02-02 | 1 | -0/+2 |
| | |||||
* | gdlib-config: punt! | Mike Frysinger | 2016-10-06 | 1 | -1/+0 |
| | | | | | | | | 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). | ||||
* | build: handle renamed README file | Mike Frysinger | 2016-04-30 | 1 | -0/+5 |
| | |||||
* | gitignore: split up test entries | Mike Frysinger | 2016-04-30 | 1 | -141/+1 |
| | | | | | This makes it easier to keep track of things. The single toplevel list can make it hard to notice when something is stale. | ||||
* | gd2: handle corrupt images better (CVE-2016-3074) | Mike Frysinger | 2016-04-16 | 1 | -0/+1 |
| | | | | | | | 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 :). | ||||
* | Merge pull request #153 from davidchappelle/master | Mike Frysinger | 2015-12-23 | 1 | -0/+4 |
|\ | | | | | A few minor patches for libgd | ||||
| * | Update git ignore file to exclude cmake build directory | David Chappelle | 2015-08-27 | 1 | -0/+4 |
| | | |||||
* | | git,repo: Ignore build spew. | Peter Jas | 2015-11-24 | 1 | -0/+6 |
|/ | |||||
* | ignore new tests | Mike Frysinger | 2015-02-28 | 1 | -0/+2 |
| | |||||
* | squash everything | tostercx | 2014-09-30 | 1 | -3/+6 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Nathanael Jones | 2014-09-05 | 1 | -0/+4 |
|\ | |||||
| * | add cleanup, .gitnore build directories and deps, partially fix always ↵ | tostercx | 2014-09-04 | 1 | -0/+4 |
| | | | | | | | | rebuilding | ||||
* | | Remove src/config.h and src/gd.h from .gitignore. Sheesh. | Nathanael Jones | 2014-09-05 | 1 | -2/+0 |
|/ | |||||
* | Get makefile almost working | Nathanael Jones | 2014-09-02 | 1 | -1/+2 |
| | |||||
* | Updated .gitignore. | Chris Reuter | 2014-02-07 | 1 | -0/+5 |
| | | | | | Now ignores all (so far) of the products of the MSys+Windows build process. | ||||
* | Added gdnametest and gdCopyBlurred to .gitignore. | Chris Reuter | 2013-12-16 | 1 | -0/+2 |
| | |||||
* | Added .gitignore lines to exclude naturaldocs by-products. | Chris Reuter | 2013-11-18 | 1 | -0/+3 |
| | |||||
* | Test case for new version code. | Chris Reuter | 2013-11-07 | 1 | -0/+1 |
| | | | | This adds a simple test of the version API functions. | ||||
* | Added test case to exercise all of the gdImageScale() modes. | Chris Reuter | 2013-10-22 | 1 | -0/+3 |
| | | | | | | | | | | 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. | ||||
* | ignore generated gd.h header | Ondřej Surý | 2013-06-28 | 1 | -0/+1 |
| | |||||
* | Add ignore for new tests | Ondřej Surý | 2013-06-07 | 1 | -0/+2 |
| | |||||
* | Add another test for correct angle for gdImageRotateInterpolated | Ondřej Surý | 2013-05-28 | 1 | -0/+1 |
| | |||||
* | Move new test to gdimagerotate dir to allow adding more tests | Ondřej Surý | 2013-05-28 | 1 | -1/+1 |
| | |||||
* | Update .gitignore with output files for the new test | Ondřej Surý | 2013-05-28 | 1 | -0/+3 |
| | |||||
* | ignore more test artifacts | Mike Frysinger | 2013-04-22 | 1 | -0/+4 |
| | |||||
* | Ignore output files from tests/jpeg/jpeg_read.c | Ondřej Surý | 2013-04-22 | 1 | -118/+120 |
| | |||||
* | Build and check all tests from tests/ subdirectory in the make check target | Ondřej Surý | 2013-04-22 | 1 | -0/+122 |
| | |||||
* | update ignored files | Mike Frysinger | 2013-04-16 | 1 | -10/+58 |
| | |||||
* | Add autogenerated files to .gitignore | Ondřej Surý | 2013-04-12 | 1 | -1/+11 |
| | |||||
* | Update git tags and use .gitignore instead of .hgignore | Ondřej Surý | 2013-04-10 | 1 | -0/+13 |