1. 29 2月, 2012 1 次提交
  2. 27 2月, 2012 3 次提交
  3. 25 2月, 2012 5 次提交
  4. 24 2月, 2012 1 次提交
  5. 22 2月, 2012 1 次提交
  6. 19 2月, 2012 1 次提交
  7. 18 2月, 2012 1 次提交
  8. 17 2月, 2012 4 次提交
  9. 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
  10. 11 2月, 2012 2 次提交
  11. 05 2月, 2012 2 次提交
  12. 04 2月, 2012 3 次提交
  13. 03 2月, 2012 4 次提交
  14. 02 2月, 2012 3 次提交
  15. 01 2月, 2012 7 次提交
  16. 31 1月, 2012 1 次提交