| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'test-debugger-named-pipe-fix' into release-3.27 | Brad King | 2023-08-16 | 1 | -7/+7 |
|\ |
|
| * | testDebuggerNamedPipe: fix for cppdap with nlohmann_json | Đoàn Trần Công Danh | 2023-08-16 | 1 | -7/+7 |
|
|
* | | Apple Text Stubs (.tbd): various fixes | Marc Chevrier | 2023-08-11 | 1 | -6/+6 |
|/ |
|
* | VS: Select latest Windows SDK even when targeting Windows 8.1 and below | Brad King | 2023-08-10 | 2 | -5/+9 |
|
|
* | VS: Teach CMAKE_GENERATOR_PLATFORM to support Windows 8.1 SDK selection | Brad King | 2023-08-10 | 1 | -0/+11 |
|
|
* | VS: Teach CMAKE_GENERATOR_PLATFORM to use Windows 10 SDKs for older versions | Brad King | 2023-08-10 | 9 | -24/+33 |
|
|
* | Tests: Remove redundant condition in RunCMake.GeneratorPlatform test | Brad King | 2023-08-10 | 1 | -23/+21 |
|
|
* | Merge topic 'file-GENERATE-arg-parsing' into release-3.27 | Brad King | 2023-08-08 | 4 | -0/+10 |
|\ |
|
| * | file(GENERATE): Restore INPUT|CONTENT parse checking | Evan Wilde | 2023-08-07 | 4 | -0/+10 |
|
|
* | | Merge topic 'cmList-append-regression' into release-3.27 | Brad King | 2023-08-08 | 1 | -4/+4 |
|\ \
| |/
|/| |
|
| * | cmList: Fix performance regression in append/prepend | Marc Chevrier | 2023-08-04 | 1 | -4/+4 |
|
|
* | | VS: Revert "Add CMake input files to ZERO_CHECK" | Brad King | 2023-08-02 | 7 | -255/+11 |
|/ |
|
* | Merge topic 'property-typo-fix' into release-3.27 | Brad King | 2023-07-25 | 1 | -1/+3 |
|\ |
|
| * | cmTarget: Restore Fortran_PREPROCESS property initialization | Ben Boeckel | 2023-07-25 | 1 | -1/+3 |
|
|
* | | Merge topic 'cdash_checksum_400' into release-3.27 | Brad King | 2023-07-25 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | ctest: Update ctest_submit for CDash behavior change | Zack Galbreath | 2023-07-25 | 1 | -1/+1 |
|
|
| * | Tests: Always load presets schema as UTF-8 | Craig Scott | 2023-05-30 | 1 | -3/+3 |
|
|
* | | CTest: Fix regression in calculating test timeout | Kyle Edwards | 2023-07-24 | 2 | -0/+13 |
|
|
* | | Tests/RunCMake/CXXModules: add a test for issue #25112 | Ben Boeckel | 2023-07-22 | 5 | -0/+39 |
|
|
* | | Tests/FortranOnly: add a test case for issue #25112 | Ben Boeckel | 2023-07-22 | 3 | -0/+18 |
|
|
* | | Debugger: Always clear existing breakpoints on setBreakpoints | Ben McMorran | 2023-07-13 | 1 | -0/+13 |
|
|
* | | Merge topic 'debugger-no-supportsVariableType' into release-3.27 | Brad King | 2023-07-13 | 3 | -4/+38 |
|\ \ |
|
| * | | Debugger: Correctly handle clients without supportsVariableType | Ben McMorran | 2023-07-12 | 3 | -4/+38 |
|
|
* | | | Genex: Restore REMOVE_DUPLICATES preservation of empty elements | Brad King | 2023-07-12 | 3 | -0/+10 |
|/ / |
|
* | | Ninja: include module mapper flags in `compile_commands.json` | Ben Boeckel | 2023-07-09 | 6 | -0/+66 |
|
|
* | | Merge topic 'debugger-segfault' into release-3.27 | Brad King | 2023-06-30 | 1 | -1/+29 |
|\ \ |
|
| * | | Debugger: Fix threads request segfault after thread exited event | Ben McMorran | 2023-06-29 | 1 | -1/+29 |
|
|
* | | | Merge topic 'FetchContent-unparsed-arguments' into release-3.27 | Brad King | 2023-06-30 | 4 | -4/+4 |
|\ \ \ |
|
| * | | | FetchContent: Protect ExternalProject keywords from unknown arguments | Brad King | 2023-06-29 | 4 | -4/+4 |
| |/ / |
|
* | | | Merge topic 'vs-cxxmodules-same-src-name' into release-3.27 | Brad King | 2023-06-30 | 6 | -0/+42 |
|\ \ \
| |/ /
|/| | |
|
| * | | VS: Fix C++ modules in source files with the same name | Brad King | 2023-06-28 | 6 | -0/+42 |
|
|
* | | | Merge topic 'support_nvhpc_versions_without_isystem' into release-3.27 | Brad King | 2023-06-26 | 6 | -1/+12 |
|\ \ \ |
|
| * | | | NVHPC: Support nvfortran versions that don't support isystem | Robert Maynard | 2023-06-23 | 6 | -1/+12 |
| |/ / |
|
* | | | link dependencies: deactivate the feature | Marc Chevrier | 2023-06-23 | 2 | -3/+4 |
|/ / |
|
* | | list(): restore SUBLIST behavior | Marc Chevrier | 2023-06-16 | 1 | -0/+51 |
|
|
* | | Tests: Require git to enable RunCMake.CMP0150 test | Brad King | 2023-06-12 | 1 | -1/+4 |
|
|
* | | Tests: Find GIT_EXECUTABLE early enough to use in all tests | Brad King | 2023-06-12 | 1 | -4/+3 |
|
|
* | | Merge topic 'add_test-empty-args' into release-3.27 | Brad King | 2023-06-12 | 3 | -0/+24 |
|\ \ |
|
| * | | add_test: Restore support for empty test arguments | Marc Chevrier | 2023-06-09 | 3 | -0/+24 |
|
|
* | | | Makefiles: quote `$(COLOR)` expansions | Ben Boeckel | 2023-06-08 | 2 | -0/+15 |
|/ / |
|
* | | Merge topic 'verify-interface-header-sets-skip-linting' | Kyle Edwards | 2023-06-06 | 3 | -0/+9 |
|\ \ |
|
| * | | VERIFY_INTERFACE_HEADER_SETS: Skip header files that have SKIP_LINTING | Kyle Edwards | 2023-06-06 | 3 | -0/+9 |
|
|
* | | | Merge topic 'apple-clang-asm-compiler-id' | Brad King | 2023-06-06 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | AppleClang: Fix ASM compiler identification | Gregor Jasny | 2023-06-05 | 1 | -1/+1 |
|
|
* | | | | Merge topic 'Apple-tbd-runpath-handling' | Brad King | 2023-06-06 | 2 | -1/+9 |
|\ \ \ \ |
|
| * | | | | Apple text-based stubs: ensure runpath is correctly defined | Marc Chevrier | 2023-06-04 | 2 | -1/+9 |
| |/ / / |
|
* | | | | Merge topic 'cmuvprocesschain-status-getexception' | Kyle Edwards | 2023-06-06 | 2 | -14/+65 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | cmUVProcessChain: Add Status::GetException() method | Kyle Edwards | 2023-06-05 | 2 | -14/+65 |
|
|
* | | | | Merge topic 'file-api-query-command' | Brad King | 2023-06-05 | 6 | -0/+100 |
|\ \ \ \ |
|
| * | | | | cmake_file_api: New project command | Craig Scott | 2023-06-05 | 6 | -0/+100 |
| |/ / / |
|