index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmSystemTools.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
MSYS: Add support for running under MSYS runtime environment
Orgad Shaneh
2021-04-26
1
-1/+5
*
cmSystemTools: Return KWSys Status from CreateLink and CreateSymlink
Brad King
2021-04-15
1
-12/+12
*
cmSystemTools: Simplify using KWSys Status
Brad King
2021-04-14
1
-31/+26
*
Update CMake code using KWSys to account for Status return values
Brad King
2021-04-14
1
-2/+2
*
Merge topic 'openbsd-defines'
Brad King
2021-04-14
1
-3/+2
|
\
|
*
OpenBSD: Fix system feature definitions
Rafael Sadowski
2021-04-14
1
-3/+2
*
|
Refactor: Add cmSystemTools::GetSystemName()
Kyle Edwards
2021-03-15
1
-0/+47
*
|
cmSystemTools: add utilities to copy a file with error handling
Ben Boeckel
2021-03-09
1
-0/+46
*
|
cmSystemTools: Add RenameFile option to not replace destination
Brad King
2021-03-04
1
-8/+30
*
|
cmSystemTools: Add RenameFile signature to capture the error message
Brad King
2021-03-04
1
-3/+40
|
/
*
AIX: Enable XCOFF editing to replace RPATH on installation
Brad King
2021-02-03
1
-3/+110
*
Rename CMAKE_USE_MACH_PARSER to CMake_USE_MACH_PARSER
Brad King
2021-02-03
1
-2/+2
*
Rename CMAKE_USE_ELF_PARSER to CMake_USE_ELF_PARSER
Brad King
2021-02-03
1
-7/+7
*
clang-tidy: fix `bugprone-reserved-identifier` warnings
Ben Boeckel
2021-01-27
1
-0/+2
*
Makefile dependencies: ensure long paths are used on Windows
Marc Chevrier
2021-01-09
1
-0/+24
*
cmSystemTools: Revert use of MOVEFILE_WRITE_THROUGH by RenameFile on Windows
Brad King
2020-12-17
1
-2/+1
*
CMake GUI: Add "CMake Reference Manual" help item
Kyle Edwards
2020-09-30
1
-0/+16
*
Refactor: Modernize cmSystemTools::FindCMakeResources()
Kyle Edwards
2020-09-30
1
-6/+6
*
libuv: Add support for building for QNX within CMake
Elad Lahav
2020-09-25
1
-1/+2
*
file(ARCHIVE_CREATE): Add option to control compression level
Asit Dhal
2020-09-21
1
-2/+3
*
cmSystemTools: Teach RenameFile to disable Windows Search Indexing
Ron W Moore
2020-08-31
1
-0/+59
*
cmSystemTools: Teach RenameFile to try for longer on directories
Ron W Moore
2020-08-31
1
-1/+12
*
cmSystemTools: Add more error handling to RenameFile on Windows
Ron W Moore
2020-08-31
1
-4/+28
*
cmSystemTools: Improve RenameFile on Windows with MOVEFILE_WRITE_THROUGH
Ron W Moore
2020-08-31
1
-1/+3
*
cmSystemTools: Factor out RenameFile wstring conversion on Windows
Ron W Moore
2020-08-31
1
-8/+9
*
cmSystemTools: Factor out MoveFileExW call in RenameFile
Brad King
2020-08-31
1
-5/+13
*
cmSystemTools: Define directory-specific Windows filesystem retry settings
Brad King
2020-08-27
1
-22/+67
*
Clean a few string conversions
Vitaly Stakhovsky
2020-07-09
1
-1/+1
*
Merge topic 'restore-cwd-translation-map'
Brad King
2020-07-03
1
-0/+6
|
\
|
*
Restore handling of build directory inside a symlinked path
Brad King
2020-07-02
1
-0/+6
*
|
cmake: Tolerate nullptr from uv_default_loop
Brad King
2020-07-01
1
-1/+3
|
/
*
Refactoring: Third-parties public headers are under cm3p prefix
Marc Chevrier
2020-05-07
1
-2/+3
*
Merge topic 'parallel-lzma-compression'
Brad King
2020-04-06
1
-0/+1
|
\
|
*
cmArchiveWrite: split out opening the file
Ben Boeckel
2020-03-31
1
-0/+1
*
|
Merge topic 'string-prefix'
Brad King
2020-03-26
1
-2/+1
|
\
\
|
*
|
replace "substr(0, xx) ==" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-2/+1
|
|
/
*
|
CMake compilation: do not use compiler extensions
Marc Chevrier
2020-03-23
1
-0/+10
|
/
*
Modernize memory management
Marc Chevrier
2020-02-27
1
-5/+6
*
Refactoring: use append functions from cmext/algorithm
Marc Chevrier
2019-12-17
1
-8/+9
*
Windows: Restore suppression of error report popups in CI builds
Brad King
2019-11-15
1
-0/+2
*
ForceToRelativePath: Fix spurious assertion when local path is root dir
Craig Scott
2019-11-02
1
-2/+7
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-10/+15
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-7/+7
*
Merge topic 'modernize-use-auto'
Brad King
2019-09-12
1
-4/+3
|
\
|
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-4/+3
*
|
cmSystemTools: introduce MoveFileIfDifferent()
Rolf Eike Beer
2019-09-09
1
-0/+12
|
/
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-54/+33
*
clang-tidy: isolate declarations for readability
Regina Pfeifer
2019-08-20
1
-1/+2
*
cmSystemTools: Remove IsInternallyOn, IsNOTFOUND, IsOn, IsOff
Sebastian Holtermann
2019-08-17
1
-79/+0
*
Merge topic 'cmExpandList'
Kyle Edwards
2019-08-16
1
-73/+0
|
\
[next]