1. 02 7月, 2016 5 次提交
  2. 17 6月, 2016 1 次提交
    • R
      Harmonise the different build files · 4813ad2d
      Richard Levitte 提交于
      - User targets are now the same and generally do the same things
      - configdata.pm depends on exactly the same files on all platforms
      - VMS production of shared libraries is simplified
      - VMS automatic dependency files get the extension .D rather than .MMS
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      4813ad2d
  3. 15 6月, 2016 3 次提交
  4. 24 5月, 2016 3 次提交
  5. 20 5月, 2016 1 次提交
  6. 14 5月, 2016 1 次提交
  7. 10 5月, 2016 2 次提交
  8. 09 5月, 2016 1 次提交
  9. 29 4月, 2016 1 次提交
  10. 26 4月, 2016 1 次提交
    • R
      Build system: add include directories and dependencies for generators · 8d34daf0
      Richard Levitte 提交于
      In the case of generating a file like this:
      
          GENERATE[foo.S]=mkfoo.pl arg1 arg2
      
      the 'mkfoo.pl' generator itself might need to include other files,
      such as perl modules within our source tree.  We can reuse already
      existing syntax for it, like this:
      
          INCLUDE[mkfoo.pl]=module/path
      
      or:
      
          DEPEND[mkfoo.pl]=modules/mymodule.pm
      
      This change implements the support for such constructs, and for the
      DEPEND statement, for any value that indicates a perl module (.pm
      file), it will automatically infer an INCLUDE statement for its
      directory, just like it does for C header files, so you won't have do
      write this:
      
          DEPEND[mkfoo.pl]=modules/mymodule.pm
          INCLUDE[mkfoo.pl]=modules
      Reviewed-by: NEmilia Käsper <emilia@openssl.org>
      8d34daf0
  11. 14 4月, 2016 2 次提交
  12. 13 4月, 2016 1 次提交
  13. 06 4月, 2016 1 次提交
  14. 30 3月, 2016 1 次提交
  15. 24 3月, 2016 6 次提交
  16. 19 3月, 2016 1 次提交
  17. 17 3月, 2016 1 次提交
  18. 09 3月, 2016 3 次提交
  19. 08 3月, 2016 1 次提交
  20. 03 3月, 2016 2 次提交
  21. 01 3月, 2016 1 次提交
  22. 28 2月, 2016 1 次提交