summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
Commit message (Expand)AuthorAgeFilesLines
* IWYU: Update for Debian 13 CI jobBrad King2025-11-121-4/+4
* cmFindPackageStack: Allow controlled mutationMatthew Woehlke2025-07-301-11/+1
* Do not define CMAKE_PARENT_LIST_FILE in CMakeLists.txtBenjamin Buch2025-07-151-0/+3
* find_package: CPS component requirements != CMake componentsMatthew Woehlke2025-03-051-0/+2
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* Revise C++ coding style using clang-format with "east const"Kitware Robot2025-01-231-122/+122
* Merge topic 'remove-old-compatibility'Brad King2025-01-231-7/+0
|\
| * CMP0061: Remove support for OLD behaviorBrad King2025-01-221-2/+0
| * CMP0059: Remove support for OLD behaviorBrad King2025-01-221-5/+0
* | Merge topic 'extern-domain'Brad King2025-01-221-1/+6
|\ \ | |/ |/|
| * Add support for foreign targetsVito Gamberini2025-01-211-1/+6
* | CMP0054: Remove support for OLD behaviorBrad King2025-01-201-8/+0
* | CMP0053: Remove support for OLD behaviorBrad King2025-01-201-15/+5
* | CMP0050: Remove support for OLD behaviorBrad King2025-01-191-6/+0
* | CMP0037: Remove support for OLD behaviorBrad King2025-01-191-2/+1
* | CMP0024: Remove support for OLD behaviorBrad King2025-01-191-1/+0
* | CMP0019: Remove support for OLD behaviorBrad King2025-01-181-5/+0
|/
* cmMakefile: Allow arbitrary stack manipulationMatthew Woehlke2024-12-071-1/+22
* cmMakefile: Prevent copying RAII helpersMatthew Woehlke2024-12-041-0/+6
* cmMakefile: support "after generator target" generator actionsBen Boeckel2024-08-271-5/+23
* iOS: Add support for Mac CatalystRaul Metsma2024-07-031-0/+3
* cmMakefile: Reduce GetModulesFile caller allocationsBrad King2024-03-221-3/+3
* install(EXPORT): Export find_dependency() callsKyle Edwards2023-11-131-0/+18
* .xcframework: Check SupportedPlatformVariantKyle Edwards2023-08-151-0/+3
* IWYU: Update for Debian 12 CI jobBrad King2023-07-281-3/+5
* apple: add preliminary visionOS supportGregor Jasny2023-07-111-0/+2
* AddCacheEntry: Suppress raw pointer usageMarc Chevrier2023-05-301-4/+13
* SetProperty: suppress raw pointer usageMarc Chevrier2023-05-261-2/+5
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-2/+0
* cmMakefile: Factor out helper to get recursion depth limitBrad King2023-03-131-0/+2
* cmMakefile: Store recursion depth limit as size_tBrad King2023-03-131-3/+3
* Apple: Handle generation and comsuption of text-based stubs (.tbd files)Marc Chevrier2023-03-011-0/+4
* find_package: Use <PACKAGENAME>_ROOT variables as search prefixesBrad King2023-02-231-0/+3
* cmFindPackageCommand: Refactor CMP0074 logic to de-duplicate lookupsBrad King2023-02-231-1/+2
* cmMakefile: add support for a "synthesized" targetBen Boeckel2023-02-141-1/+4
* Merge topic 'add_subdirectory_system'Brad King2022-09-271-1/+1
|\
| * add_subdirectory: Add SYSTEM optionDa Quexian2022-09-261-1/+1
* | Merge topic 'check-library-properties-fix-performances-regression'Brad King2022-09-091-1/+0
|\ \
| * | Check link libraries properties: fix performances regressionMarc Chevrier2022-09-071-1/+0
| |/
* | cmMakefile: add RaiseScope for list of variablesMarc Chevrier2022-09-031-0/+1
* | cmMakefile::VariablePushPop: helper class to manage variable scopesMarc Chevrier2022-08-221-0/+14
* | cmMakefile::RaiseScope: Add support for cmValue argumentMarc Chevrier2022-08-221-0/+4
* | Add cmake_language(GET_MESSAGE_LOG_LEVEL) sub commandAlexandru Croitor2022-06-281-0/+1
|/
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-2/+2
* Trace: process else and elseif commands correctlyBraulio Valdivielso Martinez2022-03-251-2/+9
* cmMakefile: Add missing initializer for recently added memberBrad King2022-03-151-1/+1
* find_package: Add support for default GLOBAL imported targetsJohn Parent2022-03-101-0/+39
* Merge topic 'debug-find'Brad King2022-02-111-0/+14
|\
| * find_package: Improve --debug-find-pkg= when using a find moduleBrad King2022-02-101-0/+14
* | Genex: Add $<LINK_LIBRARY:...>Marc Chevrier2022-02-071-0/+1
|/