| Commit message (Expand) | Author | Age | Files | Lines |
* | Ninja: Allow compilation before generation of dependencies' private sources | Martin Duffy | 2023-09-20 | 1 | -0/+6 |
|
|
* | Ninja: Use absolute path to COMSPEC if possible | scivision | 2023-09-11 | 1 | -0/+9 |
|
|
* | LINK_OPTIONS: ensure correct dollar escaping | Marc Chevrier | 2023-07-17 | 1 | -2/+2 |
|
|
* | codecvt: Extrace codecvt::Encoding to remove codecvt includes | Clemens Wasser | 2023-06-22 | 1 | -3/+3 |
|
|
* | Link step: use linker dependency linker file | Marc Chevrier | 2023-05-03 | 1 | -0/+2 |
|
|
* | Merge topic 'ninja-performance' | Brad King | 2023-03-30 | 1 | -8/+4 |
|\ |
|
| * | Ninja: Use more efficient data structures to collect outputs | Nicolas van Kempen | 2023-03-28 | 1 | -8/+4 |
|
|
* | | Merge topic 'mingw-slashes' | Brad King | 2023-03-28 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Ninja: Restore slash style for MinGW tools when extra languages are enabled | Brad King | 2023-03-27 | 1 | -1/+1 |
|
|
* | | Merge topic 'clang-windows-cxx-modules' | Brad King | 2023-03-21 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | cmGlobalNinjaGenerator: Factor out GNU-like command-line detection on Windows | Brad King | 2023-03-18 | 1 | -0/+1 |
|
|
* | | Merge topic 'revert-optimize-target-depends-closure' | Brad King | 2023-03-13 | 1 | -2/+6 |
|\ \
| |/ |
|
| * | Ninja: Revert "Optimize target depends closure" due to performance regression | Brad King | 2023-03-10 | 1 | -2/+6 |
|
|
* | | cmGlobalNinjaGenerator: Remove unused member | Brad King | 2023-02-07 | 1 | -1/+0 |
|/ |
|
* | Ninja: require Ninja 1.11 for C++ module support | Ben Boeckel | 2023-01-23 | 1 | -2/+4 |
|
|
* | cmGlobalNinjaGenerator: Optimize target depends closure | Pierre Testart | 2023-01-17 | 1 | -6/+2 |
|
|
* | cmDyndepCollation: factor out parsing dyndep information | Ben Boeckel | 2022-11-30 | 1 | -2/+2 |
|
|
* | cmGlobalGenerator: factor out C++ module support checking | Ben Boeckel | 2022-11-23 | 1 | -2/+2 |
|
|
* | Refactor: `cmGlobalGeneratorFactory::GetDocumentation` returns entry | Alex Turbov | 2022-11-17 | 1 | -3/+2 |
|
|
* | EXPORT_COMPILE_COMMANDS: add `output` field | Ben Boeckel | 2022-10-28 | 1 | -1/+2 |
|
|
* | Merge topic 'ninja-intl-paths' | Brad King | 2022-10-27 | 1 | -1/+0 |
|\ |
|
| * | Ninja: Restore support for non-ascii paths on Windows with ninja<=1.10 | Brad King | 2022-10-26 | 1 | -1/+0 |
|
|
* | | cmGlobalNinjaGenerator: verify generated objects against filesets | Ben Boeckel | 2022-07-06 | 1 | -1/+3 |
|/ |
|
* | Merge topic 'enlarge-build-file-stream-buffer' | Brad King | 2022-01-27 | 1 | -0/+1 |
|\ |
|
| * | GlobalNinjaGenerator: enlarge file stream buffer | Clemens Wasser | 2022-01-26 | 1 | -0/+1 |
|
|
* | | Merge topic 'encode-literal-inplace' | Brad King | 2022-01-27 | 1 | -0/+1 |
|\ \ |
|
| * | | GlobalNinjaGenerator: Add EncodeLiteralInplace which doesn't copy | Clemens Wasser | 2022-01-25 | 1 | -0/+1 |
| |/ |
|
* | | cmBuildOptions: Split build arguments into separate object. | Carsten Rudolph | 2022-01-22 | 1 | -1/+3 |
|/ |
|
* | Ninja Multi-Config: Fix cross-config custom command dependency tracing | Brad King | 2021-11-04 | 1 | -2/+0 |
|
|
* | Ninja: Use `ccmake` for `edit_cache` | NAKAMURA Takumi | 2021-06-29 | 1 | -1/+0 |
|
|
* | cmGlobalCommonGenerator: Adopt GetEditCacheTargetName | NAKAMURA Takumi | 2021-06-29 | 1 | -1/+0 |
|
|
* | cmGlobalCommonGenerator: Add SupportsDirectConsole | NAKAMURA Takumi | 2021-06-29 | 1 | -1/+1 |
|
|
* | cmGlobalNinjaGenerator: Rename SupportsConsolePool to SupportsDirectConsole | NAKAMURA Takumi | 2021-06-29 | 1 | -1/+1 |
|
|
* | cmGlobalNinjaGenerator: Add helper to compute absolute paths for build.ninja | Brad King | 2021-05-25 | 1 | -0/+1 |
|
|
* | Ninja: Handle depfiles with absolute paths to generated files | Brad King | 2021-05-19 | 1 | -0/+1 |
|
|
* | cmGlobalNinjaGenerator: Factor out custom command output collection | Brad King | 2021-05-19 | 1 | -1/+14 |
|
|
* | cmGlobalNinjaGenerator: Reduce string copies in WriteCustomCommandBuild | Brad King | 2021-05-19 | 1 | -7/+9 |
|
|
* | Ninja: Use new wincodepage tool to determine encoding | Kyle Edwards | 2021-03-09 | 1 | -0/+5 |
|
|
* | Ninja Multi-Config: Enable relink diagnostic message | Brad King | 2021-02-03 | 1 | -0/+2 |
|
|
* | clang-tidy: fix `readability-redundant-access-specifiers` warnings | Ben Boeckel | 2021-01-27 | 1 | -2/+0 |
|
|
* | Merge topic 'cpp-modules' | Brad King | 2021-01-07 | 1 | -9/+11 |
|\ |
|
| * | ninja: add experimental infrastructure to generate modmap files with dyndep | Ben Boeckel | 2021-01-05 | 1 | -9/+7 |
|
|
| * | ninja: Add experimental infrastructure for C++20 module dependency scanning | Brad King | 2021-01-05 | 1 | -0/+4 |
|
|
* | | Code style: add missed explicit 'this->' | Oleksandr Koval | 2021-01-05 | 1 | -2/+5 |
|/ |
|
* | Merge topic 'custom-command-output-genex-nmc' | Brad King | 2020-12-16 | 1 | -3/+42 |
|\ |
|
| * | Ninja Multi-Config: Add support for cross-config custom commands | Kyle Edwards | 2020-12-15 | 1 | -3/+42 |
|
|
* | | Merge topic 'ninja-no-cleandead' | Brad King | 2020-12-15 | 1 | -2/+0 |
|\ \
| |/
|/| |
|
| * | Merge branch 'backport-ninja-no-cleandead' into ninja-no-cleandead | Brad King | 2020-12-14 | 1 | -2/+0 |
| |\ |
|
| | * | Ninja: Remove cleandead on regeneration | Brad King | 2020-12-14 | 1 | -2/+0 |
|
|
* | | | Merge topic 'ninja-regen-metadata' | Brad King | 2020-12-01 | 1 | -0/+5 |
|\ \ \
| |/ / |
|