Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Generalize RunCMake.Ninja ShowIncludes test infrastructure | Brad King | 2023-01-28 | 1 | -0/+4 |
| | | | | Prepare to add support for more languages. | ||||
* | Ninja: Match showIncludes dependencies using console output code page | Brad King | 2022-10-30 | 1 | -0/+7 |
Generalize the fix from commit 37a279f8d1 (Ninja: Write msvc_deps_prefix as UTF-8 when console codepage is UTF-8, 2020-07-31, v3.19.0-rc1~349^2). `cl /showIncludes` output is encoded using the console output code page, so this is the byte sequence that Ninja must use to match its lines. Fixes: #24068 |