summaryrefslogtreecommitdiff
path: root/Source/cmSystemTools.h
Commit message (Expand)AuthorAgeFilesLines
* cmSystemTools: Add helpers for reading and parsing PATH env varsBrad King2023-02-231-0/+3
* file(COPY_FILE): Add option to retry on Windows if input access failsBrad King2022-11-171-0/+6
* cmSystemTools: Remove unused CopySingleFile overloadBrad King2022-11-171-2/+0
* cmSystemTools: Provide quiet link creation methodsBrad King2022-10-061-4/+6
* cmSystemTools: Add MakeTempDirectoryMatthew Woehlke2022-09-051-0/+25
* cmake -E env: Add --modify flagAlex Reinking2022-08-171-0/+3
* cmCTestRunTest: Implement the ENVIRONMENT test property with EnvDiff tooAlex Reinking2022-08-151-0/+9
* cmSystemTools: Add EnvDiff class to hold ENVIRONMENT_MODIFICATION logicAlex Reinking2022-08-151-0/+27
* cmSystemTools: Factor out method to get Windows OS versionBrad King2022-07-251-0/+8
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-13/+13
* cmake-presets: add ${pathListSep} macroErin Melucci2022-05-121-0/+3
* cmake -E tar: Add --touch optionKasper Laudrup2022-03-231-1/+9
* bootstrap: Do not declare cmSystemTools functions that are not implementedBrad King2021-10-271-0/+4
* cmSystemTools::VersionCompare: use std::string for argumentsMarc Chevrier2021-09-171-1/+4
* Xcode: add support for embedding dynamic librariesLucas SOLTIC2021-09-141-1/+5
* cmSystemTools: Add SetRPath() methodKyle Edwards2021-06-041-1/+5
* cmMessenger: Pass title inside a metadata structureMarius Messerschmidt2021-05-191-1/+5
* cmSystemTools: Adopt RelativeIfUnder helperBrad King2021-05-171-0/+6
* Source: Fix typos and spelling in commentsJosef Angstenberger2021-05-071-1/+1
* cmSystemTools: Return KWSys Status from CreateLink and CreateSymlinkBrad King2021-04-151-6/+6
* Update CMake code using KWSys to account for Status return valuesBrad King2021-04-141-0/+1
* Refactor: Add cmSystemTools::GetSystemName()Kyle Edwards2021-03-151-0/+3
* cmSystemTools: add utilities to copy a file with error handlingBen Boeckel2021-03-091-0/+18
* cmSystemTools: Add RenameFile option to not replace destinationBrad King2021-03-041-1/+8
* cmSystemTools: Add RenameFile signature to capture the error messageBrad King2021-03-041-0/+8
* Makefile dependencies: ensure long paths are used on WindowsMarc Chevrier2021-01-091-0/+6
* CMake GUI: Add "CMake Reference Manual" help itemKyle Edwards2020-09-301-0/+1
* file(ARCHIVE_CREATE): Add option to control compression levelAsit Dhal2020-09-211-1/+2
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmSystemTools: Define directory-specific Windows filesystem retry settingsBrad King2020-08-271-0/+1
* Restore handling of build directory inside a symlinked pathBrad King2020-07-021-0/+3
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-6/+9
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* cmSystemTools: introduce MoveFileIfDifferent()Rolf Eike Beer2019-09-091-0/+4
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-2/+2
* cmSystemTools: Remove IsInternallyOn, IsNOTFOUND, IsOn, IsOffSebastian Holtermann2019-08-171-44/+0
* Merge topic 'cmExpandList'Kyle Edwards2019-08-161-43/+0
|\
| * cmSystemTools: Remove ExpandListArgument methodsSebastian Holtermann2019-08-141-43/+0
| * Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-2/+2
* | Merge topic 'cmStringAlgorithms_ulong'Kyle Edwards2019-08-161-4/+0
|\ \ | |/ |/|
| * cmStringAlgorithms: Add cmStrToLong and cmStrToULongSebastian Holtermann2019-08-101-4/+0
* | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-1/+1
|/
* cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenizeSebastian Holtermann2019-08-051-12/+0
* cmSystemTool: Let TrimWhitespace accept a cm::string_viewSebastian Holtermann2019-07-281-1/+1
* cmSystemTool: Let HelpFileName accept a cm::string_viewSebastian Holtermann2019-07-281-1/+1
* cmSystemTool: Let EscapeQuotes accept a cm::string_viewSebastian Holtermann2019-07-281-1/+1
* cmSystemTool: Let Expand(ed)ListArgument accept a cm::string_viewSebastian Holtermann2019-07-281-2/+2
* Merge topic 'remove_compiler_rpath'Kyle Edwards2019-07-261-0/+1
|\
| * Property: Add INSTALL_REMOVE_ENVIROMENT_RPATH propertyJiang Yue2019-07-251-0/+1