1. 22 6月, 2018 1 次提交
  2. 01 5月, 2018 1 次提交
  3. 27 4月, 2018 1 次提交
  4. 20 3月, 2018 1 次提交
  5. 19 3月, 2018 1 次提交
  6. 14 3月, 2018 1 次提交
  7. 15 2月, 2018 1 次提交
    • R
      Harmonize the make variables across all known platforms families · 722c9762
      Richard Levitte 提交于
      The make variables LIB_CFLAGS, DSO_CFLAGS and so on were used in
      addition to CFLAGS and so on.  This works without problem on Unix and
      Windows, where options with different purposes (such as -D and -I) can
      appear anywhere on the command line and get accumulated as they come.
      This is not necessarely so on VMS.  For example, macros must all be
      collected and given through one /DEFINE, and the same goes for
      inclusion directories (/INCLUDE).
      
      So, to harmonize all platforms, we repurpose make variables starting
      with LIB_, DSO_ and BIN_ to be all encompassing variables that
      collects the corresponding values from CFLAGS, CPPFLAGS, DEFINES,
      INCLUDES and so on together with possible config target values
      specific for libraries DSOs and programs, and use them instead of the
      general ones everywhere.
      
      This will, for example, allow VMS to use the exact same generators for
      generated files that go through cpp as all other platforms, something
      that has been impossible to do safely before now.
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/5357)
      722c9762
  8. 13 2月, 2018 1 次提交
  9. 08 2月, 2018 1 次提交
  10. 07 2月, 2018 1 次提交
  11. 28 1月, 2018 1 次提交
  12. 19 1月, 2018 1 次提交
  13. 18 1月, 2018 1 次提交
  14. 08 12月, 2017 4 次提交
  15. 12 11月, 2017 1 次提交
  16. 08 11月, 2017 1 次提交
  17. 31 10月, 2017 2 次提交
  18. 07 8月, 2017 1 次提交
  19. 01 7月, 2017 1 次提交
  20. 13 6月, 2017 1 次提交
  21. 08 6月, 2017 1 次提交
    • R
      make error tables const and separate header file · 52df25cf
      Rich Salz 提交于
      Run perltidy on util/mkerr
      Change some mkerr flags, write some doc comments
      Make generated tables "const" when genearting lib-internal ones.
      Add "state" file for mkerr
      Renerate error tables and headers
      Rationalize declaration of ERR_load_XXX_strings
      Fix out-of-tree build
      Add -static; sort flags/vars for options.
      Also tweak code output
      Moved engines/afalg to engines (from master)
      Use -static flag
      Standard engine #include's of errors
      Don't linewrap err string tables unless necessary
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3392)
      52df25cf
  22. 20 5月, 2017 1 次提交
  23. 12 5月, 2017 1 次提交
  24. 24 4月, 2017 1 次提交
  25. 01 4月, 2017 1 次提交
  26. 29 3月, 2017 3 次提交
  27. 25 3月, 2017 1 次提交
  28. 01 3月, 2017 1 次提交
  29. 28 2月, 2017 1 次提交
  30. 16 12月, 2016 1 次提交
  31. 30 11月, 2016 2 次提交
  32. 24 11月, 2016 1 次提交
  33. 15 11月, 2016 1 次提交