Skip to content
Snippets Groups Projects
  1. Nov 27, 2023
  2. Nov 21, 2023
  3. Nov 20, 2023
  4. Nov 17, 2023
  5. Oct 12, 2023
  6. Jul 25, 2023
    • Brad King's avatar
      Merge branch 'cdash_checksum_400' into release-3.26 · 091005fa
      Brad King authored
      Merge-request: !8648
      091005fa
    • Zack Galbreath's avatar
      ctest: Update ctest_submit for CDash behavior change · b7c871f7
      Zack Galbreath authored and Brad King's avatar Brad King committed
      open.cdash.org was recently upgraded in preparation for the release of
      CDash v3.2.0. This upgrade brought a change in behavior where CDash now
      responds with HTTP 400 (bad request) rather than HTTP 200 (OK) for MD5
      checksum mismatches during submission time.
      
      This commit removes our usage of CURLOPT_FAILONERROR in
      cmCTestSubmitHandler.cxx This was necessary to pass along the contents
      of the request body ("md5 mismatch") in cases where the web server
      (CDash) responds with an error status (400).
      
      Fixes: #25121
      b7c871f7
  7. Jul 20, 2023
  8. Jul 19, 2023
  9. Jul 18, 2023
  10. Jun 23, 2023
  11. Jun 22, 2023
  12. Jun 21, 2023
  13. May 31, 2023
  14. May 30, 2023
  15. May 18, 2023
  16. May 17, 2023
  17. May 16, 2023
  18. May 15, 2023
    • Brad King's avatar
      Ninja: Restore detection of msvc-wine showIncludes prefix · fb3c4715
      Brad King authored
      Since commit 8f82e755 (Ninja: Fix detection of MSVC showIncludes
      prefix in Italian, 2023-01-26, v3.26.0-rc1~20^2) our regex no longer
      matches the output from `msvc-wine`, which uses forward slashes:
      
          Note: including file: /path/to/foo.h
      
      `cl /showIncludes` under Wine prints paths of the form `Z:\path\to\file`,
      but the `msvc-wine` wrapper converts them to the form `/path/to/file` so
      that native Ninja can be used.  Update our regex to match the prefix
      followed by a path with a leading forward slash.
      
      Fixes: #24908
      fb3c4715
  19. May 05, 2023
  20. May 04, 2023
  21. May 02, 2023
  22. May 01, 2023
  23. Apr 26, 2023
  24. Apr 25, 2023
  25. Apr 17, 2023
Loading