summaryrefslogtreecommitdiffstats
path: root/Source/cmState.cxx
Commit message (Expand)AuthorAgeFilesLines
* IWYU: Update for Debian 13 CI jobBrad King2025-11-121-1/+1
* Merge topic 'cmPropertySentinel-definition'Brad King2025-09-021-0/+4
|\
| * cmPropertySentinel: update definitionMarc Chevrier2025-09-011-0/+4
* | FASTBuild: Add generatorEduard Voronkin2025-08-261-0/+10
* | find_package: Implement UNWIND_INCLUDEVito Gamberini2025-07-131-0/+1
|/
* cmState: Improve how state is resetMatthew Woehlke2025-04-021-10/+6
* 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-50/+50
* cmState: Add helper to represent removed commandsBrad King2025-01-191-0/+12
* cmPolicies: Remove now-unused REQUIRED_IF_USED and REQUIRED_ALWAYS statesBrad King2024-11-131-2/+0
* cmCommand: RemoveDaniel Pfeifer2024-11-051-7/+0
* HIP: Populate CMAKE_HIP_KNOWN_FEATURES global propertyBrad King2024-05-281-0/+5
* cmState: Add method to check for the Borland Makefiles generatorBrad King2024-05-141-0/+10
* Merge topic 'fileapi-provide-glob-dependent'Brad King2024-03-211-8/+12
|\
| * fileapi: Add CONFIGURE_DEPENDS glob info to cmakeFiles objectArctic Lampyrid2024-03-191-0/+5
| * cmGlobCacheEntry: Add helper to carry CONFIGURE_DEPENDS glob cache argumentsArctic Lampyrid2024-03-191-8/+7
* | Source: Use cmValue::IsOn and IsOffVitaly Stakhovsky2024-03-171-1/+1
|/
* Ninja: LINK_OPTIONS property should support newlinesMarc Chevrier2023-12-201-0/+10
* cmState::AddDisallowedCommand(): Allow additional warning infoKyle Edwards2023-10-271-6/+12
* cmList: Add container conversion to stringMarc Chevrier2023-06-221-4/+4
* AddCacheEntry: Suppress raw pointer usageMarc Chevrier2023-05-301-1/+1
* SetProperty: suppress raw pointer usageMarc Chevrier2023-05-261-5/+6
* Source: Improve some code readability and efficiencyMeekness Adesina2023-05-191-5/+7
* Merge topic 'block-var-scope'Brad King2022-11-081-10/+11
|\
| * cmState: Clarify name of member tracking the active scope in a directoryBrad King2022-11-071-11/+11
| * block: Fix variable scope protection from modification by subdirectoriesBrad King2022-11-071-0/+1
* | cmake: Honor CMAKE_GENERATOR env var in --help outputJuan Ramos2022-10-211-0/+2
|/
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-1/+1
* Dependency providers: Add find_package and FetchContent supportCraig Scott2022-05-241-0/+9
* define_property(): Add INITIALIZE_FROM_VARIABLE argumentKyle Edwards2022-01-201-2/+4
* cmMessenger: Adopt backtrace printing functionsBrad King2021-12-081-10/+10
* Source: Fix clang -Wimplicit-fallthrough warningsSean McBride2021-09-281-1/+1
* Rename cmProp in cmValueMarc Chevrier2021-09-211-18/+18
* Merge topic 'enh-AddCacheEntry-accepts-new-types'Marc Chevrier2021-09-101-1/+1
|\
| * AddCacheEntry accept cmProp or std::stringMarc Chevrier2021-09-101-1/+1
* | Refactor: Convert parallel string/backtrace vectors to BT vectorsKyle Edwards2021-09-031-5/+0
|/
* Enhancement: SetProperty accept cmProp or std::stringMarc Chevrier2021-08-251-0/+4
* cmProp: refactoring: transform alias in classMarc Chevrier2021-08-081-9/+9
* cmake: Model normal and try-compile project kinds explicitlyBrad King2021-07-121-13/+10
* cmState: Construct with modeBrad King2021-07-121-8/+4
* Merge topic 'fix-flow-control-override'Brad King2021-06-171-1/+8
|\
| * CMake: Allow override of unexpected non-flow-control commandsKyle Edwards2021-06-161-1/+8
* | cmState: Record imported target names in each directoryBrad King2021-06-101-0/+1
|/
* clang-tidy: fix `readability-use-anyofallof` warningsBen Boeckel2021-01-271-6/+3
* clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-271-1/+1
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-1/+1
* Merge topic 'cmake-presets-path-arg'Craig Scott2020-10-271-0/+5
|\
| * CMakePresets.json: Rework how --preset argument is handledKyle Edwards2020-10-261-0/+5
* | cmState: Prohibit override of flow control commandsKyle Edwards2020-10-221-3/+28
|/
* cmake_language: Add signature to DEFER calls to later timesBrad King2020-09-291-0/+15