summaryrefslogtreecommitdiff
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-151-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
* cmListFileBacktrace: Clarify call sites that only push a file pathBrad King2022-04-011-3/+6
* Trace: process else and elseif commands correctlyBraulio Valdivielso Martinez2022-03-251-7/+8
* find_package: Add support for default GLOBAL imported targetsJohn Parent2022-03-101-0/+5
* Genex-LINK_GROUP: Add possibility to group libraries at link stepMarc Chevrier2022-02-281-9/+9
* Merge topic 'debug-find'Brad King2022-02-111-0/+19
|\
| * find_package: Improve --debug-find-pkg= when using a find moduleBrad King2022-02-101-0/+19
* | Trace: include `line_end` field in json-v1 formatBraulio Valdivielso Martinez2022-02-091-0/+4
* | Merge topic 'genex-LINK_LIBRARY-to-decorate-library'Brad King2022-02-091-0/+25
|\ \
| * | Genex: Add $<LINK_LIBRARY:...>Marc Chevrier2022-02-081-0/+25
* | | Trace: add global_frame field to json-v1 formatBraulio Valdivielso Martinez2022-02-071-0/+2
|/ /
* | Add deprecation warnings for policies CMP0097 and belowBrad King2022-02-031-2/+4
|/
* cmListFileCache: Rename FromCommandContext to FromListFileFunctionBrad King2022-01-251-1/+1
* cmCustomCommand: Track main dependency explicitlyNAKAMURA Takumi2021-12-141-9/+6