1. 21 7月, 2016 1 次提交
  2. 24 5月, 2016 1 次提交
  3. 18 5月, 2016 2 次提交
  4. 20 4月, 2016 1 次提交
  5. 21 3月, 2016 1 次提交
  6. 04 3月, 2016 1 次提交
  7. 03 3月, 2016 2 次提交
  8. 20 2月, 2016 1 次提交
    • R
      Always build library object files with shared library cflags · 45502bfe
      Richard Levitte 提交于
      This takes us away from the idea that we know exactly how our static
      libraries are going to get used.  Instead, we make them available to
      build shareable things with, be it other shared libraries or DSOs.
      
      On the other hand, we also have greater control of when the shared
      library cflags.  They will never be used with object files meant got
      binaries, such as apps/openssl or test/test*.
      
      With unified, we take this a bit further and prepare for having to
      deal with extra cflags specifically to be used with DSOs (dynamic
      engines), libraries and binaries (applications).
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      45502bfe
  9. 19 2月, 2016 1 次提交
  10. 01 2月, 2016 1 次提交
  11. 30 1月, 2016 1 次提交
  12. 19 1月, 2016 2 次提交