1. 08 5月, 2013 2 次提交
  2. 03 3月, 2013 1 次提交
  3. 02 3月, 2013 1 次提交
  4. 23 2月, 2013 1 次提交
  5. 16 2月, 2013 3 次提交
  6. 09 2月, 2013 1 次提交
    • J
      [libpng16] Fixed missing dependency in --prefix builds The intermediate · b8d0534e
      John Bowler 提交于
      internal 'prefix.h' file can only be generated correctly after
      pnglibconf.h, however the dependency was not in Makefile.am.  The
      symptoms are unpredictable depending on the order make chooses to
      build pngprefix.h and pnglibconf.h, often the error goes unnoticed
      because there is a system pnglibconf.h to use instead.
      b8d0534e
  7. 27 12月, 2012 1 次提交
  8. 15 12月, 2012 1 次提交
  9. 14 12月, 2012 1 次提交
  10. 18 8月, 2012 2 次提交
  11. 25 2月, 2012 2 次提交
  12. 14 2月, 2012 1 次提交
    • J
      [libpng16] Fixed fixed/float API export conditionals. 1) If FIXED_POINT or · bce79882
      John Bowler 提交于
          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.
      bce79882
  13. 01 2月, 2012 1 次提交
  14. 31 1月, 2012 1 次提交
  15. 29 1月, 2012 1 次提交
  16. 28 1月, 2012 1 次提交
  17. 25 1月, 2012 1 次提交
    • J
      [libpng16] Updated configure.ac from autoupdate: added --enable-werror option. · 1eb2c484
      John Bowler 提交于
      Also some layout regularization and removal of introduced tab characters
      (replaced with 3-character indentation).  Obsolete macros identified by
      autoupdate have been removed; the replacements are all in 2.59 so
      the pre-req hasn't been changed.  --enable-werror checks for support
      for -Werror (or the given argument) in the compiler.  This mimics the
      gcc configure option by allowing -Werror to be turned on safely; without
      the option the tests written in configure itself fail compilation because
      they cause compiler warnings.
      1eb2c484
  18. 24 1月, 2012 1 次提交
  19. 18 12月, 2011 2 次提交
  20. 17 12月, 2011 2 次提交
  21. 08 12月, 2011 1 次提交
    • J
      [libpng16] Fixed race conditions in parallel make builds. With higher degrees · eb26ee66
      John Bowler 提交于
      of parallelism during 'make' the use of the same temporary file names such
      as 'dfn*' can result in a race where a temporary file from one arm of the
      build is deleted or overwritten in another arm.  This changes the
      temporary files for suffix rules to always use $* and ensures that the
      non-suffix rules use unique file names.
      eb26ee66
  22. 25 11月, 2011 1 次提交
  23. 24 11月, 2011 1 次提交
  24. 17 11月, 2011 3 次提交
  25. 09 11月, 2011 1 次提交
  26. 04 11月, 2011 1 次提交
  27. 03 11月, 2011 1 次提交
  28. 06 10月, 2011 1 次提交
  29. 02 9月, 2011 2 次提交
  30. 14 7月, 2011 1 次提交