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
*
Merge topic 'process-timeout-terminate' into release-4.2
Brad King
2025-11-12
1
-0/+1
|
\
|
*
execute_process: Restore termination of processes on timeout
Brad King
2025-11-11
1
-0/+1
|
*
Merge topic 'process-timeout-short' into release-4.0
Brad King
2025-11-10
1
-2/+4
|
|
\
*
|
\
Merge topic 'process-timeout-short' into release-4.2
Brad King
2025-11-10
1
-2/+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
execute_process: Restore support for short timeouts
Brad King
2025-11-09
1
-2/+4
*
|
|
ScopedEnv: add a RAII helper to temporarily manipulate the environment
John Drouhard
2025-09-08
1
-0/+35
*
|
|
Merge topic 'pass-trivial-by-value'
Brad King
2025-08-02
1
-2/+2
|
\
\
\
|
*
|
|
source: Pass cm::string_view by value
Daniel Pfeifer
2025-07-30
1
-2/+2
*
|
|
|
cmake -E: Add copy_if_newer and copy_directory_if_newer
Benjamin Buch
2025-07-31
1
-0/+26
|
/
/
/
*
|
|
cmSystemTools: Fix -Wformat warning in EncodeURL
Brad King
2025-06-10
1
-1/+1
*
|
|
Source: Drop support for KWSys Encoding without std::wstring methods
Brad King
2025-06-09
1
-8/+0
*
|
|
Merge topic 'astgrep-cmstrcat'
Brad King
2025-05-22
1
-1/+1
|
\
\
\
|
*
|
|
cmStrCat: use character literals where possible
Ben Boeckel
2025-05-15
1
-1/+1
*
|
|
|
cmSystemTools: Drop unused MakefileColorEcho function
Brad King
2025-05-19
1
-32/+0
|
/
/
/
*
|
|
StdIo: Factor out helper to initialize stdin, stdout, and stderr
Brad King
2025-05-08
1
-52/+0
*
|
|
Source: Fix -Wformat warnings
Brad King
2025-04-24
1
-1/+1
*
|
|
Merge topic 'normalize-input-paths'
Brad King
2025-04-16
1
-2/+3
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Normalize PWD environment variable before using it
Brad King
2025-04-15
1
-2/+3
*
|
|
Merge topic 'normalize-input-paths'
Brad King
2025-04-08
1
-5/+11
|
\
\
\
|
|
/
/
|
*
|
cmSystemTools: Simplify call to FindProgram for our own executable
Brad King
2025-04-07
1
-5/+1
|
*
|
cmSystemTools: Restore FindProgram look-up of on-disk case on Windows
Brad King
2025-04-07
1
-0/+10
*
|
|
Merge topic 'restore-home-tidle'
Brad King
2025-04-03
1
-0/+39
|
\
\
\
|
|
/
/
|
*
|
Restore expansion of leading '~' as home directory in input paths
Brad King
2025-04-02
1
-0/+39
*
|
|
Merge topic 'realpath-windows'
Brad King
2025-03-11
1
-11/+65
|
\
\
\
|
|
/
/
|
*
|
cmSystemTools: Fix GetRealPath implementation on Windows
Brad King
2025-03-10
1
-11/+34
|
*
|
cmSystemTools: Restore GetRealPathResolvingWindowsSubst
Brad King
2025-03-10
1
-0/+31
*
|
|
Merge topic 'normalize-input-paths'
Brad King
2025-03-10
1
-0/+5
|
\
\
\
|
|
/
/
|
*
|
cmSystemTools: Fix regression in input path normalization on Windows
Brad King
2025-03-07
1
-0/+5
|
*
|
LICENSE: Replace references to Copyright.txt with LICENSE.rst
Kitware Robot
2025-03-03
1
-1/+1
*
|
|
kFreeBSD: Remove support for obsolete platform
Roger Leigh
2025-03-05
1
-4/+0
*
|
|
LICENSE: Replace references to Copyright.txt with LICENSE.rst
Kitware Robot
2025-03-03
1
-1/+1
|
/
/
*
|
execute_process: Improve invocation of .cmd/.bat with spaces
Brad King
2025-02-11
1
-12/+5
*
|
Solaris: Backport our mkdtemp code paths to SunOS 5.10 i386
Brad King
2025-02-09
1
-1/+32
*
|
cmSystemTools: Teach MaybePrependCmdExe to always use backslashes
Brad King
2025-02-03
1
-0/+2
*
|
cmSystemTools: Teach MaybePrependCmdExe to return GetShortPathNameW failure
Brad King
2025-02-03
1
-10/+11
*
|
cmSystemTools: Make MaybePrependCmdExe case-insensitive
Brad King
2025-02-03
1
-2/+4
*
|
cmSystemTools: Adopt MaybePrependCmdExe
Brad King
2025-01-31
1
-0/+30
*
|
Revise C++ coding style using clang-format with "east const"
Kitware Robot
2025-01-23
1
-105/+105
*
|
Revise C++ coding style using clang-format-18
Kitware Robot
2025-01-23
1
-1/+1
*
|
Merge topic 'fix-typos-found-by-pre-commit-hooks'
Brad King
2025-01-14
1
-7/+7
|
\
\
|
*
|
Fix: A lot of typos in code found by `typos`
Alex Turbov
2025-01-12
1
-7/+7
*
|
|
Merge topic 'cmake-self-symlinks'
Brad King
2025-01-13
1
-0/+10
|
\
\
\
|
*
|
|
cmake: Restore finding installed resources in their real path
Brad King
2025-01-09
1
-0/+10
|
|
/
/
*
|
|
cmSystemTools: Add RandomNumber method that avoid re-seeding from OS
Tim Blechmann
2025-01-09
1
-0/+25
|
/
/
*
|
Merge topic 'rpath-preserve-setuid-setgid'
Brad King
2024-12-20
1
-7/+111
|
\
\
|
*
|
install: Restore SETUID/SETGID after RPATH change
Volodymyr Zolotopupov
2024-12-19
1
-7/+111
*
|
|
Merge topic 'find-cps'
Brad King
2024-12-17
1
-0/+22
|
\
\
\
|
*
|
|
Add additional string case functions
Matthew Woehlke
2024-12-13
1
-0/+22
|
|
/
/
*
|
|
cmSystemTools: Add GetDirCase helper function
Russell Greene
2024-12-11
1
-0/+38
|
/
/
*
|
cmake: Look up on-disk case of input paths on macOS
YunQiang Su
2024-12-01
1
-1/+58
[next]