summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'build-databases'Brad King2024-09-051-2/+15
|\
| * cmMakefile: support "after generator target" generator actionsBen Boeckel2024-08-271-2/+15
* | Source: Avoid comparing pointers to nullptrVitaly Stakhovsky2024-08-271-17/+17
|/
* cmMakefile: Teach ConfigureFile to move the temp file instead of copying itAlex Turbov2024-07-181-15/+23
* cmMakefile: Use find_if instead of manual loopAlex Turbov2024-07-181-8/+10
* cmMakefile: Replace single-char string literal with char for cmStrCatAlex Turbov2024-07-181-13/+11
* cmMakefile::FormatListFileStack: Refactor "manual" loop into algorithmsAlex Turbov2024-07-181-13/+7
* cmMakefile::FormatListFileStack: Exit early on empty stack traceAlex Turbov2024-07-181-11/+14
* cmMakefile::FormatListFileStack: Refactor 'while' into 'for'Alex Turbov2024-07-181-4/+4
* cmMakefile::ConfigureFile: Convert 'else' block to early return and deindentAlex Turbov2024-07-181-54/+56
* cmMakefile: strnspn => std::strnspnAlex Turbov2024-07-181-4/+4
* cmMakefile: Use cmStrCat instead of std::stringstreamAlex Turbov2024-07-181-236/+193
* cmMakefile: Remove redundant << stream operatorsAlex Turbov2024-07-181-89/+92
* cmMakefile: Replace ternary with bool => int castAlex Turbov2024-07-181-2/+2
* iOS: Add support for Mac CatalystRaul Metsma2024-07-031-0/+8
* Add deprecation warnings for policies CMP0129 and belowBrad King2024-06-051-1/+1
* cmMakefile: Reduce GetModulesFile caller allocationsBrad King2024-03-221-2/+2
* Source: Use cmValue::IsOn and IsOffVitaly Stakhovsky2024-03-171-5/+5
* Add deprecation warnings for policies CMP0128 and belowBrad King2024-02-061-2/+3
* add_custom_command: Allow adding build event via ALIAS targetChen Linxuan2024-02-011-2/+8
* Source: Avoid out-of-range inputs to std::isspace()Brad King2024-01-171-2/+2
* cmMakefile: check cmake script mode exit code after commandleha-bot2024-01-161-0/+6
* cmMakefile: Store the exit code from cmExecutionStatus to cmake instanceleha-bot2024-01-161-0/+5
* Merge topic 'fortran-objects-as-sources-fix'Brad King2023-11-271-0/+3
|\
| * cmCommonTargetGenerator: use modules from linked object-referenced targetsBen Boeckel2023-11-231-0/+3
* | Merge branch 'backport-ci-fedora-39' into ci-fedora-39Brad King2023-11-171-1/+1
|\ \ | |/
| * codespell: Fix typosBrad King2023-11-171-1/+1
* | install(EXPORT): Export find_dependency() callsKyle Edwards2023-11-131-0/+35
* | Source: Fix clang -Wdeprecated-this-capture warningsSean McBride2023-10-261-7/+9
* | Add deprecation warnings for policies CMP0126 and belowBrad King2023-10-031-2/+3
|/
* .xcframework: Check SupportedPlatformVariantKyle Edwards2023-08-151-0/+11
* IWYU: Update for Debian 12 CI jobBrad King2023-07-281-0/+1
* cmMakefile: use single characters where possibleBen Boeckel2023-07-191-6/+6
* cmMakefile: use static string views in some locationsBen Boeckel2023-07-191-10/+9
* cmMakefile: use `cmStrCat` where possibleBen Boeckel2023-07-191-21/+26
* apple: add preliminary visionOS supportGregor Jasny2023-07-111-0/+2
* cmList: Add container conversion to stringMarc Chevrier2023-06-221-5/+4
* Add deprecation warnings for policies CMP0120 and belowBrad King2023-06-071-1/+1
* Merge topic 'AddCacheEntry-suppress-raw-pointer-usage'Brad King2023-05-311-9/+7
|\
| * AddCacheEntry: Suppress raw pointer usageMarc Chevrier2023-05-301-9/+7
* | cmake: Add debuggerGlen Chung2023-05-301-0/+95
|/
* SetProperty: suppress raw pointer usageMarc Chevrier2023-05-261-4/+0
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-29/+11
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-9/+8
* presets: Add trace options to configure presetsArtin Alavi2023-03-301-4/+4
* Merge topic 'recursion-limit'Brad King2023-03-141-14/+42
|\
| * Source: Adjust stack sizes and recursion limits to work togetherBrad King2023-03-131-0/+18
| * Add CMAKE_MAXIMUM_RECURSION_DEPTH environment variableBrad King2023-03-131-0/+6
| * cmMakefile: Factor out helper to get recursion depth limitBrad King2023-03-131-10/+16
| * cmMakefile: Store recursion depth limit as size_tBrad King2023-03-131-5/+4