Glenn Randers-Pehrson
da7a1e79af
[master] Imported from libpng-1.6.15.tar
2014-11-20 10:23:30 -06:00
Glenn Randers-Pehrson
eed640dbe8
[master] Imported from libpng-1.6.14.tar
2014-10-22 19:33:27 -05:00
Glenn Randers-Pehrson
d55c4f32fc
[master] Imported from libpng-1.6.13.tar
2014-08-21 05:59:56 -05:00
Glenn Randers-Pehrson
238e7646a8
[master] Imported from libpng-1.6.12.tar
2014-06-11 20:42:07 -05:00
Glenn Randers-Pehrson
d21eae44e7
[master] Imported from libpng-1.6.11.tar
2014-06-05 10:01:04 -05:00
Glenn Randers-Pehrson
1cc02f0395
[master] Imported from libpng-1.6.10.tar
2014-03-06 13:15:45 -06:00
Glenn Randers-Pehrson
a710317d2f
[master] Imported from libpng-1.6.9.tar
2014-02-05 22:34:07 -06:00
Glenn Randers-Pehrson
339ef1ec97
[master] Imported from libpng-1.6.8.tar
2013-12-19 09:13:08 -06:00
Glenn Randers-Pehrson
a066d49b01
[master] Imported from libpng-1.6.7.tar
2013-11-14 12:28:22 -06:00
Glenn Randers-Pehrson
05f3788b7a
[master] Imported from libpng-1.6.5.tar
2013-09-14 09:44:17 -05:00
Glenn Randers-Pehrson
90e288241d
[master] Imported from libpng-1.6.4.tar
2013-09-12 07:44:55 -05:00
Glenn Randers-Pehrson
fca68966b2
[master] Imported from libpng-1.6.3.tar
2013-07-17 19:43:57 -05:00
Glenn Randers-Pehrson
a4f7ea0d11
[master] Imported from libpng-1.6.2.tar
2013-04-25 11:06:20 -05:00
Glenn Randers-Pehrson
41db297e63
[master] Imported from libpng-1.6.1.tar
2013-03-27 20:39:36 -05:00
Glenn Randers-Pehrson
0da9cf38cd
[master] Imported from libpng-1.6.0.tar
2013-02-13 23:32:06 -06:00
Glenn Randers-Pehrson
9287447cef
[libpng15] Updated some "last changed" dates
2011-12-21 09:03:30 -06:00
John Bowler
1d8b75550f
[libpng15] Fix for the preprocessor of the Intel C compiler. The preprocessor
...
adjacent @ signs with a space; this changes the concatentation
from @@@ to PNG_JOIN; that should work with all compiler
preprocessors.
2011-11-03 18:19:53 -05:00
Glenn Randers-Pehrson
64b863cd2a
[devel] Update copyright year and bump to version libpng-1.5.0rc07
2011-01-04 09:58:33 -06:00
Glenn Randers-Pehrson
7de3260017
[devel] Imported from libpng-1.5.0rc03.tar
2010-12-27 22:15:18 -06:00
Glenn Randers-Pehrson
259f12628e
[devel] Deleted no longer used file scripts/def.dfn
2010-04-29 08:43:53 -05:00
Glenn Randers-Pehrson
862cb20ea6
[devel] Freeze build-time only configuration in the build.
...
In all prior versions of libpng most configuration options
controlled by compiler #defines had to be repeated by the
application code that used libpng. This patch changes this
so that compilation options that can only be changed at build
time are frozen in the build. Options that are compiler
dependent (and those that are system dependent) are evaluated
each time - pngconf.h holds these. Options that can be changed
per-file in the application are in png.h. Frozen options are
in the new installed header file pnglconf.h
2010-04-16 22:12:51 -05:00
Glenn Randers-Pehrson
c551c0dbb3
[devel] Added symbols.chk target to Makefile.am to validate symbols in png.h
...
against the new DEF file scripts/symbols.def.
Changed the default DEF file back to pngwin.def.
Removed makefile.mingw.
2010-03-16 07:52:34 -05:00
Glenn Randers-Pehrson
a528fba7aa
[devel] Enabled 'attribute' warnings that are relevant to library APIs
...
and callbacks.
Changed rules for generation of the various symbol files and added a new
rule for a DEF file (which is also added to the distribution).
Updated the symbol file generation to stop it adding spurious spaces
to EOL (coming from preprocessor macro expansion). Added a facility
to join tokens in the output and rewrite *.dfn to use this.
2010-03-12 21:03:18 -06:00