336 Commits (0b7fd783f82639ba129e62edeac0de6594542708)

Author SHA1 Message Date
Kasper Laudrup 0b7fd783f8 cmake -E tar: Add --touch option 3 years ago
Brad King efc6c23a47 bootstrap: Do not declare cmSystemTools functions that are not implemented 4 years ago
Marc Chevrier 7e154ebd59 cmSystemTools::VersionCompare: use std::string for arguments 4 years ago
Lucas SOLTIC 6ef7bfbb64 Xcode: add support for embedding dynamic libraries 4 years ago
Kyle Edwards f73027b182 cmSystemTools: Add SetRPath() method 4 years ago
Marius Messerschmidt bceb8e2ed2 cmMessenger: Pass title inside a metadata structure 4 years ago
Brad King 5b3a71a83f cmSystemTools: Adopt RelativeIfUnder helper 4 years ago
Josef Angstenberger 5950e54325
Source: Fix typos and spelling in comments 4 years ago
Brad King 7f89053953 cmSystemTools: Return KWSys Status from CreateLink and CreateSymlink 4 years ago
Brad King ec1b6157cb Update CMake code using KWSys to account for Status return values 4 years ago
Kyle Edwards ad19da011d Refactor: Add cmSystemTools::GetSystemName() 4 years ago
Ben Boeckel 100016e9cb cmSystemTools: add utilities to copy a file with error handling 4 years ago
Brad King 3600c6cd8c cmSystemTools: Add RenameFile option to not replace destination 4 years ago
Brad King 0c2dc34504 cmSystemTools: Add RenameFile signature to capture the error message 4 years ago
Marc Chevrier 8ec7408d74 Makefile dependencies: ensure long paths are used on Windows 5 years ago
Kyle Edwards 0fe2ee3d43 CMake GUI: Add "CMake Reference Manual" help item 5 years ago
Asit Dhal 195d14e781 file(ARCHIVE_CREATE): Add option to control compression level 5 years ago
Kitware Robot bdca8b01d2 Modernize: Use #pragma once in all header files 5 years ago
Brad King 35039286eb cmSystemTools: Define directory-specific Windows filesystem retry settings 5 years ago
Brad King 85a945a607 Restore handling of build directory inside a symlinked path 5 years ago
Kitware Robot ed98209ddc Revise include order using clang-format-6.0 6 years ago
Marc Chevrier c688b401d3 cmstd: Modernize CMake system headers 6 years ago
Regina Pfeifer f30523d090 clang-tidy: modernize-deprecated-headers 6 years ago
Rolf Eike Beer 5eaf1e1be2 cmSystemTools: introduce MoveFileIfDifferent() 6 years ago
Regina Pfeifer 62e5f72289 clang-tidy: Replace typedef with using 6 years ago
Sebastian Holtermann 3b6c62be23 cmSystemTools: Remove IsInternallyOn, IsNOTFOUND, IsOn, IsOff 6 years ago
Sebastian Holtermann 2f6495e24e cmSystemTools: Remove ExpandListArgument methods 6 years ago
Sebastian Holtermann f4f3c68926 Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument 6 years ago
Sebastian Holtermann 935fbe0b04 cmStringAlgorithms: Add cmStrToLong and cmStrToULong 6 years ago
Kitware Robot 54e9d38c28 Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP 6 years ago
Sebastian Holtermann 7fbcc16dcd cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize 6 years ago
Sebastian Holtermann 09977c1816 cmSystemTool: Let TrimWhitespace accept a cm::string_view 6 years ago
Sebastian Holtermann 2f19e53705 cmSystemTool: Let HelpFileName accept a cm::string_view 6 years ago
Sebastian Holtermann 2c5454f227 cmSystemTool: Let EscapeQuotes accept a cm::string_view 6 years ago
Sebastian Holtermann ad3183db8c cmSystemTool: Let Expand(ed)ListArgument accept a cm::string_view 6 years ago
Jiang Yue f08dcbffec Property: Add INSTALL_REMOVE_ENVIROMENT_RPATH property 6 years ago
Sebastian Holtermann 4ff0bb054b cmSystemTools: Make IsInternallyOn, IsON and IsOff cm::string_view based 6 years ago
Sebastian Holtermann f8a310c9d1 cmSystemTools: Remove cmSystemTools::FileFormat method 6 years ago
Vitaly Stakhovsky 57cedb18c0 cmSystemTools: std::string parameters for tar functions 6 years ago
Bartosz Kosiorek c8e217e0a7 cmake: tar: Allow selective extracting and listing of archives 6 years ago
Vitaly Stakhovsky e884b1b693 cmSystemTools::Error(): remove const char* overload 6 years ago
Sebastian Holtermann 5b53cfda24 cmSystemTools: Remove cmSystemToolsFileTime interface 6 years ago
Bartosz Kosiorek 53cb1f2d04 cmake: Teach cmake -E tar command, Zstandard compression 6 years ago
Sebastian Holtermann cdff7f4e2a cmSystemTools: Add ExpandedListArgument and ExpandedLists methods 6 years ago
Brad King c85524a94a Ensure stdin, stdout, and stderr pipes are always open 6 years ago
Alex Turbov 377d1b7896 cmSystemTools: Remove unused message-related code, simplify logic 7 years ago
Sebastian Holtermann 735c6f39d9 Fix invalid ///! doxygen comment line starts 6 years ago
Bartosz Kosiorek ea9a2c1759 cmake: tar: Parse 'cmake -E tar' arguments 6 years ago
Brad King b52d9d6960 cmSystemTools: Drop unused CollapseCombinedPath method 6 years ago
Vitaly Stakhovsky 4e315e9449 cmSystemTools: More functions accept `std::string` params 7 years ago