1. 01 6月, 2016 1 次提交
  2. 29 5月, 2016 1 次提交
  3. 21 5月, 2016 1 次提交
  4. 18 5月, 2016 1 次提交
  5. 02 5月, 2016 1 次提交
  6. 20 4月, 2016 2 次提交
  7. 21 3月, 2016 2 次提交
  8. 13 3月, 2016 1 次提交
  9. 11 3月, 2016 1 次提交
  10. 09 3月, 2016 2 次提交
  11. 08 3月, 2016 1 次提交
  12. 02 3月, 2016 1 次提交
  13. 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
  14. 19 2月, 2016 1 次提交
  15. 14 2月, 2016 1 次提交
  16. 10 2月, 2016 1 次提交
  17. 01 2月, 2016 1 次提交
  18. 30 1月, 2016 1 次提交
  19. 27 1月, 2016 1 次提交
    • R
      Remove /* foo.c */ comments · 34980760
      Rich Salz 提交于
      This was done by the following
              find . -name '*.[ch]' | /tmp/pl
      where /tmp/pl is the following three-line script:
              print unless $. == 1 && m@/\* .*\.[ch] \*/@;
              close ARGV if eof; # Close file to reset $.
      
      And then some hand-editing of other files.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      34980760
  20. 20 1月, 2016 1 次提交
  21. 18 1月, 2016 1 次提交
  22. 13 1月, 2016 1 次提交
  23. 11 8月, 2015 1 次提交
  24. 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
  25. 14 5月, 2015 2 次提交
  26. 01 4月, 2015 2 次提交
  27. 29 1月, 2015 1 次提交
  28. 24 1月, 2015 1 次提交
  29. 22 1月, 2015 1 次提交
  30. 12 1月, 2015 1 次提交
  31. 06 1月, 2015 1 次提交
  32. 08 12月, 2014 1 次提交
  33. 29 11月, 2014 1 次提交
  34. 02 10月, 2014 1 次提交
  35. 31 8月, 2014 1 次提交