Skip to content
Snippets Groups Projects
  1. Jul 09, 2021
  2. Jul 08, 2021
  3. Jul 07, 2021
  4. Jul 02, 2021
  5. Jun 21, 2021
  6. Jun 20, 2021
    • Craig Scott's avatar
      ExternalProject: Use ${ref}^0 to avoid MSYS/Cygwin shell substitutions · 360ff17d
      Craig Scott authored
      In 5e941a54 (ExternalProject: Ensure git fetch if updating to hash we
      don't have yet, 2021-05-09), the form ${ref}^{commit} was used to ensure
      the ref was treated as a commit. When running under a MSYS2 or
      Cygwin shell, the {commit} part can be translated by the shell, leaving it as
      ${ref}^commit, which git doesn't understand. Use the equivalent but
      safer form ${ref}^0, since it won't be subject to the shell substitution
      issue.
      
      Fixes: #22299
      360ff17d
  7. Jun 18, 2021
    • Brad King's avatar
      Tests: Fix xcode version detection for Xcode 13 on ARM · 1dd0eae4
      Brad King authored
      Running `xcode -version` on an ARM box prints content to stderr:
      
          objc[...]: Class ... is implemented in both...
          One of the two will be used. Which one is undefined.
      
      Capture and parse only stdout.  Otherwise we might configure test
      behavior for the wrong version of Xcode.
      1dd0eae4
  8. Jun 17, 2021
  9. Jun 16, 2021
  10. Jun 15, 2021
  11. Jun 14, 2021
  12. Jun 12, 2021
  13. Jun 11, 2021
  14. Jun 09, 2021
  15. Jun 08, 2021
  16. Jun 07, 2021
  17. Jun 04, 2021
  18. Jun 02, 2021
  19. May 29, 2021
Loading