Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ccmake: Allow Vim keys in cmCursesLongMessageForm | Martin Duffy | 2022-04-07 | 1 | -2/+2 |
* | Merge topic 'header-sets-no-framework' | Brad King | 2022-04-07 | 1 | -0/+4 |
|\ | |||||
| * | FILE_SET: Forbid adding header sets to Apple FRAMEWORK libraries | Kyle Edwards | 2022-04-07 | 1 | -0/+4 |
* | | Merge topic 'fix-warnings' | Brad King | 2022-04-07 | 16 | -1138/+1121 |
|\ \ | |||||
| * | | Source: Fix clang -Wunused-but-set-variable warnings | Brad King | 2022-04-06 | 4 | -15/+2 |
| * | | LexerParser: Suppress clang -Wunused-but-set-variable warnings | Brad King | 2022-04-06 | 9 | -883/+919 |
| * | | LexerParser: Regenerate parsers with bison 3.8.2 | Brad King | 2022-04-06 | 8 | -654/+614 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2022-04-07 | 1 | -1/+1 |
|/ / | |||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2022-04-06 | 1 | -1/+1 |
* | | Merge topic 'xcode-xcconfig' | Brad King | 2022-04-05 | 6 | -0/+108 |
|\ \ | |||||
| * | | xcode: add support for xcconfig files | Gregor Jasny | 2022-04-03 | 6 | -0/+108 |
* | | | Merge topic 'cmake-gui-categories' | Brad King | 2022-04-05 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | cmake-gui: Add "Building" category to freedesktop menu spec | Reinaldo Deprera | 2022-04-04 | 1 | -1/+1 |
| |/ / | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2022-04-05 | 1 | -1/+1 |
* | | | Merge topic 'const-stack' | Brad King | 2022-04-04 | 26 | -104/+159 |
|\ \ \ | |||||
| * | | | cmConstStack: Factor out of cmListFileBacktrace | Brad King | 2022-04-02 | 25 | -87/+142 |
| * | | | cmListFileBacktrace: Clarify call sites that only push a file path | Brad King | 2022-04-01 | 3 | -17/+17 |
* | | | | Merge topic 'export-out-of-dir-TARGET_NAME' | Brad King | 2022-04-04 | 3 | -16/+22 |
|\ \ \ \ | |||||
| * | | | | export: Fix TARGET_NAME lookup for out-of-dir linking | Brad King | 2022-04-01 | 3 | -16/+22 |
| |/ / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-04-04 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2022-04-03 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2022-04-02 | 1 | -1/+1 |
|/ / | |||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2022-04-01 | 1 | -1/+1 |
* | | Merge topic 'string-JSON-error-modes' | Brad King | 2022-03-31 | 1 | -2/+2 |
|\ \ | |||||
| * | | string(JSON): fix error message on invalid mode | Carlo Teubner | 2022-03-30 | 1 | -2/+2 |
* | | | Merge topic 'ninja_compile_database_understand_new_cuda_lang_variables' | Brad King | 2022-03-31 | 1 | -15/+19 |
|\ \ \ | | |/ | |/| | |||||
| * | | CUDA: Ninja generator generates valid compile database | Robert Maynard | 2022-03-30 | 1 | -15/+19 |
| * | | CMake 3.23.0v3.23.0 | Brad King | 2022-03-29 | 1 | -1/+1 |
| * | | Merge topic 'cpack-ifw-validate-input' into release-3.23 | Brad King | 2022-03-28 | 1 | -2/+22 |
| |\ \ | |||||
| * \ \ | Merge topic 'bindexplib-arm64ec' into release-3.23 | Brad King | 2022-03-28 | 1 | -15/+43 |
| |\ \ \ | |||||
| * \ \ \ | Merge topic 'aix-exe-exports' into release-3.23 | Brad King | 2022-03-28 | 1 | -3/+3 |
| |\ \ \ \ | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-03-31 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Merge topic 'verify-header-sets' | Brad King | 2022-03-30 | 5 | -0/+207 |
|\ \ \ \ \ | |||||
| * | | | | | FILE_SET: Add VERIFY_HEADER_SETS target property | Kyle Edwards | 2022-03-29 | 5 | -0/+207 |
* | | | | | | Merge topic 'framework-consumption-during-compilation' | Brad King | 2022-03-30 | 1 | -4/+10 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Ensure targets which are frameworks can be used freely | Marc Chevrier | 2022-03-29 | 1 | -4/+10 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-03-30 | 1 | -1/+1 |
* | | | | | | | Merge topic 'set-env-var-first-run' | Brad King | 2022-03-29 | 2 | -2/+7 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | CMP0132: Don't set compiler environment variables on first run | Craig Scott | 2022-03-29 | 2 | -2/+7 |
* | | | | | | | | Merge topic 'fix-23191' | Brad King | 2022-03-29 | 3 | -14/+24 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | Trace: process else and elseif commands correctly | Braulio Valdivielso Martinez | 2022-03-25 | 3 | -14/+24 |
| |/ / / / / / | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-03-29 | 1 | -1/+1 |
* | | | | | | | Merge topic 'variable-link-feature-supported' | Brad King | 2022-03-28 | 1 | -2/+6 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | genex-LINK_(LIBRARY|GROUP) features: update variables behavior | Marc Chevrier | 2022-03-25 | 1 | -2/+6 |
* | | | | | | | Merge topic 'cpack-ifw-validate-input' | Brad King | 2022-03-28 | 1 | -2/+22 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | CPack/IFW: Add missing referenced source file validation | Craig Scott | 2022-03-25 | 1 | -2/+22 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge topic 'bindexplib-arm64ec' | Brad King | 2022-03-28 | 1 | -15/+43 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | bindexplib: Exclude entry and exit thunks for arm64EC | moyo1997 | 2022-03-25 | 1 | -15/+43 |
| |/ / / / | |||||
| * | | | | CMake 3.23.0-rc5v3.23.0-rc5 | Brad King | 2022-03-23 | 1 | -1/+1 |
* | | | | | Merge topic 'aix-exe-exports' | Brad King | 2022-03-28 | 1 | -3/+3 |
|\ \ \ \ \ | | |_|_|/ | |/| | | |