summaryrefslogtreecommitdiffstats
path: root/Source/cmFastbuildNormalTargetGenerator.h
Commit message (Collapse)AuthorAgeFilesLines
* FASTBuild: Add internal helper for intermediate directory creationBrad King2025-12-051-0/+1
|
* FASTBuild: support CUDA languageEduard Voronkin2025-10-251-1/+10
| | | | Fixes: #27318
* FASTBuild: add support for Unity buildsEduard Voronkin2025-09-181-6/+16
|
* FASTBuild: optimize generated fileEduard Voronkin2025-09-151-0/+1
| | | | | | | | | | | List of changes: 1. Remove unneeded aliases 2. Don't write VS Solution on Apple 3. Use external script to perform clean 4. Fix small bug when empty environment was resulting in invalid file. It greatly reduces the size of .fdb file and makes FASTBuild run much faster in different cases.
* FASTBuild: fix inconsistencies in rules applicationEduard Voronkin2025-09-021-1/+0
| | | | | | Fix `ApplyLinkRuleLauncher()` to apply `RULE_LAUNCH_COMPILE`. Remove ApplyCompileRuleLauncher since it's not used and `RULE_LAUNCH_COMPILE` is handled in `AddCompilerLaunchersForLanguages()` Fixes: #27183
* FASTBuild: Add generatorEduard Voronkin2025-08-261-0/+141
Fixes: #15294