| Commit message (Expand) | Author | Age | Files | Lines |
* | try_compile: Honor CMP0128 setting in test project | Brad King | 2022-10-18 | 5 | -0/+66 |
|
|
* | cmStringAlgorithms: Add functions to parse strings to long long integers | Brad King | 2022-09-20 | 1 | -0/+35 |
|
|
* | cmake: In -P mode ignore extra paths on the command line | Robert Maynard | 2022-07-22 | 3 | -0/+13 |
|
|
* | cmGlobalGenerator: Only compute build files for all targets | Kyle Edwards | 2022-07-13 | 2 | -0/+10 |
|
|
* | Merge branch 'file-set-crash' into release-3.23 | Brad King | 2022-06-30 | 7 | -0/+28 |
|\ |
|
| * | install(EXPORT): Check for missing file sets at generate time | Kyle Edwards | 2022-06-29 | 7 | -0/+28 |
|
|
* | | Merge branch 'xcode-14' into release-3.23 | Brad King | 2022-06-11 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | Tests: Teach RunCMake to ignore Xcode DVTSDK warnings | Brad King | 2022-06-10 | 1 | -0/+2 |
|
|
| * | Merge branch 'ci-xcode-13.3' into release-3.22 | Brad King | 2022-04-26 | 1 | -0/+1 |
| |\ |
|
* | \ | Merge topic 'ci-xcode-13.3' into release-3.23 | Brad King | 2022-04-26 | 1 | -0/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Tests: Ignore all classes in Xcode internal objc warnings | Gregor Jasny | 2022-04-25 | 1 | -1/+1 |
|
|
| * | | Tests: Teach RunCMake to ignore Xcode extension point warnings | Brad King | 2022-04-25 | 1 | -0/+1 |
|
|
* | | | cmExportBuildFileGenerator: handle genex-wrapped source paths | Ben Boeckel | 2022-04-18 | 1 | -11/+45 |
|
|
* | | | cmInstallCommand: tweak error message | Ben Boeckel | 2022-04-16 | 1 | -2/+2 |
|
|
* | | | FILE_SET: Make INTERFACE libraries with HEADER_SETS participate in buildsystem | Kyle Edwards | 2022-04-14 | 4 | -0/+28 |
|
|
* | | | Merge topic 'file-set-repr-improvements' into release-3.23 | Brad King | 2022-04-12 | 15 | -36/+20 |
|\ \ \ |
|
| * | | | cmTarget: make HEADER_SETS and INTERFACE_HEADER_SETS read-only | Ben Boeckel | 2022-04-11 | 15 | -36/+20 |
|
|
* | | | | Merge topic 'correct_list-presets_parsing' into release-3.23 | Brad King | 2022-04-12 | 2 | -1/+16 |
|\ \ \ \ |
|
| * | | | | cmake: --list=presets=[type] doesn't generate incorrect warnings | Robert Maynard | 2022-04-11 | 2 | -1/+16 |
|
|
* | | | | | Merge topic 'xcode-pch' into release-3.23 | Brad King | 2022-04-12 | 3 | -1/+19 |
|\ \ \ \ \
| |_|/ / /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | PCH: Fix Xcode non-pch language exclusion | Cristian Adam | 2022-04-11 | 2 | -0/+18 |
|
|
| * | | | Tests: Ignore all classes in Xcode internal objc warnings | Gregor Jasny | 2022-04-11 | 1 | -1/+1 |
|
|
* | | | | CheckSourceCompiles: Avoid linker warning with -fembed-bitcode | Craig Scott | 2022-04-09 | 2 | -0/+22 |
|
|
* | | | | CheckCompilerFlag: Fix regression in locale environment preservation | Brad King | 2022-04-07 | 2 | -0/+18 |
|
|
* | | | | FILE_SET: Forbid adding header sets to Apple FRAMEWORK libraries | Kyle Edwards | 2022-04-07 | 4 | -0/+15 |
|
|
* | | | | Merge topic 'GNUInstallDirs-revert-multiarch-prefixes' into release-3.23 | Brad King | 2022-03-31 | 2 | -4/+4 |
|\ \ \ \ |
|
| * | | | | GNUInstallDirs: Revert "Apply Debian multiarch LIBDIR to more prefixes" | Brad King | 2022-03-30 | 2 | -4/+4 |
| | |/ /
| |/| | |
|
* | | | | CUDA: Ninja generator generates valid compile database | Robert Maynard | 2022-03-30 | 1 | -0/+2 |
|/ / / |
|
* | | | define_property(): Change constraints of INITIALIZE_FROM_VARIABLE | Kyle Edwards | 2022-03-23 | 11 | -23/+23 |
|
|
* | | | Revert INTERFACE_LINK_LIBRARIES_DIRECT feature for 3.23 branch | Brad King | 2022-03-21 | 63 | -773/+2 |
|
|
* | | | Merge topic 'always_prefer_last_source_dir' into release-3.23 | Brad King | 2022-03-18 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | cmake: Always prefer the last source directory provided | Robert Maynard | 2022-03-17 | 1 | -1/+1 |
|
|
* | | | | target_link_libraries: Restore LINK_ONLY for multiple static lib dependencies | Brad King | 2022-03-16 | 3 | -0/+28 |
|/ / / |
|
* | | | Tests: Fix testing CMAKE_CUDA_ARCHITECTURES=OFF with Clang | Brad King | 2022-03-10 | 2 | -0/+18 |
|
|
* | | | CUDA: Restore support for CMAKE_CUDA_ARCHITECTURES=OFF | Robert Maynard | 2022-03-09 | 3 | -0/+6 |
|
|
* | | | Tests: Disable CMAKE_SYSTEM_PROGRAM_PATH in IgnorePrefixPath test | Kyle Edwards | 2022-03-08 | 1 | -0/+1 |
|
|
* | | | Merge topic 'cmake-presets-file-dir' into release-3.23 | Brad King | 2022-03-08 | 7 | -1/+49 |
|\ \ \ |
|
| * | | | CMakePresets.json: Add ${fileDir} macro | Kyle Edwards | 2022-03-07 | 7 | -1/+49 |
|
|
* | | | | Tests: Make RunCMake.CMP0125 robust to external filesystem content | Brad King | 2022-03-07 | 4 | -56/+56 |
|/ / / |
|
* | | | Merge topic 'file-set-name-requirements' into release-3.23 | Brad King | 2022-03-04 | 4 | -0/+12 |
|\ \ \ |
|
| * | | | target_sources(): Enforce stricter requirements for FILE_SET name | Kyle Edwards | 2022-03-03 | 4 | -0/+12 |
|
|
* | | | | Merge topic 'file-set-multiple-names' into release-3.23 | Brad King | 2022-03-04 | 1 | -5/+9 |
|\ \ \ \ |
|
| * | | | | target_sources(): Process multiple FILE_SET arguments per block | Kyle Edwards | 2022-03-03 | 1 | -5/+9 |
| |/ / / |
|
* | | | | Merge topic 'while-bug-compatibility' into release-3.23 | Brad King | 2022-03-04 | 6 | -24/+12 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | while: Restore tolerance of condition error | Alex Turbov | 2022-03-03 | 4 | -9/+2 |
|
|
| * | | | Tests: Simplify RunCMake.{if,while} unbalanced parenthesis cases | Brad King | 2022-03-03 | 4 | -16/+11 |
|
|
* | | | | Merge topic 'cuda-arch-all' into release-3.23 | Brad King | 2022-03-03 | 5 | -0/+18 |
|\ \ \ \ |
|
| * | | | | Tests: Add cases for CMAKE_CUDA_ARCHITECTURES={all,all-major} | Brad King | 2022-03-02 | 5 | -0/+18 |
| | |/ /
| |/| | |
|
* | | | | Merge topic 'cmake-dir-args' into release-3.23 | Brad King | 2022-03-03 | 49 | -30/+84 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Tests: Add RunCMake.CommandLine ExplicitiDirs explicit work directory | Brad King | 2022-03-02 | 1 | -0/+6 |
|
|