summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
| * cmMakefile: Improve parsing of CMAKE_MAXIMUM_RECURSION_DEPTH variableBrad King2023-03-091-6/+5
* | Treat '.ccm', '.cxxm', and '.c++m' files as C++ sourcesBrad King2023-03-091-1/+1
|/
* Apple: Handle generation and comsuption of text-based stubs (.tbd files)Marc Chevrier2023-03-011-0/+5
* find_package: Use <PACKAGENAME>_ROOT variables as search prefixesBrad King2023-02-231-0/+21
* cmFindPackageCommand: Refactor CMP0074 logic to de-duplicate lookupsBrad King2023-02-231-16/+10
* cmMakefile: add support for a "synthesized" targetBen Boeckel2023-02-141-3/+12
* cmTarget: make Visibility an `enum class`Ben Boeckel2023-02-141-3/+3
* cmCustomCommand: Refactor custom command-specific policy valuesKyle Edwards2023-02-061-3/+3
* Add deprecation warnings for policies CMP0114 and belowBrad King2023-02-011-1/+1
* cmValue: Use operator* explicitly to convert to std::string; avoid extra callVitaly Stakhovsky2023-01-161-1/+2
* cmake::CreateProfilingEntry: Refactor to take lambda for argsKyle Edwards2022-11-111-1/+14
* cmMakefileProfilingData: Refactor to use RAIIKyle Edwards2022-10-261-7/+6
* Merge topic 'trace-try_compile'Brad King2022-10-171-0/+3
|\
| * try_compile: Propagate --trace through try_compileMatthew Woehlke2022-10-111-0/+3
* | Add deprecation warnings for policies CMP0108 and belowBrad King2022-10-121-2/+2
|/
* Merge topic 'add_subdirectory_system'Brad King2022-09-271-1/+5
|\
| * add_subdirectory: Add SYSTEM optionDa Quexian2022-09-261-1/+5
* | Merge topic 'check-library-properties-fix-performances-regression'Brad King2022-09-091-25/+0
|\ \
| * | Check link libraries properties: fix performances regressionMarc Chevrier2022-09-071-25/+0