libpng/contrib
John Bowler 72d07d3202 [libpng16] Removed one of the GCC-7.1.0 'strict-overflow' warnings that
result when integers appear on both sides of a compare.  Worked around the
  others by forcing the strict-overflow setting in the relevant functions to
  a level where they are not reported.
Changed "FALL THROUGH" comments to "FALLTHROUGH" because GCC doesn't like
  the space.
Worked around some C-style casts from (void*) because g++ 5.4.0 objects
  to them.
Increased the buffer size for 'sprint' to pass the gcc 7.1.0 'sprint
  overflow' check that is on by default with -Wall -Wextra.
2017-07-11 08:47:05 -05:00
..
arm-neon [libpng16] Removed one of the GCC-7.1.0 'strict-overflow' warnings that 2017-07-11 08:47:05 -05:00
conftest pngcp: add high resolution timing 2016-07-01 11:29:45 -07:00
examples [libpng16] Bump version to 1.6.30beta01 2017-03-16 10:40:01 -05:00
gregbook use HTTPS for zlib.net 2017-05-27 13:54:30 +00:00
libtests [libpng16] Removed one of the GCC-7.1.0 'strict-overflow' warnings that 2017-07-11 08:47:05 -05:00
mips-msa Added build support for MIPS MSA 2016-08-29 19:07:25 +05:30
pngminim [libpng16] Removed unneeded "#define PNG_NO_WARNINGS" from contrib/pngminim/* 2014-02-16 13:56:10 -06:00
pngminus [libng16] Update copyright notices in revised "contrib" files. 2017-04-23 18:48:32 -05:00
pngsuite [libpng16] Bump version to 1.6.26rc02 2016-10-17 12:46:41 -05:00
powerpc-vsx [libpng16] Imported from libpng-1.6.29.tar 2017-03-16 07:26:33 -05:00
testpngs [libpng16] Update some "last changed" dates 2017-06-29 17:52:18 -05:00
tools [libpng16] Removed one of the GCC-7.1.0 'strict-overflow' warnings that 2017-07-11 08:47:05 -05:00
visupng [libng16] Update copyright notices in revised "contrib" files. 2017-04-23 18:48:32 -05:00
README.txt [libpng16] Update CHANGES and ANNOUNCE 2015-09-25 18:25:08 -05:00

This "contrib" directory contains contributions which are not necessarily under
the libpng license, although all are open source.  They are not part of
libpng proper and are not used for building the library, although some are used
for testing the library via "make check".