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