1. 09 6月, 2016 1 次提交
  2. 28 5月, 2016 2 次提交
  3. 10 3月, 2016 1 次提交
  4. 16 1月, 2016 2 次提交
  5. 03 1月, 2016 1 次提交
  6. 14 12月, 2015 1 次提交
  7. 23 11月, 2015 1 次提交
  8. 14 11月, 2015 1 次提交
  9. 12 11月, 2015 1 次提交
  10. 02 11月, 2015 1 次提交
  11. 31 10月, 2015 1 次提交
  12. 30 10月, 2015 1 次提交
  13. 18 8月, 2015 1 次提交
  14. 17 8月, 2015 1 次提交
  15. 23 7月, 2015 1 次提交
  16. 30 4月, 2015 1 次提交
  17. 02 4月, 2015 1 次提交
  18. 26 3月, 2015 1 次提交
  19. 08 3月, 2015 2 次提交
  20. 27 1月, 2015 1 次提交
  21. 13 1月, 2015 2 次提交
  22. 21 11月, 2014 1 次提交
  23. 07 11月, 2014 1 次提交
  24. 06 11月, 2014 1 次提交
    • J
      [libpng16] Fixed array size calculations to avoid warnings. At various points · 03df1899
      John Bowler 提交于
      in the code the number of elements in an array is calculated using
      sizeof.  This generates a compile time constant of type (size_t) which
      is then typically assigned to an (unsigned int) or (int). Some versions
      of GCC on 64-bit systems warn about the apparent narrowing, even though
      the same compiler does apparently generate the correct, in-range,
      numeric constant.  This adds appropriate, safe, casts to make the
      warnings go away.
      03df1899
  25. 01 11月, 2014 1 次提交
  26. 29 10月, 2014 1 次提交
  27. 14 10月, 2014 1 次提交
  28. 04 10月, 2014 1 次提交
  29. 12 6月, 2014 2 次提交
  30. 07 6月, 2014 1 次提交
  31. 05 6月, 2014 1 次提交
  32. 09 3月, 2014 1 次提交
  33. 19 12月, 2013 1 次提交
  34. 15 12月, 2013 1 次提交
  35. 12 12月, 2013 1 次提交