summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
Commit message (Expand)AuthorAgeFilesLines
* Source: Replace C headers with C++ onesRose2021-11-021-1/+1
* bootstrap: Do not declare cmSystemTools functions that are not implementedBrad King2021-10-271-20/+4
* Merge topic 'warnings-cleanup'Brad King2021-10-271-7/+7
|\
| * Source: fix many -Wmissing-prototypes warnings by marking functions staticSean McBride2021-10-251-7/+7
* | Source: Replace most calls to sprintf with snprintfSean McBride2021-10-251-6/+8
|/
* Move helpers functions from cmStringAlgorithms.h to cmValue.hMarc Chevrier2021-09-211-0/+1
* cmSystemTools::VersionCompare: use std::string for argumentsMarc Chevrier2021-09-171-8/+20
* Xcode: add support for embedding dynamic librariesLucas SOLTIC2021-09-131-0/+6
* cmArchiveWrite: Check for construction errors on OpenBrad King2021-08-201-1/+4
* cmELF: Include the ELF parsing code unconditionallyAlex Richardson2021-06-241-33/+3
* cmELF: Fix check for TagMipsRldMapRelAlex Richardson2021-06-241-2/+1
* cmSystemTools: Support multiple binary formatsAlex Richardson2021-06-211-76/+139
* cmSystemTools: Add SetRPath() methodKyle Edwards2021-06-041-0/+32
* Refactor: Break up logic in cmSystemTools::ChangeRPath()Kyle Edwards2021-06-041-70/+108
* cmMessenger: Pass title inside a metadata structureMarius Messerschmidt2021-05-191-1/+9
* cmSystemTools: Adopt RelativeIfUnder helperBrad King2021-05-171-0/+14
* cmSystemTools: Improve CreateLink and CreateSymlink error codesBrad King2021-05-071-3/+15
* Merge topic 'nvhpc-warnings'Brad King2021-04-291-1/+1
|\
| * cmSystemTools: Avoid unreachable code warning on NVHPCBrad King2021-04-281-1/+1
* | MSYS: Add support for running under MSYS runtime environmentOrgad Shaneh2021-04-261-1/+5
|/
* cmSystemTools: Return KWSys Status from CreateLink and CreateSymlinkBrad King2021-04-151-12/+12
* cmSystemTools: Simplify using KWSys StatusBrad King2021-04-141-31/+26
* Update CMake code using KWSys to account for Status return valuesBrad King2021-04-141-2/+2
* Merge topic 'openbsd-defines'Brad King2021-04-141-3/+2
|\
| * OpenBSD: Fix system feature definitionsRafael Sadowski2021-04-141-3/+2
* | Refactor: Add cmSystemTools::GetSystemName()Kyle Edwards2021-03-151-0/+47
* | cmSystemTools: add utilities to copy a file with error handlingBen Boeckel2021-03-091-0/+46
* | cmSystemTools: Add RenameFile option to not replace destinationBrad King2021-03-041-8/+30
* | cmSystemTools: Add RenameFile signature to capture the error messageBrad King2021-03-041-3/+40
|/
* AIX: Enable XCOFF editing to replace RPATH on installationBrad King2021-02-031-3/+110
* Rename CMAKE_USE_MACH_PARSER to CMake_USE_MACH_PARSERBrad King2021-02-031-2/+2
* Rename CMAKE_USE_ELF_PARSER to CMake_USE_ELF_PARSERBrad King2021-02-031-7/+7
* clang-tidy: fix `bugprone-reserved-identifier` warningsBen Boeckel2021-01-271-0/+2
* Makefile dependencies: ensure long paths are used on WindowsMarc Chevrier2021-01-091-0/+24
* cmSystemTools: Revert use of MOVEFILE_WRITE_THROUGH by RenameFile on WindowsBrad King2020-12-171-2/+1
* CMake GUI: Add "CMake Reference Manual" help itemKyle Edwards2020-09-301-0/+16
* Refactor: Modernize cmSystemTools::FindCMakeResources()Kyle Edwards2020-09-301-6/+6
* libuv: Add support for building for QNX within CMakeElad Lahav2020-09-251-1/+2
* file(ARCHIVE_CREATE): Add option to control compression levelAsit Dhal2020-09-211-2/+3
* cmSystemTools: Teach RenameFile to disable Windows Search IndexingRon W Moore2020-08-311-0/+59
* cmSystemTools: Teach RenameFile to try for longer on directoriesRon W Moore2020-08-311-1/+12
* cmSystemTools: Add more error handling to RenameFile on WindowsRon W Moore2020-08-311-4/+28
* cmSystemTools: Improve RenameFile on Windows with MOVEFILE_WRITE_THROUGHRon W Moore2020-08-311-1/+3
* cmSystemTools: Factor out RenameFile wstring conversion on WindowsRon W Moore2020-08-311-8/+9
* cmSystemTools: Factor out MoveFileExW call in RenameFileBrad King2020-08-311-5/+13
* cmSystemTools: Define directory-specific Windows filesystem retry settingsBrad King2020-08-271-22/+67
* Clean a few string conversionsVitaly Stakhovsky2020-07-091-1/+1
* Merge topic 'restore-cwd-translation-map'Brad King2020-07-031-0/+6
|\
| * Restore handling of build directory inside a symlinked pathBrad King2020-07-021-0/+6
* | cmake: Tolerate nullptr from uv_default_loopBrad King2020-07-011-1/+3
|/