| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake: Add debugger | Glen Chung | 2023-05-30 | 1 | -7/+7 |
|
|
* | cppdap: Build as part of CMake or use external installation | Brad King | 2023-05-26 | 1 | -2/+23 |
|
|
* | Merge topic 'test-no-dart' | Brad King | 2023-02-28 | 1 | -7/+1 |
|\ |
|
| * | Tests: Drop use of legacy "Dart" module | Brad King | 2023-02-27 | 1 | -7/+1 |
|
|
* | | Configure CMake itself with policies through CMake 3.25 | Brad King | 2023-02-01 | 1 | -1/+1 |
|/ |
|
* | CMake: add an option to run IWYU in verbose mode | Ben Boeckel | 2023-01-27 | 1 | -0/+5 |
|
|
* | CMake: add option to export clang-tidy fixes to a directory | Kyle Edwards | 2022-12-08 | 1 | -0/+9 |
|
|
* | own CMakeLists: remove unreachable code | Michael Hirsch | 2022-11-07 | 1 | -13/+7 |
|
|
* | Merge topic 'clang-tidy-plugin-stub' | Kyle Edwards | 2022-10-14 | 1 | -0/+15 |
|\ |
|
| * | clang-tidy: Add option to load CMake's clang-tidy module | Kyle Edwards | 2022-10-12 | 1 | -0/+15 |
|
|
* | | Configure CMake itself with policies through CMake 3.24 | Brad King | 2022-10-12 | 1 | -5/+1 |
|/ |
|
* | Drop try_run macro from CMake's own build | Brad King | 2022-09-26 | 1 | -11/+0 |
|
|
* | Build: Use `string(APPEND…)` in the root `CMakeLists.txt` | Alex Turbov | 2022-09-22 | 1 | -4/+3 |
|
|
* | Build: Extract `CMAKE_BUILD_UTILITIES` macro into a separate include | Alex Turbov | 2022-09-22 | 1 | -385/+3 |
|
|
* | Build: Use `cmstd` target instead of variable `CMAKE_STD_LIBRARY` | Alex Turbov | 2022-09-22 | 1 | -1/+0 |
|
|
* | Build: `add_definitions()` → `add_compile_definitions()` | Alex Turbov | 2022-09-22 | 1 | -1/+1 |
|
|
* | Build: Simplify `configure_file()` calls | Alex Turbov | 2022-09-22 | 1 | -21/+8 |
|
|
* | CMakeLists: Remove redundant spaces around CMake command calls | Alex Turbov | 2022-09-22 | 1 | -12/+13 |
|
|
* | Build: Modernize some `foreach` calls to use `IN LISTS`/`IN ITEMS` | Alex Turbov | 2022-09-22 | 1 | -8/+8 |
|
|
* | jsoncpp: Require version 1.6.0 when using system-provided library | Brad King | 2022-08-18 | 1 | -1/+1 |
|
|
* | Remove stale references to CMakeServerLib | Kyle Edwards | 2022-08-02 | 1 | -3/+0 |
|
|
* | Configure CMake itself with policies through CMake 3.23 | Brad King | 2022-06-14 | 1 | -1/+1 |
|
|
* | libarchive: Simplify hard-coded options for build within CMake | Brad King | 2022-02-22 | 1 | -30/+29 |
|
|
* | Require CMake 3.13+ to configure CMake itself | Brad King | 2022-02-22 | 1 | -1/+1 |
|
|
* | libarchive: Simplify code selecting CMake-specific build options | Brad King | 2022-02-17 | 1 | -19/+35 |
|
|
* | Configure CMake itself with policies through CMake 3.22 | Brad King | 2022-02-03 | 1 | -1/+1 |
|
|
* | string(TIMESTAMP): add %f specifier for microseconds | Peter Würth | 2022-01-28 | 1 | -1/+1 |
|
|
* | ccmake: Add Windows support using PDCurses | Duncan Ogilvie | 2022-01-18 | 1 | -3/+10 |
|
|
* | ccmake: Refactor BUILD_CursesDialog option logic | Brad King | 2022-01-18 | 1 | -13/+16 |
|
|
* | LCC: Add policy CMP0129 regarding interpreting LCC as GNU | makise-homura | 2021-10-21 | 1 | -0/+5 |
|
|
* | Merge topic 'lcc-compiler' | Brad King | 2021-10-19 | 1 | -2/+3 |
|\ |
|
| * | LCC: Add dedicated support for MCST LCC compiler | makise-homura | 2021-10-15 | 1 | -2/+3 |
|
|
* | | Configure CMake itself with policies through CMake 3.21 | Brad King | 2021-10-08 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'disable-exec-info' | Brad King | 2021-07-27 | 1 | -0/+3 |
|\ |
|
| * | Add option to explicitly avoid using execinfo for backtraces | Đoàn Trần Công Danh | 2021-07-26 | 1 | -0/+3 |
|
|
* | | Configure CMake itself with policies through CMake 3.20 | Brad King | 2021-06-30 | 1 | -1/+1 |
|
|
* | | Enable compiler warnings when compiling CMake with Clang | Alex Richardson | 2021-06-22 | 1 | -2/+6 |
|/ |
|
* | cmSystemTools: Improve CreateLink and CreateSymlink error codes | Brad King | 2021-05-07 | 1 | -1/+5 |
|
|
* | liblzma: Enable multi threaded stream encoding support | Nils Gladitz | 2021-04-22 | 1 | -0/+1 |
|
|
* | Configure CMake itself with policies through CMake 3.19 | Brad King | 2021-02-10 | 1 | -1/+1 |
|
|
* | Configure CMake itself with policies through CMake 3.18 | Brad King | 2020-10-13 | 1 | -1/+1 |
|
|
* | STL Support: introduce dedicated configuration file | Marc Chevrier | 2020-07-09 | 1 | -0/+5 |
|
|
* | KWSys: Hard-code try_compile results on Windows | Brad King | 2020-06-03 | 1 | -0/+15 |
|
|
* | cmSystemTools: Hard-code try_compile results for Windows | Brad King | 2020-06-03 | 1 | -4/+9 |
|
|
* | libarchive: Hard-code try_compile results for bundled dependencies | Brad King | 2020-06-03 | 1 | -0/+12 |
|
|
* | Hard-code some try_compile results for third-party libraries | Brad King | 2020-05-27 | 1 | -0/+3 |
|
|
* | Update links to gitlab.kitware.com repos to add `-/` | Brad King | 2020-05-26 | 1 | -1/+1 |
|
|
* | Merge topic 'xl-cpp-install' | Brad King | 2020-05-12 | 1 | -1/+1 |
|\ |
|
| * | XL: Install our Fortran 'cpp' helper script with execute permission | Brad King | 2020-05-11 | 1 | -1/+1 |
|
|
| * | Merge topic 'aix-ExportImportList-install' into release-3.17 | Brad King | 2020-03-31 | 1 | -0/+4 |
| |\ |
|