1. 16 9月, 2016 2 次提交
  2. 15 9月, 2016 2 次提交
  3. 13 9月, 2016 1 次提交
  4. 12 9月, 2016 1 次提交
  5. 09 9月, 2016 2 次提交
  6. 08 9月, 2016 2 次提交
  7. 05 9月, 2016 1 次提交
    • R
      Unix build: have the makedepend and cc actions in one recipe · 7e5b8b93
      Richard Levitte 提交于
      In the case of using an independent makedepend, we had split that into
      two separate recipes, one depending on the other.  However, there are
      cases where the makedepend recipe was always trying, but doesn't
      update the time stamp of the .d file because there are no actual
      changes, and thereby causing constant updates of the object files.
      
      This change makes one recipe that takes care of both makedepend och
      cc, thereby avoiding these extra updates.
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      7e5b8b93
  8. 02 9月, 2016 5 次提交
  9. 01 9月, 2016 1 次提交
  10. 30 8月, 2016 1 次提交
  11. 27 8月, 2016 1 次提交
  12. 25 8月, 2016 1 次提交
  13. 22 8月, 2016 1 次提交
    • R
      VMS: Use strict refdef extern model when building library object files · 68a39960
      Richard Levitte 提交于
      Most of the time, this isn't strictly needed.  However, in the default
      extern model (called relaxed refdef), symbols are treated as weak
      common objects unless they are initialised.  The librarian doesn't
      include weak symbols in the (static) libraries, which renders them
      invisible when linking a program with said those libraries, which is a
      problem at times.
      
      Using the strict refdef model is much more like standard C on all
      other platforms, and thereby avoid the issues that come with the
      relaxed refdef model.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      68a39960
  14. 06 8月, 2016 1 次提交
  15. 05 8月, 2016 2 次提交
  16. 03 8月, 2016 1 次提交
  17. 02 8月, 2016 2 次提交
  18. 01 8月, 2016 2 次提交
  19. 31 7月, 2016 1 次提交
  20. 27 7月, 2016 1 次提交
  21. 22 7月, 2016 1 次提交
  22. 20 7月, 2016 2 次提交
  23. 19 7月, 2016 3 次提交
  24. 15 7月, 2016 3 次提交