summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | return(): Propagate variables to result scopeMarc Chevrier2022-09-031-0/+1
* | | cmMakefile: add RaiseScope for list of variablesMarc Chevrier2022-09-031-0/+12
* | | cmMakefile::VariablePushPop: helper class to manage variable scopesMarc Chevrier2022-08-221-0/+13
* | | cmMakefile: Dedupe languages when enabling themfriendlyanon2022-06-301-2/+24
* | | cmMakefile: Refactor parameter and variable names for EnableLanguagefriendlyanon2022-06-301-12/+14
* | | Add cmake_language(GET_MESSAGE_LOG_LEVEL) sub commandAlexandru Croitor2022-06-281-0/+23
| |/ |/|
* | Add deprecation warnings for policies CMP0102 and belowBrad King2022-06-141-1/+1
|/
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-19/+19
* clang-tidy: address `google-readability-casting` lintsBen Boeckel2022-05-241-1/+1
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-10/+4