Skip to content
Snippets Groups Projects
  1. May 18, 2023
  2. May 17, 2023
  3. May 16, 2023
  4. 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
  5. May 05, 2023
  6. May 04, 2023
  7. May 02, 2023
  8. May 01, 2023
  9. Apr 26, 2023
  10. Apr 25, 2023
  11. Apr 17, 2023
  12. Apr 15, 2023
  13. Apr 06, 2023
  14. Apr 05, 2023
  15. Apr 04, 2023
  16. Apr 03, 2023
Loading