summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cxxmodules-no-compile-commands-modmap-release' into cxxmodules-...Ben Boeckel2023-12-281-11/+11
|\
| * cmNinjaTargetGenerator: use scan flag for modmap usage in exported commandsBen Boeckel2023-12-221-9/+9
* | Swift/Ninja: Fix missing OFM in CMP0157 OLD behaviorEvan Wilde2023-12-191-1/+2
* | Merge topic 'swift-split-compilation-model'Brad King2023-12-161-7/+231
|\ \
| * | Swift/Ninja: Split compilation modelEvan Wilde2023-12-151-7/+231
* | | Merge topic 'cxxmodules-pch'Brad King2023-12-051-8/+7
|\ \ \ | |/ / |/| / | |/
| * cmNinjaTargetGenerator: PCH files do not need dyndepBen Boeckel2023-12-041-8/+7
* | Merge topic 'fortran-objects-as-sources-fix'Brad King2023-11-271-5/+25
|\ \ | |/
| * Ninja: support "forwarding" modules from other targetsBen Boeckel2023-11-231-0/+9
| * cmCommonTargetGenerator: return forward linked target dirs tooBen Boeckel2023-11-211-5/+7
| * cmNinjaTargetGenerator: handle object-referencing Fortran modulesBen Boeckel2023-11-211-0/+9
* | Merge topic 'cxxmodules-ninja-forced-rsp-files'Brad King2023-10-301-2/+1
|\ \ | |/
| * Tests/CXXModules: test forced rsp files with ninjaBen Boeckel2023-10-281-2/+1
* | Merge topic 'ninja-better-order-depends'Brad King2023-10-231-4/+12
|\ \ | |/
| * cmNinjaTargetGenerator: do not order-depend on C++ module sourcesBen Boeckel2023-10-201-4/+9
| * cmNinjaTargetGenerator: use the file set visibility APIBen Boeckel2023-10-201-1/+1
| * cmNinjaTargetGenerator: avoid traversing old outputs repeatedlyBen Boeckel2023-10-201-0/+3
* | Ninja: Set TARGET_COMPILE_PDB correctly for compile_commands.jsonSebastian Theophil2023-10-181-6/+11
|/
* Ninja: message about not compiled sources explicitlyBen Boeckel2023-10-021-0/+24
* CXXModules: remove `EXPERIMENTAL` from C++ module variable namesBen Boeckel2023-10-021-10/+10
* Ninja: Allow compilation before generation of dependencies' private sourcesMartin Duffy2023-09-201-13/+81
* cmNinjaTargetGenerator: Reduce lifetime of custom command listBrad King2023-09-121-7/+8
* Ninja: generate scanning and build rules for C++20 module synthetic targetsBen Boeckel2023-08-171-8/+214
* Merge topic 'windows-tidy-cmstrcat'Brad King2023-08-011-1/+2
|\
| * strings: use `emplace_back` with `cmStrCat` argumentsBen Boeckel2023-07-281-1/+2
* | IWYU: Update for Debian 12 CI jobBrad King2023-07-281-1/+0
|/
* Ninja: include module mapper flags in `compile_commands.json`Ben Boeckel2023-07-091-3/+25
* cxxmodules: remove support for `CXX_MODULE_HEADER_UNITS` filesetsBen Boeckel2023-05-311-3/+1
* TargetGenerator: Add SKIP_LINTING source propertyOrkun Tokdemir2023-05-161-7/+11
* TargetGenerator: Factor out generation of code check rulesOrkun Tokdemir2023-05-161-173/+30
* Ninja: Fix Fortran INCLUDE directive dependencies when not preprocessingBrad King2023-05-091-3/+12
* Ninja: Rename internal Fortran scanner flag from --pp= to --src=Brad King2023-05-091-4/+4
* CreateRulePlaceholderExpander(): enhance memory managementMarc Chevrier2023-05-041-4/+4
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-19/+14
* Ninja: Revert "Exclude NVHPC -Werror flags during Fortran preprocessing"Brad King2023-04-261-23/+2
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-5/+6
* Ninja: Exclude NVHPC -Werror flags during Fortran preprocessingBrad King2023-04-041-2/+23
* Add generator expression support to static code analysis hooksStefan Schober2023-03-271-2/+35
* Merge topic 'clang-windows-cxx-modules'Brad King2023-03-211-0/+4
|\
| * cmGlobalNinjaGenerator: Detect GNU-like command-line for dyndep collatorBrad King2023-03-181-0/+4
* | cmGeneratorTarget: Pass language to GetAppleArchs when possibleBrad King2023-03-151-2/+2
* | cmGeneratorTarget: Convert GetAppleArchs output argument to return valueBrad King2023-03-151-4/+4
* | CUDA: Add support for CUBIN, FATBIN, and OPTIXIR compilationRobert Maynard2023-03-131-10/+33
* | Ninja: depend on language module information files directlyBen Boeckel2023-02-101-11/+9
* | Ninja: track modmap dependencies properlyBen Boeckel2023-02-101-7/+20
* | Ninja: remove the modmap as an output of the scannerBen Boeckel2023-02-101-11/+4
* | RULE_LAUNCH_*: Add support for generator expressionsKyle Edwards2023-02-031-3/+3
* | Merge topic 'lang-linker-launcher-genex'Brad King2023-02-031-1/+2
|\ \ | |/ |/|
| * <LANG>_COMPILER_LAUNCHER: Expand subset of genexes that can be evaluatedKyle Edwards2023-02-021-1/+2
* | cmCommonTargetGenerator: classify linked target directories by languageBen Boeckel2023-02-011-1/+1
|/