1. 20 4月, 2016 1 次提交
  2. 21 3月, 2016 1 次提交
  3. 09 3月, 2016 2 次提交
  4. 08 3月, 2016 1 次提交
  5. 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
  6. 19 2月, 2016 1 次提交
  7. 30 1月, 2016 1 次提交
  8. 20 1月, 2016 1 次提交
  9. 18 1月, 2016 1 次提交
  10. 13 1月, 2016 1 次提交
  11. 23 5月, 2015 1 次提交
    • R
      Fix the update target and remove duplicate file updates · 0f539dc1
      Richard Levitte 提交于
      We had updates of certain header files in both Makefile.org and the
      Makefile in the directory the header file lived in.  This is error
      prone and also sometimes generates slightly different results (usually
      just a comment that differs) depending on which way the update was
      done.
      
      This removes the file update targets from the top level Makefile, adds
      an update: target in all Makefiles and has it depend on the depend: or
      local_depend: targets, whichever is appropriate, so we don't get a
      double run through the whole file tree.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      0f539dc1
  12. 14 5月, 2015 1 次提交
  13. 01 4月, 2015 1 次提交
  14. 28 3月, 2015 1 次提交
  15. 24 2月, 2015 1 次提交
  16. 08 12月, 2014 1 次提交
  17. 02 6月, 2014 2 次提交
  18. 20 2月, 2014 1 次提交
  19. 28 11月, 2013 1 次提交
  20. 03 10月, 2013 1 次提交
  21. 14 5月, 2013 1 次提交
  22. 23 4月, 2013 1 次提交
  23. 04 3月, 2013 1 次提交
  24. 19 11月, 2012 1 次提交
  25. 07 10月, 2012 1 次提交
  26. 20 10月, 2011 1 次提交
  27. 18 10月, 2011 1 次提交
  28. 16 9月, 2011 1 次提交
  29. 24 8月, 2011 1 次提交
  30. 28 6月, 2011 1 次提交
  31. 02 4月, 2011 1 次提交
  32. 22 2月, 2011 1 次提交
  33. 27 1月, 2011 1 次提交
  34. 09 7月, 2010 1 次提交
  35. 08 7月, 2010 1 次提交
  36. 24 2月, 2010 1 次提交
  37. 28 12月, 2009 1 次提交
  38. 27 4月, 2009 1 次提交