Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | cmake: write the build command itself with `--verbose` | Ben Boeckel | 2023-05-16 | 1 | -1/+10 | |
| * | | | | cmGlobalGenerator: fix off-by-one for `&&` command joining | Ben Boeckel | 2023-05-16 | 1 | -1/+1 | |
| * | | | | cmGlobalGenerator: quote commands in `::Build` output | Ben Boeckel | 2023-05-16 | 1 | -4/+7 | |
| * | | | | cmGlobalGenerator: add a `QuotedPrintable` method for commands | Ben Boeckel | 2023-05-16 | 2 | -0/+19 | |
| * | | | | cmGlobalGenerator: add missing spaces in output | Ben Boeckel | 2023-05-16 | 1 | -3/+3 | |
| * | | | | cmGlobalGenerator: use `cmStrCat` in `::Build` | Ben Boeckel | 2023-05-16 | 1 | -13/+10 | |
| * | | | | cmOutputConverter: add a `static` version of `EscapeForShell` | Ben Boeckel | 2023-05-16 | 2 | -5/+11 | |
* | | | | | Merge topic 'cmake-debugger' | Brad King | 2023-05-31 | 34 | -2/+3516 | |
|\ \ \ \ \ | ||||||
| * | | | | | cmake: Add debugger | Glen Chung | 2023-05-30 | 34 | -2/+3516 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-05-31 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge topic 'import-cppdap' | Brad King | 2023-05-30 | 1 | -0/+16 | |
|\ \ \ \ | ||||||
| * | | | | cppdap: Build as part of CMake or use external installation | Brad King | 2023-05-26 | 1 | -0/+16 | |
* | | | | | Merge topic 'cmuvprocesschain-merged-output' | Brad King | 2023-05-30 | 2 | -22/+39 | |
|\ \ \ \ \ | ||||||
| * | | | | | cmUVProcessChain: Add option for merged output and error | Kyle Edwards | 2023-05-26 | 2 | -22/+39 | |
* | | | | | | Merge topic 'cmuvprocesschain-working-directory' | Brad King | 2023-05-30 | 2 | -0/+12 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | cmUVProcessChain: Add working directory option | Kyle Edwards | 2023-05-26 | 2 | -0/+12 | |
* | | | | | | Merge topic 'SetProperty-suppress-raw-pointer-usage' | Brad King | 2023-05-30 | 22 | -111/+85 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | SetProperty: suppress raw pointer usage | Marc Chevrier | 2023-05-26 | 22 | -111/+85 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-05-30 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-05-29 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-05-28 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-05-27 | 1 | -1/+1 | |
* | | | | | | Merge topic 'update-kwsys' | Brad King | 2023-05-26 | 1 | -0/+4 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2023-05-25 | 1 | -0/+4 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-05-26 | 1 | -1/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge topic 'misc-cxx-modules-fixes' | Brad King | 2023-05-25 | 3 | -0/+16 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | cxxmodules: Fix exported path to installed module sources in subdirs | Tyler | 2023-05-23 | 1 | -0/+4 | |
| * | | | | cxxmodules: Do not expect collator install scripts with no CXX_MODULES | Tyler | 2023-05-23 | 2 | -0/+12 | |
| |/ / / | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-05-25 | 1 | -1/+1 | |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-05-24 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge topic 'framework-path-parsing' | Brad King | 2023-05-23 | 3 | -21/+38 | |
|\ \ \ | ||||||
| * | | | Apple Framework: enhance path parsing | Marc Chevrier | 2023-05-21 | 3 | -21/+38 | |
* | | | | Merge topic 'ci-fedora-38' | Brad King | 2023-05-23 | 17 | -42/+50 | |
|\ \ \ \ | ||||||
| * | | | | clang-tidy: Fix readability-redundant-string-cstr warnings | Brad King | 2023-05-22 | 3 | -6/+5 | |
| * | | | | clang-tidy: Fix modernize-loop-convert warnings | Brad King | 2023-05-22 | 1 | -3/+3 | |
| * | | | | Source: Fix -Wdangling-reference warnings exposed by gcc 13 | Brad King | 2023-05-22 | 5 | -8/+9 | |
| * | | | | ccmake: Tell clang-analyzer a loop body runs at least once | Brad King | 2023-05-22 | 1 | -0/+4 | |
| * | | | | codespell: Fix typos | Brad King | 2023-05-22 | 4 | -4/+4 | |
| * | | | | codespell: Avoid escape sequence that looks like misspelled "nodes" | Brad King | 2023-05-22 | 2 | -21/+21 | |
| * | | | | Merge branch 'upstream-KWSys' into ci-fedora-38 | Brad King | 2023-05-22 | 1 | -0/+4 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-05-23 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge topic 'minor-refactoring' | Brad King | 2023-05-22 | 4 | -51/+37 | |
|\ \ \ \ | ||||||
| * | | | | Source: Improve some code readability and efficiency | Meekness Adesina | 2023-05-19 | 3 | -45/+33 | |
| * | | | | Source: Reuse some existing variable declarations | Meekness Adesina | 2023-05-19 | 1 | -6/+4 | |
* | | | | | Merge topic 'FileAPI-framework' | Brad King | 2023-05-22 | 2 | -6/+44 | |
|\ \ \ \ \ | ||||||
| * | | | | | fileapi: Extend codemodel targets/compileGroups with Apple frameworks | Marc Chevrier | 2023-05-19 | 2 | -6/+44 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-05-22 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-05-21 | 1 | -1/+1 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-05-20 | 1 | -1/+1 | |
| |_|_|/ |/| | | | ||||||
* | | | | Merge topic 'cxxmodules-private-between-targets' | Brad King | 2023-05-19 | 7 | -38/+158 | |
|\ \ \ \ |