Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | find_package: Fix regression in searching root prefix | Brad King | 2020-10-19 | 1 | -1/+1 | |
| * | | | Merge topic 'separate_arguments-no-args' into release-3.19 | Brad King | 2020-10-19 | 1 | -0/+5 | |
| |\ \ \ | ||||||
| | * | | | separate_arguments: Fix crash on *_COMMAND with no arguments | Robert Bozzetto | 2020-10-16 | 1 | -0/+5 | |
| * | | | | Merge topic 'doc-CMP0111' into release-3.19 | 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 | |
| | |/ / / | ||||||
| * | | | | Merge topic 'cmake-gui-disable-presets' into release-3.19 | Craig Scott | 2020-10-17 | 2 | -4/+15 | |
| |\ \ \ \ | ||||||
| | * | | | | CMake GUI: Disable preset fields instead of hiding them | Kyle Edwards | 2020-10-16 | 2 | -4/+15 | |
| * | | | | | Merge topic 'file-configure-angle-brackets' into release-3.19 | Brad King | 2020-10-16 | 1 | -9/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | file(CONFIGURE): Allow angle brackets in content | Cristian Adam | 2020-10-15 | 1 | -9/+1 | |
| * | | | | | | Fix regression in test/install/package configuration selection | Brad King | 2020-10-15 | 1 | -3/+2 | |
| | |_|/ / / | |/| | | | | ||||||
| * | | | | | Merge topic 'cmake-E-cat-binary' into release-3.19 | Brad King | 2020-10-15 | 8 | -54/+103 | |
| |\ \ \ \ \ | | |_|/ / / | |/| | | / | | | |_|/ | | |/| | | ||||||
| | * | | | cmake: Fix '-E cat' command for binary files on Windows | Johnny Jazeix | 2020-10-14 | 3 | -7/+26 | |
| | * | | | cmConsoleBuf: Factor out cout/cerr console buffer management | Brad King | 2020-10-14 | 7 | -36/+65 | |
| | * | | | clang-format: Fix include block order in ctest.cxx and cpack.cxx | Brad King | 2020-10-14 | 2 | -13/+14 | |
| * | | | | cmake-gui: Attach icons only to main GUI executables | Brad King | 2020-10-14 | 1 | -2/+2 | |
| | |_|/ | |/| | | ||||||
| * | | | CMake 3.19.0-rc1v3.19.0-rc1 | Brad King | 2020-10-13 | 1 | -1/+1 | |
| * | | | cmake-gui: Restore application icon on Windows | Brad King | 2020-10-13 | 1 | -5/+1 | |
| * | | | cmake-gui: Restore application icon on macOS | Brad King | 2020-10-13 | 1 | -6/+6 | |
| * | | | export: Remove leftover inaccurate code comment | Craig Scott | 2020-10-13 | 1 | -1/+0 | |
| * | | | Merge topic 'export-namelink-only' into release-3.19 | Craig Scott | 2020-10-12 | 1 | -19/+27 | |
| |\ \ \ | ||||||
| | * | | | export: Do not fail generation for namelink-only case | Deniz Bahadir | 2020-10-09 | 1 | -19/+27 | |
| * | | | | Ninja Multi-Config: Fix segfault when installing an export | Kyle Edwards | 2020-10-09 | 1 | -7/+7 | |
| |/ / / | ||||||
| * | | | Begin 3.19 release versioning | Brad King | 2020-10-08 | 1 | -3/+3 | |
| | |/ | |/| | ||||||
| * | | Merge topic 'ignore_MSB_warnings' | Brad King | 2020-10-08 | 1 | -0/+2 | |
| |\ \ | ||||||
| | * | | cm_cxx_features: Filter out MSBXXXX warnings | Anonymous Maarten | 2020-10-08 | 1 | -0/+2 | |
| * | | | CMake Nightly Date Stamp | Kitware Robot | 2020-10-08 | 1 | -1/+1 | |
| * | | | Merge topic 'cmake-presets-empty-var' | Brad King | 2020-10-07 | 1 | -1/+11 | |
| |\ \ \ | ||||||
| | * | | | CMakePresets.json: Prohibit empty variable names | Kyle Edwards | 2020-10-06 | 1 | -1/+11 | |
| * | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-10-07 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Merge topic 'cmake-presets' | Brad King | 2020-10-06 | 30 | -70/+2059 | |
| |\ \ \ | ||||||
| | * | | | CMake GUI: Add presets functionality | Kyle Edwards | 2020-10-05 | 15 | -11/+762 | |
| | * | | | CMake: Add presets functionality | Kyle Edwards | 2020-10-05 | 5 | -46/+366 | |
| | * | | | Presets: Add cmCMakePresetsFile class | Kyle Edwards | 2020-10-05 | 3 | -0/+906 | |
| | * | | | Refactor: Add allowArch parameter to cmake::CreateGlobalGenerator() | Kyle Edwards | 2020-10-05 | 10 | -19/+20 | |
| | * | | | cmJSONHelpers: Add new Bind() function | Kyle Edwards | 2020-10-05 | 1 | -0/+11 | |
| | |/ / | ||||||
| * | | | Merge topic 'fix-uninitialized-21166' | Brad King | 2020-10-06 | 2 | -0/+4 | |
| |\ \ \ | ||||||
| | * | | | cmCTestBuildHandler: Avoid uninitialized line-numbers | Adriaan de Groot | 2020-10-05 | 1 | -0/+2 | |
| | * | | | cmake: Fix uninitialized member in HandleDeleteCacheVariables | Adriaan de Groot | 2020-10-05 | 1 | -0/+2 | |
| | |/ / | ||||||
| * | | | Merge topic 'csharp-source_group-bugfix' | Brad King | 2020-10-06 | 1 | -1/+8 | |
| |\ \ \ | ||||||
| * | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-10-06 | 1 | -1/+1 | |
| | |/ / | |/| | | ||||||
| * | | | CMake Nightly Date Stamp | Kitware Robot | 2020-10-05 | 1 | -1/+1 | |
| * | | | Merge topic 'xcode-refactor-framework-linking' | Craig Scott | 2020-10-04 | 2 | -6/+20 | |
| |\ \ \ | ||||||
| | * | | | Xcode: Don't add framework as -framework argument in linker info list | Gusts Kaksis | 2020-10-02 | 2 | -6/+20 | |
| * | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-10-04 | 1 | -1/+1 | |
| * | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-10-03 | 1 | -1/+1 | |
| * | | | | Merge topic 'execute_process-fatal-error' | Brad King | 2020-10-02 | 1 | -1/+57 | |
| |\ \ \ \ | ||||||
| | * | | | | execute_process: add options for fatal errors on subprocess failure | Asit Dhal | 2020-10-01 | 1 | -1/+57 | |
| * | | | | | Merge topic 'ctest-memcheck-compute-sanitizer' | Brad King | 2020-10-02 | 1 | -1/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | CTest: add compute-sanitizer alias for cuda-memcheck | Tobias Ribizel | 2020-10-01 | 1 | -1/+2 | |
| | |/ / / / | ||||||
| * | | | | | Merge topic 'optimize-cmListFileFunction' | Marc Chevrier | 2020-10-02 | 14 | -85/+123 | |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | |