summaryrefslogtreecommitdiff
path: root/scripts/makefile.dj2
Commit message (Collapse)AuthorAgeFilesLines
* [devel] Imported from libpng-1.5.1beta07.tarv1.5.1beta07Glenn Randers-Pehrson2011-01-211-1/+1
|
* [devel] Renamed scripts/pnglibconf.h to scripts/pnglibconf.h.prebuiltGlenn Randers-Pehrson2010-08-241-2/+2
|
* [devel]Glenn Randers-Pehrson2010-07-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | Fixed point APIs are now supported throughout (no missing APIs). Internal fixed point arithmetic support exists for all internal floating point operations. sCAL validates the floating point strings it is passed. Safe, albeit rudimentary, Watcom support is provided by PNG_API_RULE==2 Two new APIs exist to get the number of passes without turning on the PNG_INTERLACE transform and to get the number of rows in the current pass. A new test program, pngvalid.c, validates the gamma code. Errors in the 16 bit gamma correction (overflows) have been corrected. cHRM chunk testing is done consistently (previously the floating point API bypassed it, because the test really didn't work on FP, now the test is performed on the actual values to be stored in the PNG file so it works in the FP case too.) Most floating point APIs now simply call the fixed point APIs after converting the values to the fixed point form used in the PNG file. The standard headers no longer include zlib.h, which is currently only required for pngstruct.h and can therefore be internal. (Patches by John Bowler)
* [devel] Added -DNO_PNG_SNPRINTF to CFLAGS in scripts/makefile.dj2Glenn Randers-Pehrson2010-07-161-1/+1
|
* [devel] Revise scripts to work with pnglibconf.hGlenn Randers-Pehrson2010-04-171-18/+22
|
* [devel] Moved "#include png.h" inside pngpriv.h and removed "#include png.h"Glenn Randers-Pehrson2010-03-081-15/+15
| | | | | | from the source files, along with "#define PNG_EXPOSE_INTERNAL_STRUCTURES" and "#define PNG_NO_PEDANTIC_WARNINGS" (John Bowler). Also created new pngdebug.h and moved debug definitions there.
* [devel] Imported from libpng-1.5.0beta01.tarv1.5.0beta01Glenn Randers-Pehrson2010-02-071-15/+15
|
* [devel] Removed "-DPNG_CONFIGURE_LIBPNG" from the makefiles and projects.Glenn Randers-Pehrson2009-12-041-1/+1
| | | | and added "#define PNG_NO_PEDANTIC_WARNINGS" in the libpng source files.
* Added -DPNG_CONFIGURE_LIBPNG to the makefile CFLAGSGlenn Randers-Pehrson2009-11-071-1/+1
| | | | | | to prevent warnings about direct access to png structs by libpng functions while building libpng. They need to be tested, especially those using compilers other than gcc.
* [devel] Imported from libpng-1.4.0beta66.tarv1.4.0beta66Glenn Randers-Pehrson2009-06-261-1/+1
|
* [devel] Revise references to zlib/libpng licensev1.4.0beta65Glenn Randers-Pehrson2009-06-251-1/+1
|
* [devel] Imported from libpng-1.4.0beta65.tarGlenn Randers-Pehrson2009-06-251-1/+1
|
* [devel] Revise references to zlib-libpng licenseGlenn Randers-Pehrson2009-06-241-1/+2
|
* [devel] Mention zlib-libpng license in each source fileGlenn Randers-Pehrson2009-06-241-0/+2
|
* Removed support of pngprefs.h from makefiles.Glenn Randers-Pehrson glennrp@comcast.net2009-05-021-26/+21
| | | | It is no longer used since the MMX support was removed.
* Imported from libpng-1.4.0beta13.tarv1.4.0beta13Glenn Randers-Pehrson2009-04-061-1/+1
|
* Imported from libpng-1.4.0beta11.tarv1.4.0beta11Glenn Randers-Pehrson2009-04-061-20/+23
|
* Imported from libpng-1.4.0beta4.tarv1.4.0beta4Glenn Randers-Pehrson2009-04-061-0/+2
|
* Imported from libpng-1.4.0beta1.tarv1.4.0beta1Glenn Randers-Pehrson2009-04-061-16/+16
|
* Imported from libpng-1.2.6beta3.tarv1.2.6beta3Glenn Randers-Pehrson2009-04-061-3/+1
|
* Imported from libpng-1.2.6beta2.tarv1.2.6beta2Glenn Randers-Pehrson2009-04-061-1/+3
|
* Imported from libpng-1.2.3rc1.tarv1.2.3rc1Glenn Randers-Pehrson2009-04-061-1/+4
|
* Imported from libpng-1.0.2a.tarv1.0.2aGlenn Randers-Pehrson2009-04-061-4/+4
|
* Imported from libpng-0.99k.tarv0.99kGlenn Randers-Pehrson2009-04-061-1/+1
|
* Imported from libpng-0.99i.tarv0.99iGlenn Randers-Pehrson2009-04-061-0/+52