| Commit message (Expand) | Author | Age | Files | Lines |
* | IWYU: Update for Debian 12 CI job | Brad King | 2023-07-28 | 1 | -1/+1 |
|
|
* | macOS: Add support for linking against .xcframework folders | Kyle Edwards | 2023-07-26 | 1 | -0/+3 |
|
|
* | cmSystemTools: Add helpers for reading and parsing PATH env vars | Brad King | 2023-02-23 | 1 | -0/+3 |
|
|
* | file(COPY_FILE): Add option to retry on Windows if input access fails | Brad King | 2022-11-17 | 1 | -0/+6 |
|
|
* | cmSystemTools: Remove unused CopySingleFile overload | Brad King | 2022-11-17 | 1 | -2/+0 |
|
|
* | cmSystemTools: Provide quiet link creation methods | Brad King | 2022-10-06 | 1 | -4/+6 |
|
|
* | cmSystemTools: Add MakeTempDirectory | Matthew Woehlke | 2022-09-05 | 1 | -0/+25 |
|
|
* | cmake -E env: Add --modify flag | Alex Reinking | 2022-08-17 | 1 | -0/+3 |
|
|
* | cmCTestRunTest: Implement the ENVIRONMENT test property with EnvDiff too | Alex Reinking | 2022-08-15 | 1 | -0/+9 |
|
|
* | cmSystemTools: Add EnvDiff class to hold ENVIRONMENT_MODIFICATION logic | Alex Reinking | 2022-08-15 | 1 | -0/+27 |
|
|
* | cmSystemTools: Factor out method to get Windows OS version | Brad King | 2022-07-25 | 1 | -0/+8 |
|
|
* | cmSystemTools: Fix 'ErrorOccurred' spelling | FeRD (Frank Dana) | 2022-06-13 | 1 | -13/+13 |
|
|
* | cmake-presets: add ${pathListSep} macro | Erin Melucci | 2022-05-12 | 1 | -0/+3 |
|
|
* | cmake -E tar: Add --touch option | Kasper Laudrup | 2022-03-23 | 1 | -1/+9 |
|
|
* | bootstrap: Do not declare cmSystemTools functions that are not implemented | Brad King | 2021-10-27 | 1 | -0/+4 |
|
|
* | cmSystemTools::VersionCompare: use std::string for arguments | Marc Chevrier | 2021-09-17 | 1 | -1/+4 |
|
|
* | Xcode: add support for embedding dynamic libraries | Lucas SOLTIC | 2021-09-13 | 1 | -1/+5 |
|
|
* | cmSystemTools: Add SetRPath() method | Kyle Edwards | 2021-06-04 | 1 | -1/+5 |
|
|
* | cmMessenger: Pass title inside a metadata structure | Marius Messerschmidt | 2021-05-19 | 1 | -1/+5 |
|
|
* | cmSystemTools: Adopt RelativeIfUnder helper | Brad King | 2021-05-17 | 1 | -0/+6 |
|
|
* | Source: Fix typos and spelling in comments | Josef Angstenberger | 2021-05-07 | 1 | -1/+1 |
|
|
* | cmSystemTools: Return KWSys Status from CreateLink and CreateSymlink | Brad King | 2021-04-15 | 1 | -6/+6 |
|
|
* | Update CMake code using KWSys to account for Status return values | Brad King | 2021-04-14 | 1 | -0/+1 |
|
|
* | Refactor: Add cmSystemTools::GetSystemName() | Kyle Edwards | 2021-03-15 | 1 | -0/+3 |
|
|
* | cmSystemTools: add utilities to copy a file with error handling | Ben Boeckel | 2021-03-09 | 1 | -0/+18 |
|
|
* | cmSystemTools: Add RenameFile option to not replace destination | Brad King | 2021-03-04 | 1 | -1/+8 |
|
|
* | cmSystemTools: Add RenameFile signature to capture the error message | Brad King | 2021-03-04 | 1 | -0/+8 |
|
|
* | Makefile dependencies: ensure long paths are used on Windows | Marc Chevrier | 2021-01-09 | 1 | -0/+6 |
|
|
* | CMake GUI: Add "CMake Reference Manual" help item | Kyle Edwards | 2020-09-30 | 1 | -0/+1 |
|
|
* | file(ARCHIVE_CREATE): Add option to control compression level | Asit Dhal | 2020-09-21 | 1 | -1/+2 |
|
|
* | Modernize: Use #pragma once in all header files | Kitware Robot | 2020-09-03 | 1 | -4/+1 |
|
|
* | cmSystemTools: Define directory-specific Windows filesystem retry settings | Brad King | 2020-08-27 | 1 | -0/+1 |
|
|
* | Restore handling of build directory inside a symlinked path | Brad King | 2020-07-02 | 1 | -0/+3 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -6/+9 |
|
|
* | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -1/+1 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | cmSystemTools: introduce MoveFileIfDifferent() | Rolf Eike Beer | 2019-09-09 | 1 | -0/+4 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-03 | 1 | -2/+2 |
|
|
* | cmSystemTools: Remove IsInternallyOn, IsNOTFOUND, IsOn, IsOff | Sebastian Holtermann | 2019-08-17 | 1 | -44/+0 |
|
|
* | Merge topic 'cmExpandList' | Kyle Edwards | 2019-08-16 | 1 | -43/+0 |
|\ |
|
| * | cmSystemTools: Remove ExpandListArgument methods | Sebastian Holtermann | 2019-08-14 | 1 | -43/+0 |
|
|
| * | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -2/+2 |
|
|
* | | Merge topic 'cmStringAlgorithms_ulong' | Kyle Edwards | 2019-08-16 | 1 | -4/+0 |
|\ \
| |/
|/| |
|
| * | cmStringAlgorithms: Add cmStrToLong and cmStrToULong | Sebastian Holtermann | 2019-08-10 | 1 | -4/+0 |
|
|
* | | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP | Kitware Robot | 2019-08-09 | 1 | -1/+1 |
|/ |
|
* | cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize | Sebastian Holtermann | 2019-08-05 | 1 | -12/+0 |
|
|
* | cmSystemTool: Let TrimWhitespace accept a cm::string_view | Sebastian Holtermann | 2019-07-28 | 1 | -1/+1 |
|
|
* | cmSystemTool: Let HelpFileName accept a cm::string_view | Sebastian Holtermann | 2019-07-28 | 1 | -1/+1 |
|
|
* | cmSystemTool: Let EscapeQuotes accept a cm::string_view | Sebastian Holtermann | 2019-07-28 | 1 | -1/+1 |
|
|
* | cmSystemTool: Let Expand(ed)ListArgument accept a cm::string_view | Sebastian Holtermann | 2019-07-28 | 1 | -2/+2 |
|
|