1. 19 10月, 2013 4 次提交
  2. 17 10月, 2013 1 次提交
  3. 15 10月, 2013 1 次提交
  4. 14 10月, 2013 2 次提交
  5. 07 10月, 2013 1 次提交
  6. 05 10月, 2013 3 次提交
    • J
      [libpng16] Simplified error message code in pngunknown. The simplification has · 236e1051
      John Bowler 提交于
      the useful side effect of avoiding a bogus warning generated by the latest
      version of the Intel C compiler (it objects to
      condition ? string-literal : string-literal).
      236e1051
    • J
      [libpng16] Cleaned up (char*) casts of zlib messages. The latest version of · 5b1df53a
      John Bowler 提交于
      the Intel C compiler complains about casting a string literal as (char*), so
      copied the treatment of z_const from the library code into pngfix.c
      5b1df53a
    • J
      [libpng16] Made changes for compatibility with automake 1.14: · 940b37b1
      John Bowler 提交于
          1) Added the 'compile' program to the list of programs that must be cleaned
             in autogen.sh
          2) Added 'subdir-objects' which causes .c files in sub-directories to be
             compiled such that the corresponding .o files are also in the
             sub-directory.  This is because automake 1.14 warns that the
             current behavior of compiling to the top level directory may be removed
             in the future.
          3) Updated dependencies on pnglibconf.h to match the new .o locations and
             added all the files in contrib/libtests and contrib/tools that depend
             on pnglibconf.h
          4) Added 'BUILD_SOURCES = pnglibconf.h'; this is the automake recommended
             way of handling the dependencies of sources that are machine generated;
             unfortunately it only works if the user does 'make all' or 'make check',
             so the dependencies (3) are still required.
      940b37b1
  7. 03 10月, 2013 1 次提交
  8. 01 10月, 2013 1 次提交
    • J
      [libpng16] Avoid up-cast warnings in pngvalid.c. On ARM the alignment · 8f381901
      John Bowler 提交于
      requirements of png_modifier are greater than that of png_store and as a
      consequence compilation of pngvalid.c results in a warning about increased
      alignment requirements because of the bare cast to (png_modifier*). The code
      is safe, because the pointer is known to point to a stack allocated
      png_modifier, but this change avoids the warning.
      
        Fixed default behavior of ARM_NEON_API. If the ARM NEON API option was
          compiled without the CHECK option it defaulted to on, not off.
      
        Check user callback behavior in pngunknown.c. Previous versions compiled
          if SAVE_UNKNOWN was not available but did nothing since the callback
          was never implemented.
      
        Merged pngunknown.c with 1.7 version and back ported 1.7 improvements/fixes
      8f381901
  9. 21 9月, 2013 3 次提交
  10. 17 9月, 2013 1 次提交
  11. 16 9月, 2013 1 次提交
  12. 14 9月, 2013 1 次提交
  13. 12 9月, 2013 2 次提交
  14. 06 9月, 2013 1 次提交
  15. 30 8月, 2013 2 次提交
  16. 22 8月, 2013 2 次提交
  17. 21 8月, 2013 1 次提交
  18. 21 7月, 2013 1 次提交
  19. 18 7月, 2013 1 次提交
  20. 15 7月, 2013 1 次提交
  21. 11 7月, 2013 1 次提交
  22. 05 7月, 2013 1 次提交
  23. 03 7月, 2013 3 次提交
  24. 02 7月, 2013 1 次提交
  25. 28 6月, 2013 3 次提交