Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit b288192ebef6480991ebcc85a256cf098ed29d49 (master).
Upstream Shortlog
-----------------
Brad King (1):
151d01f1 SystemTools: Drop unused CreateSymlink function
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit 3d72d06204c97f124fc9a56fc3e6e077ebdf0862 (master).
Upstream Shortlog
-----------------
Brad King (2):
9551db0a SystemTools: Fix argument type in tolower/toupper calls
44f37675 Process: Fix process tree termination on NetBSD
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit 1139f8a044044860e9a4c3b964750cbe68fe3f6d (master).
Upstream Shortlog
-----------------
Brad King (2):
abb5ca15 SystemTools: Fix CopyFileIfNewer error status when source is missing
001e388f Directory: Restore Load() error for missing directory on Windows
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit a3f3d4de0a9379d3f10c2232d42d42bf4db8284b (master).
Upstream Shortlog
-----------------
Hanna Rusakovich (1):
64c27dfd SystemInformation: Fix total and available virtual memory for Windows
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit 3bae03fe5e4267117b7837eb8f1b498bea3b3c12 (master).
Upstream Shortlog
-----------------
Brad King (5):
6b282151 SystemTools: Clarify UnPutEnv implementation comment with GNU runtime
99d779f3 SystemTools: Simplify UnPutEnv implementation with MSVC
523f9256 SystemTools: Implement HasEnv via GetEnvironmentVariableW on Windows
a446aa49 SystemTools: Improve PutEnv for empty values on Windows
0a58a55e SystemTools: Reduce allocation in GetEnv on Windows
Peter Kokot (1):
45bb9a19 CMake: Remove unused CheckTypeSize module
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit 2f3a7814cf53af23809b2dcec1dbe5eed45cfb43 (master).
Upstream Shortlog
-----------------
Daniel Pfeifer (5):
fd4c4235 Reference test executables by target name
0725a089 SystemInformation: Remove redundant attempt to use OSVERSIONINFO
136db938 SystemInformation: Remove unused variable bIsWindows64Bit
41d44dbe SystemInformation: Rewrite OSRelease and OSVersion on Windows
7d0a468c TestsCxx: Add an application manifest for Windows
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit d780326e2bd8c57eaca712f87552e841aa80b415 (master).
Upstream Shortlog
-----------------
Brad King (1):
3f589f94 Encoding: Drop support for building without std::wstring
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit 9953c411cdff6fbc02e6ddaa3fa0b954016cf365 (master).
Upstream Shortlog
-----------------
Clemens Wasser (1):
430818af SystemInformation: Optimize CPU clock speed detection on Windows
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit 284a7281f1d439bf97816dcdcb19c6fe5f146d85 (master).
Upstream Shortlog
-----------------
Brad King (1):
d68a5d3f SystemTools: Comment why ChangeDirectory does not use UNC for long paths
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit 6a109a7b7e7985b39d7dc22c6515888b2921cf90 (master).
Upstream Shortlog
-----------------
Brad King (2):
a3f10d75 Drop unused code for compatibility with CMake < 2.6
f555ff3a Require CMake 3.13 or higher, enable policies through 3.31
Peter Kokot (2):
03be1fd7 Replace CMAKE_COMPILER_IS_GNUCXX with CMAKE_CXX_COMPILER_ID
1a2e54be CTest: Replace deprecated TEST_INCLUDE_FILE with TEST_INCLUDE_FILES
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit 49c099125d24880b2f71501fd81542896107e703 (master).
Upstream Shortlog
-----------------
Brad King (1):
6b6ab811 SystemTools: Revert "use CopyFile on Windows"
Leonid Pospelov (1):
6958dea7 SystemTools: use CopyFile on Windows
Xeonacid (1):
2f654745 SystemInformation: Let NumberOf{Physical,Logical}CPU respect each other
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit 2e2f80f1d074b1f888ff41f5bc5a2229f3eab6a0 (master).
Upstream Shortlog
-----------------
Brad Smith (1):
a13d90c2 SystemInformation: use HW_NCPUONLINE on OpenBSD and NetBSD
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit 936c606c086f2e9bf045a03f4d8b61a779001d4d (master).
Upstream Shortlog
-----------------
Peter Kokot (1):
08b9f90d Use lower case style for CMake commands
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit 6f535da17dc3f439216b87a4f5dae8f7d613e6c0 (master).
Upstream Shortlog
-----------------
Brad King (2):
a298a4aa Process: Suppress PID conversion warning
8142980e Process: Revert "Add function to get parent PID"
Martin Duffy (2):
fda58f27 Process.h.in: Add missing undef for Process_KillPID
9727dfdb ProcessUNIX: Add function to get parent PID
Nikita Nemkin (3):
46fc21ef RegularExpression: Remove redundant overloads
d022423b RegularExpression: Add a method to query the number of capture groups
c8f5f4bf RegularExpression: Add an options parameter to find()
Sean McBride (1):
3489e4a2 Encoding: Reformulate to avoid unsigned int overflow
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit 2535f5f16a4077bba6da2d4cad2a417ca0c3918e (master).
Upstream Shortlog
-----------------
Brad King (4):
a42b7759 clang-format.bash: update to clang-format-18
6da5c6ac Empty commit at end of history preceding clang-format-18 style transition
a234f2ff clang-format: Enforce "east const" qualifier placement
ac2b3378 Empty commit at end of history preceding clang-format "east const" transition
Kitware Robot (2):
7a19509c Revise C++ coding style using clang-format-18
7dec9555 Revise C++ coding style using clang-format with "east const"
Nikita Nemkin (1):
4a126278 clang-format.bash: Preserve CRLF line endings on Windows
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit 1cfc8445570dc46883e84301eb6c31ebc5867826 (master).
Upstream Shortlog
-----------------
Brad King (1):
fdf4f2f8 SystemTools: Fix ReadSymlink for links to absolute paths on Windows
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit ac1555b442eb4c0eea9cd9bccac6383142b4981d (master).
Upstream Shortlog
-----------------
Daniel Pfeifer (1):
68e1f35d SystemInformation: fix use of using
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit cb3793745292850727dfcdb32ac200132961041e (master).
Upstream Shortlog
-----------------
Jochem van Boxtel (1):
510b13b4 SystemTools: Add FileId class and GetFileId function