| Commit message (Expand) | Author | Age | Files | Lines |
* | .xcframework: Check SupportedPlatformVariant | Kyle Edwards | 2023-08-15 | 1 | -0/+3 |
|
|
* | IWYU: Update for Debian 12 CI job | Brad King | 2023-07-28 | 1 | -3/+5 |
|
|
* | apple: add preliminary visionOS support | Gregor Jasny | 2023-07-11 | 1 | -0/+2 |
|
|
* | AddCacheEntry: Suppress raw pointer usage | Marc Chevrier | 2023-05-30 | 1 | -4/+13 |
|
|
* | SetProperty: suppress raw pointer usage | Marc Chevrier | 2023-05-26 | 1 | -2/+5 |
|
|
* | CMake code rely on cmList class for CMake lists management (part. 2) | Marc Chevrier | 2023-04-29 | 1 | -2/+0 |
|
|
* | cmMakefile: Factor out helper to get recursion depth limit | Brad King | 2023-03-13 | 1 | -0/+2 |
|
|
* | cmMakefile: Store recursion depth limit as size_t | Brad King | 2023-03-13 | 1 | -3/+3 |
|
|
* | Apple: Handle generation and comsuption of text-based stubs (.tbd files) | Marc Chevrier | 2023-03-01 | 1 | -0/+4 |
|
|
* | find_package: Use <PACKAGENAME>_ROOT variables as search prefixes | Brad King | 2023-02-23 | 1 | -0/+3 |
|
|
* | cmFindPackageCommand: Refactor CMP0074 logic to de-duplicate lookups | Brad King | 2023-02-23 | 1 | -1/+2 |
|
|
* | cmMakefile: add support for a "synthesized" target | Ben Boeckel | 2023-02-14 | 1 | -1/+4 |
|
|
* | Merge topic 'add_subdirectory_system' | Brad King | 2022-09-27 | 1 | -1/+1 |
|\ |
|
| * | add_subdirectory: Add SYSTEM option | Da Quexian | 2022-09-26 | 1 | -1/+1 |
|
|
* | | Merge topic 'check-library-properties-fix-performances-regression' | Brad King | 2022-09-09 | 1 | -1/+0 |
|\ \ |
|
| * | | Check link libraries properties: fix performances regression | Marc Chevrier | 2022-09-07 | 1 | -1/+0 |
| |/ |
|
* | | cmMakefile: add RaiseScope for list of variables | Marc Chevrier | 2022-09-03 | 1 | -0/+1 |
|
|
* | | cmMakefile::VariablePushPop: helper class to manage variable scopes | Marc Chevrier | 2022-08-22 | 1 | -0/+14 |
|
|
* | | cmMakefile::RaiseScope: Add support for cmValue argument | Marc Chevrier | 2022-08-22 | 1 | -0/+4 |
|
|
* | | Add cmake_language(GET_MESSAGE_LOG_LEVEL) sub command | Alexandru Croitor | 2022-06-28 | 1 | -0/+1 |
|/ |
|
* | clang-tidy: address `modernize-use-default-member-init` lints | Ben Boeckel | 2022-05-24 | 1 | -2/+2 |
|
|
* | Trace: process else and elseif commands correctly | Braulio Valdivielso Martinez | 2022-03-25 | 1 | -2/+9 |
|
|
* | cmMakefile: Add missing initializer for recently added member | Brad King | 2022-03-15 | 1 | -1/+1 |
|
|
* | find_package: Add support for default GLOBAL imported targets | John Parent | 2022-03-10 | 1 | -0/+39 |
|
|
* | Merge topic 'debug-find' | Brad King | 2022-02-11 | 1 | -0/+14 |
|\ |
|
| * | find_package: Improve --debug-find-pkg= when using a find module | Brad King | 2022-02-10 | 1 | -0/+14 |
|
|
* | | Genex: Add $<LINK_LIBRARY:...> | Marc Chevrier | 2022-02-07 | 1 | -0/+1 |
|/ |
|
* | cmCustomCommand: Track main dependency explicitly | NAKAMURA Takumi | 2021-12-14 | 1 | -1/+1 |
|
|
* | cmMakefile: Simplify Add*Command and adopt to cmAddCustom*Command | NAKAMURA Takumi | 2021-11-18 | 1 | -36/+8 |
|
|
* | cmMakefile: Simplify detail:::Add{Custom,Utility}Command | NAKAMURA Takumi | 2021-11-18 | 1 | -1/+14 |
|
|
* | cmMakefile: Introduce GeneratorAction as the class. | NAKAMURA Takumi | 2021-11-18 | 1 | -3/+24 |
|
|
* | cmMakefile: Move CMP0116 lookup into Add{Custom,Utility}Command | NAKAMURA Takumi | 2021-11-18 | 1 | -18/+16 |
|
|
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -7/+7 |
|
|
* | cmProp: cm::string_view cast operator must be explicit | Marc Chevrier | 2021-09-14 | 1 | -0/+4 |
|
|
* | Refactor: Convert parallel string/backtrace vectors to BT vectors | Kyle Edwards | 2021-09-03 | 1 | -11/+5 |
|
|
* | Enhancement: SetProperty accept cmProp or std::string | Marc Chevrier | 2021-08-25 | 1 | -0/+5 |
|
|
* | Refactor: reduce cmToCStr usage | Marc Chevrier | 2021-08-19 | 1 | -4/+4 |
|
|
* | cmMakefile: Split out CreateNewTarget from AddNewTarget | NAKAMURA Takumi | 2021-07-08 | 1 | -0/+5 |
|
|
* | cmMakefile: Add helper to initialize CMAKE_CONFIGURATION_TYPES | Brad King | 2021-06-30 | 1 | -0/+2 |
|
|
* | Source: Fix typos and spelling in comments | Josef Angstenberger | 2021-05-07 | 1 | -1/+1 |
|
|
* | foreach(): loop variables are only available in the loop scope | Marc Chevrier | 2021-04-28 | 1 | -0/+1 |
|
|
* | cmCustomCommand: Record value of CMP0116 at time of creation | Kyle Edwards | 2021-02-23 | 1 | -16/+18 |
|
|
* | file(GENERATE): Support new line style | Asit Dhal | 2021-02-01 | 1 | -1/+2 |
|
|
* | Code style: add missed explicit 'this->' | Oleksandr Koval | 2021-01-05 | 1 | -1/+1 |
|
|
* | file(GENERATE): Support options to manipulate file permissions | Asit Dhal | 2020-12-21 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Adopt custom target 'force' output name generation | Brad King | 2020-12-15 | 1 | -5/+0 |
|
|
* | cmMakefile: Simplify custom target 'force' output name generation | Brad King | 2020-12-15 | 1 | -2/+2 |
|
|
* | Reduce the scope of temporary cmProp variables and other improvements | Vitaly Stakhovsky | 2020-11-05 | 1 | -2/+1 |
|
|
* | configure_file: Add option for user defined permissions | Asit Dhal | 2020-10-24 | 1 | -2/+3 |
|
|
* | Constify some code as suggested by clang-tidy | Cengizhan Pasaoglu | 2020-10-19 | 1 | -5/+5 |
|
|