1. 11 3月, 2021 1 次提交
  2. 09 9月, 2020 1 次提交
  3. 04 8月, 2016 1 次提交
  4. 24 6月, 2016 2 次提交
  5. 23 6月, 2016 1 次提交
    • J
      projects/vstudio: enthusiastic warnings · e5d468ea
      John Bowler 提交于
      The commit removes the three compile warning options from the individual project
      files into the zlib.props globals (this should probably be renamed in 1.7).  It
      increases the warning level from 4 to All and adds a list of the warnings which
      need to be turned off.  This is semi-documentary; the intent is to tell users of
      libpng which warnings have been examined and judged non-fixable at present.
      
      The warning about structure padding *IS* fixable, but it is a signficant change
      (moving structure members around).  It is currently partially fixed in 1.7, but
      only partially.
      Signed-off-by: NJohn Bowler <jbowler@acm.org>
      e5d468ea
  6. 03 3月, 2013 1 次提交
  7. 02 3月, 2013 1 次提交
  8. 14 2月, 2013 1 次提交
  9. 03 2月, 2013 1 次提交
  10. 21 12月, 2012 1 次提交
  11. 30 9月, 2012 1 次提交
  12. 25 11月, 2011 1 次提交
  13. 17 8月, 2011 1 次提交
  14. 25 8月, 2010 1 次提交
  15. 02 8月, 2010 1 次提交
    • G
      [devel] VisualC/GCC warning fixes, VisualC build fixes · 77396b63
      Glenn Randers-Pehrson 提交于
        The changes include support for function attributes in VC in addition to
          those already present in GCC - necessary because without these some
          warnings are unavoidable.  Fixes include signed/unsigned fixes in
          pngvalid and checks with gcc -Wall -Wextra -Wunused.
        VC requires function attributes on function definitions as well as
          declarations, PNG_FUNCTION has been added to enable this and the
          relevant function definitions changed.
      77396b63
  16. 31 7月, 2010 1 次提交
  17. 27 4月, 2010 1 次提交
  18. 25 4月, 2010 3 次提交