1. 05 2月, 2019 3 次提交
  2. 01 2月, 2019 5 次提交
  3. 31 1月, 2019 3 次提交
  4. 29 1月, 2019 1 次提交
  5. 28 1月, 2019 1 次提交
  6. 27 1月, 2019 2 次提交
  7. 25 1月, 2019 1 次提交
  8. 22 1月, 2019 1 次提交
    • R
      Rework building: Unix changes to handle extensions and product names · 9dd4ed28
      Richard Levitte 提交于
      Add platform::Unix, which is a generic Unix module to support product
      name and extensions functionlity.  However, this isn't quite enough,
      as mingw and Cygwin builds are done using the same templates, but
      since shared libraries work as on Windows and are named accordingly,
      platform::mingw and platform::Cygwin were also added to provide the
      necessary tweaks.
      
      This reworks Configurations/unix-Makefile.tmpl to work out product
      names in platform::Unix et al terms.  In this one, we currently do
      care about the *_extension config attributes, and the modules adapt
      accordingly where it matters.
      
      This change also affected crypto/include/internal/dso_conf.h.in, since
      the DSO extension is meant to be the same as the short shared library
      extension, which isn't '.so' everywhere.
      
      'shared_extension' attributes that had the value
      '.so.\$(SHLIB_VERSION_NUMBER)' are removed, platform::Unix provides
      an extension where the shared library version number is hard-coded
      instead.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      Reviewed-by: NPaul Dale <paul.dale@oracle.com>
      (Merged from https://github.com/openssl/openssl/pull/7473)
      9dd4ed28
  9. 21 1月, 2019 2 次提交
  10. 17 1月, 2019 3 次提交
  11. 16 1月, 2019 1 次提交
  12. 15 1月, 2019 2 次提交
  13. 14 1月, 2019 1 次提交
  14. 09 1月, 2019 1 次提交
  15. 08 1月, 2019 2 次提交
  16. 05 1月, 2019 3 次提交
  17. 04 1月, 2019 4 次提交
  18. 03 1月, 2019 1 次提交
  19. 31 12月, 2018 1 次提交
  20. 23 12月, 2018 2 次提交