1. 13 Mar, 2016 1 commit
  2. 12 Mar, 2016 12 commits
  3. 11 Mar, 2016 26 commits
  4. 10 Mar, 2016 1 commit
    • Richard Levitte's avatar
      Fix some assembler generating scripts for better unification · a5aa63a4
      Richard Levitte authored
      
      
      Some of these scripts would recognise an output parameter if it looks
      like a file path.  That works both in both the classic and new build
      schemes.  Some fo these scripts would only recognise it if it's a
      basename (i.e. no directory component).  Those need to be corrected,
      as the output parameter in the new build scheme is more likely to
      contain a directory component than not.
      
      Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
      a5aa63a4