| Commit message (Expand) | Author | Age | Files | Lines |
* | CheckIPOSupported: Compile check using flags of calling project | Brad King | 2022-06-10 | 1 | -1/+2 |
|
|
* | MSVC: Revert "Default to -ZI instead of /Zi for x86 and x64" | Brad King | 2022-06-09 | 1 | -3/+2 |
|
|
* | if command: Add PATH_EQUAL operator | Marc Chevrier | 2022-06-03 | 1 | -1/+5 |
|
|
* | MSVC: Default to -ZI instead of /Zi for x86 and x64 | Glen Chung | 2022-05-26 | 1 | -1/+4 |
|
|
* | try_compile: Propagate platform variables in project-mode too | Brad King | 2022-05-16 | 1 | -1/+4 |
|
|
* | OpenWatcom: Allow specifying the runtime library | Cameron Cawley | 2022-05-06 | 1 | -1/+4 |
|
|
* | ExternalProject: Add DOWNLOAD_EXTRACT_TIMESTAMP option and policy | Kasper Laudrup | 2022-05-04 | 1 | -0/+4 |
|
|
* | find_* commands: add control over Windows registry views | Marc Chevrier | 2022-04-29 | 1 | -0/+4 |
|
|
* | CPack/DMG: Do not use CPACK_RESOURCE_FILE_LICENSE for SLA by default | Brad King | 2022-04-14 | 1 | -1/+5 |
|
|
* | CMP0132: Don't set compiler environment variables on first run | Craig Scott | 2022-03-29 | 1 | -1/+4 |
|
|
* | LINK_LIBRARIES: Add support for LINK_ONLY genex | Brad King | 2022-03-24 | 1 | -2/+6 |
|
|
* | while: diagnose errors during condition evaluation | Brad King | 2022-03-04 | 1 | -1/+3 |
|
|
* | LCC: Add policy CMP0129 regarding interpreting LCC as GNU | makise-homura | 2021-10-21 | 1 | -1/+4 |
|
|
* | cmStandardLevelResolver: Avoid unnecessary flags, fix unset level logic | Raul Tambre | 2021-09-29 | 1 | -1/+4 |
|
|
* | CMakeDependentOption: Introduce policy CMP0127 for full Condition Syntax | Daniel Schürmann | 2021-09-10 | 1 | -1/+4 |
|
|
* | set(CACHE): do not remove normal variable | Marc Chevrier | 2021-05-20 | 1 | -1/+4 |
|
|
* | find_*: ensure consistent behavior for cache variables | Marc Chevrier | 2021-05-12 | 1 | -1/+5 |
|
|
* | foreach(): loop variables are only available in the loop scope | Marc Chevrier | 2021-04-28 | 1 | -1/+4 |
|
|
* | ARMClang: Do not automatically add cpu/arch compile or link options | Lingkai Dong | 2021-04-27 | 1 | -1/+4 |
|
|
* | UseSWIG: Use standard library name conventions for csharp language | Marc Chevrier | 2021-03-26 | 1 | -1/+5 |
|
|
* | cmListCommand: add a policy for failing on invalid indicies | Ben Boeckel | 2021-02-18 | 1 | -1/+4 |
|
|
* | WriteCompilerDetectionHeader: Add policy to remove module | Brad King | 2020-12-05 | 1 | -1/+4 |
|
|
* | Compile with explicit language flag when source LANGUAGE property is set | Brad King | 2020-12-02 | 1 | -2/+7 |
|
|
* | GENERATED prop: Introducing policy CMP0118 and its documentation | Deniz Bahadir | 2020-11-24 | 1 | -1/+5 |
|
|
* | MSVC: Do not add /GR to CMAKE_CXX_FLAGS by default | Brad King | 2020-11-13 | 1 | -0/+3 |
|
|
* | Merge topic 'doc-CMP0111' | Brad King | 2020-10-19 | 1 | -1/+1 |
|\ |
|
| * | CMP0111: Clarify that the new error is on a missing property setting | Brad King | 2020-10-16 | 1 | -1/+1 |
|
|
* | | Ninja: Transform DEPFILEs with policy CMP0116 | Kyle Edwards | 2020-10-13 | 1 | -1/+4 |
|
|
* | | CMP0115: Require source file extensions to be explicit | Kyle Edwards | 2020-10-13 | 1 | -1/+3 |
|/ |
|
* | ExternalProject: Add policy CMP0114 to refine step target dependencies | Brad King | 2020-09-14 | 1 | -1/+4 |
|
|
* | Makefile: Add policy CMP0113 to avoid duplication of custom commands | Brad King | 2020-09-08 | 1 | -1/+6 |
|
|
* | Modernize: Use #pragma once in all header files | Kitware Robot | 2020-09-03 | 1 | -4/+1 |
|
|
* | GenEx: Remove unneeded dependencies from target info queries | Robert Maynard | 2020-09-01 | 1 | -1/+6 |
|
|
* | cmTarget: Raise error if imported target location is not set | Raul Tambre | 2020-08-21 | 1 | -1/+5 |
|
|
* | add_test: Allow special characters in test name (w/ policy CMP0110) | Deniz Bahadir | 2020-08-12 | 1 | -1/+4 |
|
|
* | Deprecate compatibility with CMake versions older than 2.8.12 | Brad King | 2020-06-18 | 1 | -2/+10 |
|
|
* | find_program: Find programs that are executable but not readable | Brad King | 2020-06-15 | 1 | -1/+4 |
|
|
* | target_link_libraries: self-link through ALIAS is an error | Marc Chevrier | 2020-05-30 | 1 | -1/+4 |
|
|
* | ALIAS target: cannot overwrite an existing target | Marc Chevrier | 2020-05-28 | 1 | -1/+3 |
|
|
* | Modules/Documentation: remove | Ben Boeckel | 2020-04-22 | 1 | -1/+3 |
|
|
* | CUDA: Device linking use now link options | Marc Chevrier | 2020-04-19 | 1 | -3/+6 |
|
|
* | CUDA: Add CUDA_ARCHITECTURES target property | Raul Tambre | 2020-04-15 | 1 | -1/+6 |
|
|
* | export(): raise an error on multiple calls with same FILE | Marc Chevrier | 2020-03-26 | 1 | -1/+4 |
|
|
* | cmMarkAsAdvancedCommand: ignore variables which don't exist in the cache | Ben Boeckel | 2020-01-20 | 1 | -1/+4 |
|
|
* | target_compile_options: ensure BEFORE keyword is handled in all scopes | Marc Chevrier | 2020-01-11 | 1 | -0/+3 |
|
|
* | Autogen: Process .hh headers based on new policy CMP0100 settings | Sebastian Holtermann | 2020-01-04 | 1 | -1/+3 |
|
|
* | Link properties: must be transitive over private dependency on static library | Marc Chevrier | 2019-12-09 | 1 | -2/+7 |
|
|
* | FindFLEX: Add policy CMP0098 to run flex in build tree | Jannick | 2019-11-15 | 1 | -1/+4 |
|
|
* | ExternalProject: Support not initializing any submodules | Robert Maynard | 2019-07-24 | 1 | -1/+5 |
|
|
* | project: Keep leading `0` in PROJECT_VERSION components | Alex Turbov | 2019-07-16 | 1 | -1/+4 |
|
|