1. 04 8月, 2016 1 次提交
  2. 14 2月, 2013 1 次提交
  3. 03 2月, 2013 1 次提交
  4. 02 12月, 2011 1 次提交
  5. 17 11月, 2011 1 次提交
  6. 17 8月, 2011 1 次提交
  7. 24 8月, 2010 1 次提交
    • G
      [devel] Fixed VS warnings/errors in vstudio project, tidy up Try/Catch · 438b3cae
      Glenn Randers-Pehrson 提交于
      The Try/Catch blocks were checking that the context had not changed -
      unnecessary and cexcept cannot handle separate (potentially interleaved)
      contexts anyway.  Changed the code to make the Catch re-instate the context -
      this should help the compiler because the context is the png_store and
      minimising the need for the compiler to avoid optimizing it away is good.
      438b3cae
  8. 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
  9. 31 7月, 2010 1 次提交
  10. 27 4月, 2010 1 次提交
  11. 25 4月, 2010 3 次提交