1. 12 5月, 2016 1 次提交
  2. 10 5月, 2016 1 次提交
  3. 15 4月, 2016 1 次提交
  4. 21 3月, 2016 1 次提交
  5. 14 3月, 2016 2 次提交
  6. 10 3月, 2016 1 次提交
  7. 23 2月, 2016 1 次提交
    • R
      Remove all -march= from configs · 893fe73a
      Richard Levitte 提交于
      These flags are limitting needlessly, are often patched by packagers,
      and should be specified on the configuration command line by anyone
      who desires for it to be specific rather than forced by us.
      
      This work was already done with mingw when those configs were worked
      on, now it gets applied to the remaining configs.
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      893fe73a
  8. 01 2月, 2016 1 次提交
    • R
      unified build scheme: a first introduction · 9fe2bb77
      Richard Levitte 提交于
      The "unified" build scheme revolves around small information files,
      build.info, which each describe their own bit of everything that needs
      to be built, using a mini-language described in Configurations/README.
      
      The information in build.info file contain references to source files
      and final result.  Object files are not mentioned at all, they are
      simply from source files.  Because of this, all the *_obj items in
      Configurations/*.conf are renamed to *_asm_src and the files listed
      in the values are change from object files to their corresponding
      source files.  For the sake of the other build schemes, Configure
      generates corresponding *_obj entries in %target.
      
      Furthermore, the "unified" build scheme supports having a build
      directory tree separate from the source directry tree.
      
      All paths in a build.info file is assumed to be relative to its
      location, either within the source tree or within the build tree.
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      9fe2bb77
  9. 23 1月, 2016 1 次提交
  10. 18 1月, 2016 2 次提交
  11. 13 5月, 2015 1 次提交
  12. 02 5月, 2015 1 次提交
  13. 23 3月, 2015 1 次提交
  14. 18 3月, 2015 1 次提交
    • R
      Correct the request of debug builds · 9e43c6b5
      Richard Levitte 提交于
      ./config would translate -d into having the target get a 'debug-'
      prefix, and then run './Configure LIST' to find out if such a
      debugging target exists or not.
      
      With the recent changes, the separate 'debug-foo' targets are
      disappearing, and we're giving the normal targets debugging
      capabilities instead.  Unfortunately, './config' wasn't changed to
      match this new behavior.
      
      This change introduces the arguments '--debug' and '--release' - the
      latter just for orthogonality - to ./Configure, and ./config now
      treats -d by adding '--debug' to the options for ./Configure.
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      9e43c6b5
  15. 12 1月, 2015 1 次提交
  16. 28 12月, 2014 1 次提交
  17. 26 12月, 2014 1 次提交
  18. 23 10月, 2014 1 次提交
  19. 01 6月, 2014 1 次提交
    • A
      Add linux-aarch64 taget. · e8d93e34
      Andy Polyakov 提交于
      armcap.c is shared between 32- and 64-bit builds and features link-time
      detection of getauxval.
      
      Submitted by: Ard Biesheuvel.
      e8d93e34
  20. 24 2月, 2014 1 次提交
  21. 13 11月, 2013 1 次提交
  22. 06 9月, 2013 1 次提交
  23. 01 7月, 2013 1 次提交
  24. 22 10月, 2012 1 次提交
  25. 20 9月, 2012 1 次提交
  26. 08 11月, 2011 3 次提交
  27. 23 10月, 2011 1 次提交
  28. 15 10月, 2011 2 次提交
  29. 06 9月, 2011 1 次提交
  30. 18 7月, 2011 1 次提交
  31. 13 7月, 2011 1 次提交
  32. 27 6月, 2011 1 次提交
  33. 24 6月, 2011 1 次提交
  34. 01 5月, 2011 1 次提交
  35. 02 4月, 2011 1 次提交