1. 07 6月, 2022 1 次提交
  2. 11 3月, 2021 1 次提交
  3. 09 9月, 2020 1 次提交
  4. 16 1月, 2017 2 次提交
  5. 03 1月, 2017 2 次提交
  6. 02 1月, 2017 1 次提交
  7. 01 1月, 2017 1 次提交
  8. 03 8月, 2015 1 次提交
    • M
      Allow building zlib outside of the source directory. · 55d98b4c
      Mark Adler 提交于
      To build, simply run configure from the source directory by
      specifying its path.  That path will be used to find the source
      files.  The source directory will not be touched.  All new and
      modified files will be made in the current directory.  Discovered
      in the process that not all makes understand % or $<, and not all
      compilers understand -include or -I-.  This required a larger
      Makefile.in with explicit dependencies.
      55d98b4c
  9. 29 7月, 2015 1 次提交
  10. 03 5月, 2013 1 次提交
  11. 29 4月, 2013 2 次提交
  12. 14 4月, 2013 1 次提交
  13. 13 4月, 2013 1 次提交
  14. 25 3月, 2013 1 次提交
  15. 21 5月, 2012 1 次提交
  16. 03 5月, 2012 1 次提交
  17. 23 4月, 2012 1 次提交
  18. 14 3月, 2012 1 次提交
  19. 19 2月, 2012 1 次提交
  20. 13 2月, 2012 1 次提交
  21. 30 1月, 2012 1 次提交
  22. 29 1月, 2012 1 次提交
  23. 17 1月, 2012 1 次提交
  24. 19 12月, 2011 1 次提交
  25. 28 11月, 2011 2 次提交
  26. 14 11月, 2011 1 次提交
  27. 10 10月, 2011 2 次提交
  28. 07 10月, 2011 1 次提交
    • M
      Add a ./config --solo option to make zlib subset with no libary use · f442c1e8
      Mark Adler 提交于
      A common request has been the ability to compile zlib to require no
      other libraries.  This --solo option provides that ability.  The price
      is that the gz*, compress*, and uncompress functions are eliminated,
      and that the user must provide memory allocation and free routines to
      deflate and inflate when initializing.
      f442c1e8
  29. 02 10月, 2011 1 次提交
  30. 12 9月, 2011 3 次提交
  31. 10 9月, 2011 3 次提交