summaryrefslogtreecommitdiff
path: root/scripts/pnglibconf.mak
Commit message (Collapse)AuthorAgeFilesLines
* scripts: Clean up the logging in makefile.std and pnglibconf.makCosmin Truta2022-09-141-13/+13
| | | | | | | | The console logs produced by these scripts should be easy to follow, especially on CI bots. Delete the unnecessary macros ECHO and SED. Add a new macro MV_F (for "mv -f"), alongside RM_F (for "rm -f").
* [libpng16] Add pnglibconf.dfn and pnglibconf.pre to scripts/pnglibconf.makGlenn Randers-Pehrson2015-03-211-1/+2
| | | | "clean" target.
* [libpng16] Remove pnglibconf.h, pnglibconf.c, and pnglibconf.out instead ofCosmin Truta2015-03-151-1/+1
| | | | pnglibconf.* in "make clean" (Cosmin).
* [libpng16] Bump version to 1.6.1beta05Glenn Randers-Pehrson2013-03-021-24/+20
|
* [libpng16] Imported from libpng-1.6.0beta05.tarv1.6.1beta05Glenn Randers-Pehrson2013-03-011-20/+24
|
* [libpng16] Ported libpng 1.5 options.awk/dfn file handling to 1.6, fixed one ↵John Bowler2013-02-151-23/+18
| | | | bug.
* [libpng16] Added PNG_SECURE feature to pnglibconf.dfa and new pngusr.dfa fileGlenn Randers-Pehrson2012-02-231-2/+2
| | | | to reset the user limits to safe ones if PNG_SECURE is defined.
* [libpng16] Fixed fixed/float API export conditionals. 1) If FIXED_POINT orJohn Bowler2012-02-131-2/+3
| | | | | | | | | | | | FLOATING_POINT options were switched off, png.h ended up with lone ';' characters. This is not valid ANSI-C outside a function. The ';' characters have been moved inside the definition of PNG_FP_EXPORT and PNG_FIXED_EXPORT. 2) If either option was switched off, the declaration of the corresponding functions were completely omitted, even though some of them are still used internally. The result is still valid, but produces warnings from gcc with some warning options (including -Wall). The fix is to cause png.h to declare the functions with PNG_INTERNAL_FUNCTION when png.h is included from pngpriv.h.
* [libpng15] Change options.awk to use pngconf.h for versioningJohn Bowler2011-11-081-3/+4
| | | | instead of ANNOUNCE
* [libpng15] Added versioning to pnglibconf.h comments.John Bowler2011-11-071-2/+2
|
* [libpng15] Changed 8 new leading spaces to TAB in scripts/makefile.stdGlenn Randers-Pehrson2011-11-071-1/+1
| | | | and pnglibconf.mak
* [libpng15] Updated scripts/pnglibconf.mak and scripts/makefile.stdJohn Bowler2011-11-051-1/+1
| | | | to handle the new PNG_JOIN macro.
* [libpng15] Updated scripts/pnglibconf.mak to handle the new PNG_JOIN macro.Glenn Randers-Pehrson2011-11-051-1/+1
|
* [devel] Remove some trailing blanks.Glenn Randers-Pehrson2011-05-071-1/+1
|
* [devel] Imported from libpng-1.5.2rc02.tarv1.5.2rc02Glenn Randers-Pehrson2011-03-221-1/+3
|
* [devel] Renamed scripts/pnglibconf.h to scripts/pnglibconf.h.prebuiltGlenn Randers-Pehrson2010-08-241-1/+1
|
* [devel] Imported from libpng-1.5.0beta29.tarv1.5.0beta29Glenn Randers-Pehrson2010-06-251-2/+9
|
* [devel] Improved the options.awk script; added an "everything off" option.Glenn Randers-Pehrson2010-04-281-4/+8
|
* [devel] Imported from libpng-1.5.0beta20.tarv1.5.0beta20Glenn Randers-Pehrson2010-04-241-0/+0
|
* [devel] Revise scripts to work with pnglibconf.hGlenn Randers-Pehrson2010-04-171-0/+44