1. 16 1月, 2016 2 次提交
  2. 03 1月, 2016 1 次提交
  3. 14 12月, 2015 1 次提交
  4. 23 11月, 2015 1 次提交
  5. 14 11月, 2015 1 次提交
  6. 12 11月, 2015 1 次提交
  7. 02 11月, 2015 1 次提交
  8. 31 10月, 2015 1 次提交
  9. 30 10月, 2015 1 次提交
  10. 18 8月, 2015 1 次提交
  11. 17 8月, 2015 1 次提交
  12. 23 7月, 2015 1 次提交
  13. 30 4月, 2015 1 次提交
  14. 02 4月, 2015 1 次提交
  15. 26 3月, 2015 1 次提交
  16. 08 3月, 2015 2 次提交
  17. 27 1月, 2015 1 次提交
  18. 13 1月, 2015 2 次提交
  19. 21 11月, 2014 1 次提交
  20. 07 11月, 2014 1 次提交
  21. 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
  22. 01 11月, 2014 1 次提交
  23. 29 10月, 2014 1 次提交
  24. 14 10月, 2014 1 次提交
  25. 04 10月, 2014 1 次提交
  26. 12 6月, 2014 2 次提交
  27. 07 6月, 2014 1 次提交
  28. 05 6月, 2014 1 次提交
  29. 09 3月, 2014 1 次提交
  30. 19 12月, 2013 1 次提交
  31. 15 12月, 2013 1 次提交
  32. 12 12月, 2013 1 次提交
  33. 18 7月, 2013 1 次提交
  34. 09 6月, 2013 1 次提交
  35. 05 6月, 2013 1 次提交
  36. 25 4月, 2013 1 次提交