|
8b7b99c1
|
2022-09-14T11:53:47
|
|
scripts: Clean up the logging in makefile.std and pnglibconf.mak
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").
|
|
2b667e49
|
2015-03-26T08:06:25
|
|
[master] Imported from libpng-1.6.17.tar
|
|
b383798a
|
2015-03-21T15:53:44
|
|
[libpng16] Add pnglibconf.dfn and pnglibconf.pre to scripts/pnglibconf.mak
"clean" target.
|
|
47e13154
|
2015-03-15T17:04:17
|
|
[libpng16] Remove pnglibconf.h, pnglibconf.c, and pnglibconf.out instead of
pnglibconf.* in "make clean" (Cosmin).
|
|
41db297e
|
2013-03-27T20:31:36
|
|
[master] Imported from libpng-1.6.1.tar
|
|
871b1d0f
|
2013-03-02T14:58:22
|
|
[libpng16] Bump version to 1.6.1beta05
|
|
f3af706c
|
2012-02-02T23:11:45
|
|
[libpng16] Imported from libpng-1.6.0beta05.tar
|
|
42835d3d
|
2013-02-15T23:40:34
|
|
[libpng16] Ported libpng 1.5 options.awk/dfn file handling to 1.6, fixed one bug.
|
|
0da9cf38
|
2013-02-13T22:49:19
|
|
[master] Imported from libpng-1.6.0.tar
|
|
10c06932
|
2012-02-23T18:41:13
|
|
[libpng16] Added PNG_SECURE feature to pnglibconf.dfa and new pngusr.dfa file
to reset the user limits to safe ones if PNG_SECURE is defined.
|
|
bce79882
|
2012-02-13T11:45:22
|
|
[libpng16] Fixed fixed/float API export conditionals. 1) If FIXED_POINT or
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.
|
|
d4973837
|
2011-11-08T19:34:54
|
|
[libpng15] Change options.awk to use pngconf.h for versioning
instead of ANNOUNCE
|
|
92a1d46c
|
2011-11-07T22:19:30
|
|
[libpng15] Added versioning to pnglibconf.h comments.
|
|
7de02e72
|
2011-11-07T09:20:27
|
|
[libpng15] Changed 8 new leading spaces to TAB in scripts/makefile.std
and pnglibconf.mak
|
|
61bd4f76
|
2011-11-05T12:24:53
|
|
[libpng15] Updated scripts/pnglibconf.mak and scripts/makefile.std
to handle the new PNG_JOIN macro.
|
|
8b67ee5d
|
2011-11-05T09:27:55
|
|
[libpng15] Updated scripts/pnglibconf.mak to handle the new PNG_JOIN macro.
|
|
af855e41
|
2011-05-07T10:52:49
|
|
[devel] Remove some trailing blanks.
|
|
22b9a843
|
2011-03-22T06:28:27
|
|
[devel] Imported from libpng-1.5.2rc02.tar
|
|
8c667864
|
2010-08-24T16:16:35
|
|
[devel] Renamed scripts/pnglibconf.h to scripts/pnglibconf.h.prebuilt
|
|
5feb87cd
|
2010-06-21T12:28:05
|
|
[devel] Imported from libpng-1.5.0beta29.tar
|
|
cd745498
|
2010-04-28T07:52:16
|
|
[devel] Improved the options.awk script; added an "everything off" option.
|
|
d35b878b
|
2010-04-24T14:18:06
|
|
[devel] Imported from libpng-1.5.0beta20.tar
|
|
72531443
|
2010-04-17T08:17:51
|
|
[devel] Revise scripts to work with pnglibconf.h
|