summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalNinjaGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* cmNinjaTargetGenerator: use `.` for the needed phony order-only dependencyBen Boeckel2024-01-061-0/+3
* Merge topic 'fortran-objects-as-sources-fix'Brad King2023-11-271-0/+1
|\
| * Ninja: support "forwarding" modules from other targetsBen Boeckel2023-11-231-0/+1
* | Merge topic 'cxxmodules-cmp0155-graceful-fallback-without-scanner'Brad King2023-11-011-1/+1
|\ \ | |/
| * cmGlobalGenerator: give context about module queriesBen Boeckel2023-11-011-1/+1
* | cmGlobalNinjaGenerator: remove unnecessary virtual methodBen Boeckel2023-10-201-4/+1
|/
* Ninja: Allow compilation before generation of dependencies' private sourcesMartin Duffy2023-09-201-0/+6
* Ninja: Use absolute path to COMSPEC if possiblescivision2023-09-111-0/+9
* LINK_OPTIONS: ensure correct dollar escapingMarc Chevrier2023-07-171-2/+2
* codecvt: Extrace codecvt::Encoding to remove codecvt includesClemens Wasser2023-06-221-3/+3
* Link step: use linker dependency linker fileMarc Chevrier2023-05-031-0/+2
* Merge topic 'ninja-performance'Brad King2023-03-301-8/+4
|\
| * Ninja: Use more efficient data structures to collect outputsNicolas van Kempen2023-03-281-8/+4
* | Merge topic 'mingw-slashes'Brad King2023-03-281-1/+1
|\ \ | |/ |/|
| * Ninja: Restore slash style for MinGW tools when extra languages are enabledBrad King2023-03-271-1/+1
* | Merge topic 'clang-windows-cxx-modules'Brad King2023-03-211-0/+1
|\ \ | |/
| * cmGlobalNinjaGenerator: Factor out GNU-like command-line detection on WindowsBrad King2023-03-181-0/+1
* | Merge topic 'revert-optimize-target-depends-closure'Brad King2023-03-131-2/+6
|\ \ | |/
| * Ninja: Revert "Optimize target depends closure" due to performance regressionBrad King2023-03-101-2/+6
* | cmGlobalNinjaGenerator: Remove unused memberBrad King2023-02-071-1/+0
|/
* Ninja: require Ninja 1.11 for C++ module supportBen Boeckel2023-01-231-2/+4
* cmGlobalNinjaGenerator: Optimize target depends closurePierre Testart2023-01-171-6/+2
* cmDyndepCollation: factor out parsing dyndep informationBen Boeckel2022-11-301-2/+2
* cmGlobalGenerator: factor out C++ module support checkingBen Boeckel2022-11-231-2/+2
* Refactor: `cmGlobalGeneratorFactory::GetDocumentation` returns entryAlex Turbov2022-11-171-3/+2
* EXPORT_COMPILE_COMMANDS: add `output` fieldBen Boeckel2022-10-281-1/+2
* Merge topic 'ninja-intl-paths'Brad King2022-10-271-1/+0
|\
| * Ninja: Restore support for non-ascii paths on Windows with ninja<=1.10Brad King2022-10-261-1/+0
* | cmGlobalNinjaGenerator: verify generated objects against filesetsBen Boeckel2022-07-061-1/+3
|/
* Merge topic 'enlarge-build-file-stream-buffer'Brad King2022-01-271-0/+1
|\
| * GlobalNinjaGenerator: enlarge file stream bufferClemens Wasser2022-01-261-0/+1
* | Merge topic 'encode-literal-inplace'Brad King2022-01-271-0/+1
|\ \
| * | GlobalNinjaGenerator: Add EncodeLiteralInplace which doesn't copyClemens Wasser2022-01-251-0/+1
| |/
* | cmBuildOptions: Split build arguments into separate object.Carsten Rudolph2022-01-221-1/+3
|/
* Ninja Multi-Config: Fix cross-config custom command dependency tracingBrad King2021-11-041-2/+0
* Ninja: Use `ccmake` for `edit_cache`NAKAMURA Takumi2021-06-291-1/+0
* cmGlobalCommonGenerator: Adopt GetEditCacheTargetNameNAKAMURA Takumi2021-06-291-1/+0
* cmGlobalCommonGenerator: Add SupportsDirectConsoleNAKAMURA Takumi2021-06-291-1/+1
* cmGlobalNinjaGenerator: Rename SupportsConsolePool to SupportsDirectConsoleNAKAMURA Takumi2021-06-291-1/+1
* cmGlobalNinjaGenerator: Add helper to compute absolute paths for build.ninjaBrad King2021-05-251-0/+1
* Ninja: Handle depfiles with absolute paths to generated filesBrad King2021-05-191-0/+1
* cmGlobalNinjaGenerator: Factor out custom command output collectionBrad King2021-05-191-1/+14
* cmGlobalNinjaGenerator: Reduce string copies in WriteCustomCommandBuildBrad King2021-05-191-7/+9
* Ninja: Use new wincodepage tool to determine encodingKyle Edwards2021-03-091-0/+5
* Ninja Multi-Config: Enable relink diagnostic messageBrad King2021-02-031-0/+2
* clang-tidy: fix `readability-redundant-access-specifiers` warningsBen Boeckel2021-01-271-2/+0
* Merge topic 'cpp-modules'Brad King2021-01-071-9/+11
|\
| * ninja: add experimental infrastructure to generate modmap files with dyndepBen Boeckel2021-01-051-9/+7
| * ninja: Add experimental infrastructure for C++20 module dependency scanningBrad King2021-01-051-0/+4
* | Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-2/+5
|/