1. 20 10月, 2016 1 次提交
  2. 01 9月, 2016 2 次提交
  3. 29 8月, 2016 2 次提交
  4. 14 8月, 2016 1 次提交
  5. 02 7月, 2016 1 次提交
    • J
      pngcp: tool to copy PNG files · 0ac91cc6
      John Bowler 提交于
      This adds pngcp to the build together with a pngcp.dfa configuration test; the
      test revealed some configuration bugs which are fixed by corrections to the
      _SUPPORTED macros.
      
      pngcp builds on all tested configurations and a number of bugs have been fixed
      to make this happen relative to the version in libpng 1.7 contrib/examples.
      pngcp.dfa will have to be different for 1.7 but pngcp.c should work fine (not
      yet tested).  pngcp itself is still missing a usage message; this is a
      preliminary version, although since it behaves the same way as 'cp' most unoids
      shouldn't have a problem using it correctly.
      Signed-off-by: NJohn Bowler <jbowler@acm.org>
      0ac91cc6
  6. 18 5月, 2016 1 次提交
  7. 17 5月, 2016 1 次提交
  8. 06 4月, 2016 1 次提交
  9. 23 2月, 2016 1 次提交
  10. 19 2月, 2016 1 次提交
  11. 18 2月, 2016 1 次提交
  12. 27 9月, 2015 2 次提交
  13. 26 9月, 2015 2 次提交
  14. 22 3月, 2015 1 次提交
  15. 16 3月, 2015 1 次提交
  16. 15 12月, 2014 2 次提交
  17. 07 2月, 2014 1 次提交
  18. 30 12月, 2013 1 次提交
    • J
      [libpng16] Allow unversioned links created on install to be disabled in · d0479d24
      John Bowler 提交于
      configure.  In configure builds 'make install' changes/adds links like png.h
      and libpng.a to point to the newly installed, versioned, files (e.g.
      libpng17/png.h and libpng17.a). Three new configure options and some
      rearrangement of Makefile.am allow creation of these links to be disabled.
      d0479d24
  19. 17 10月, 2013 1 次提交
  20. 16 10月, 2013 1 次提交
  21. 15 10月, 2013 2 次提交
  22. 05 10月, 2013 1 次提交
    • J
      [libpng16] Made changes for compatibility with automake 1.14: · 940b37b1
      John Bowler 提交于
          1) Added the 'compile' program to the list of programs that must be cleaned
             in autogen.sh
          2) Added 'subdir-objects' which causes .c files in sub-directories to be
             compiled such that the corresponding .o files are also in the
             sub-directory.  This is because automake 1.14 warns that the
             current behavior of compiling to the top level directory may be removed
             in the future.
          3) Updated dependencies on pnglibconf.h to match the new .o locations and
             added all the files in contrib/libtests and contrib/tools that depend
             on pnglibconf.h
          4) Added 'BUILD_SOURCES = pnglibconf.h'; this is the automake recommended
             way of handling the dependencies of sources that are machine generated;
             unfortunately it only works if the user does 'make all' or 'make check',
             so the dependencies (3) are still required.
      940b37b1
  23. 28 6月, 2013 1 次提交
  24. 09 5月, 2013 3 次提交
  25. 08 5月, 2013 2 次提交
  26. 03 3月, 2013 1 次提交
  27. 02 3月, 2013 1 次提交
  28. 23 2月, 2013 1 次提交
  29. 16 2月, 2013 3 次提交