Commit Graph
304 Commits
Author SHA1 Message Date
KWSys Upstream 17d84a64e9 KWSys 2026-07-28 (b5fb218b)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit b5fb218b6b2b2da08939ff5dfc6dd4e83e87009d (master).

Upstream Shortlog
-----------------

Brad King (1):
      9fd9ce30 SystemTools: Remove Strnucmp in favor of String_strncasecmp

Tyler Yankee (1):
      3a121a09 SystemTools: Widen string for registry deletion
2026-07-28 09:51:42 -04:00
KWSys Upstream fd4084d93e KWSys 2026-06-23 (aa992d52)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit aa992d526eaefcfa955f35e631bc026de9e6103f (master).

Upstream Shortlog
-----------------

Sean McBride (1):
      e180697f SystemTools: Add Strnucmp() API, similar to POSIX strncasecmp()
2026-06-23 09:34:28 -04:00
KWSys Upstream f43502f85d KWSys 2026-04-17 (b288192e)
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
2026-04-17 10:40:59 -04:00
KWSys Upstream 27b8881331 KWSys 2026-04-16 (ff373dff)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit ff373dffdb3e05cffcabb77cb44592dbe23f9a0c (master).

Upstream Shortlog
-----------------

Tyler Yankee (5):
      eb5314d9 Fix -Wcast-function-type on Windows
      a8dee64d Process: Fix -Wsign-compare on Windows
      95af663a Remove unused values
      26adf4f1 testProcess: Suppress -Warray-bounds
      9fb3efd7 SystemInformation: Fix -Wmissing-field-initializers
2026-04-16 09:23:52 -04:00
KWSys Upstream aaf6228b91 KWSys 2026-03-17 (615be4e1)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 615be4e105d29bc22811fd7fdd890cfa636776df (master).

Upstream Shortlog
-----------------

Brad King (3):
      f5716ce5 Encoding: Update comment describing ToWindowsExtendedPath
      597af96a Encoding: Avoid repeat work in ToWindowsExtendedPath on paths < 512 chars
      27b76f56 Encoding: Reduce allocations in ToWindowsExtendedPath
2026-03-17 10:43:35 -04:00
KWSys Upstream bcc72e7d33 KWSys 2026-03-15 (8016537b)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 8016537b0f2dde1256c501852a758f55317182bc (master).

Upstream Shortlog
-----------------

AJIOB (2):
      4c87d5d3 Encoding: Reduce reallocations
      4a1f73a3 FStream: Reduce `const char*` to `std::string` conversions
2026-03-15 09:13:47 -04:00
KWSys Upstream 5e69c88bed KWSys 2026-03-11 (6f94f8de)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 6f94f8de98a6111036489d37b2595555eef8ae57 (master).

Upstream Shortlog
-----------------

AJIOB (4):
      3b4b6642 Reduce `const char*` to `std::string` conversions
      6e1f52b8 Replace length-1 string literals with char literals
      0bccc663 SystemTools: Remove unnecessary string compare
      33819fa9 SystemTools: Avoid out-of-bounds read if FileIsExecutable input is empty
2026-03-11 13:20:29 -04:00
KWSys Upstream 5a187b69e7 KWSys 2026-02-11 (dcab76ba)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit dcab76bae1caf031c5f16f443a5a98577abf220f (master).

Upstream Shortlog
-----------------

Brad King (6):
      31fd473d String: Add locale-independent ASCII tolower and toupper functions
      7ff358b8 String: Make case-insensitive comparisons locale-independent
      cd306f61 SystemTools: Make case-conversion operations locale-independent
      ed2a5afd Glob: Make case-insensitive comparison locale-independent
      f48811e4 String: Add locale-independent ASCII classification functions
      70d6b608 Make ASCII character classification locale-independent
2026-02-11 11:54:22 -05:00
KWSys Upstream f4258b93d2 KWSys 2026-02-08 (29120a5d)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 29120a5d52cb4a0f33aba824ceb9b7f1e930467c (master).

Upstream Shortlog
-----------------

Brad King (1):
      ab828bd3 SystemTools: Avoid string copies in LowerCase and UpperCase
2026-02-08 09:21:44 -05:00
KWSys Upstream f7607963a5 KWSys 2026-02-06 (3d72d062)
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
2026-02-06 07:48:36 -05:00
KWSys Upstream 115d2eaaa2 KWSys 2026-02-03 (281f8c96)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 281f8c96f8f2f76be95f7bb01b58ca15483cccf2 (master).

Upstream Shortlog
-----------------

Matthew Woehlke (1):
      488ae2ca SystemTools: Avoid thread-unsafe `localtime` function
2026-02-03 09:58:10 -05:00
KWSys Upstream dc8cc945ee KWSys 2025-11-12 (1139f8a0)
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
2025-11-12 11:53:21 -05:00
KWSys Upstream fc7ef5028a KWSys 2025-10-20 (a3f3d4de)
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
2025-10-20 13:50:56 -04:00
KWSys Upstream 92a7104600 KWSys 2025-10-08 (3bae03fe)
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
2025-10-08 11:17:12 -04:00
KWSys Upstream bbb2370359 KWSys 2025-08-08 (2c189f30)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 2c189f30f633a0e40b1bf4c3861fae4ca167358a (master).

Upstream Shortlog
-----------------

Brad King (1):
      7322a140 Process: Remove stray newline in GetExceptionString result
2025-08-08 08:19:24 -04:00
KWSys Upstream 278ce30d07 KWSys 2025-07-24 (bf2d9893)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit bf2d98935924be7915914bb52777dca50cf40107 (master).

Upstream Shortlog
-----------------

Benjamin Buch (1):
      d49120dd SystemTools: Add CopyFileIfNewer
2025-07-24 09:45:32 -04:00
KWSys Upstream 9d2ef414ba KWSys 2025-07-07 (2f3a7814)
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
2025-07-07 11:23:54 -04:00
KWSys Upstream d9c3dd3228 KWSys 2025-07-01 (660d6875)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 660d687559d491c7384ad09750eb461cd75259cf (master).

Upstream Shortlog
-----------------

Daniel Pfeifer (1):
      80ad2c25 SystemInformation: Fix linking PowrProf on case-sensitive file systems
2025-07-01 10:46:01 -04:00
KWSys Upstream 626f3d43f0 KWSys 2025-06-10 (d780326e)
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
2025-06-10 09:44:39 -04:00
KWSys Upstream 0792fe05f6 KWSys 2025-06-05 (9953c411)
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
2025-06-05 10:06:36 -04:00
KWSys Upstream bbe52677df KWSys 2025-05-20 (7e1ee2d9)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 7e1ee2d997e1d8de471b8eb7acbd930db07d38ef (master).

Upstream Shortlog
-----------------

Brad King (1):
      0f8eeb90 Terminal: Remove this component of KWSys
2025-05-20 08:23:19 -04:00
KWSys Upstream ad2d94cb9d KWSys 2025-05-14 (1d72955e)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 1d72955e085992935140f6504990f3edf3894f9e (master).

Upstream Shortlog
-----------------

Brad King (1):
      713d53a4 ConsoleBuf: Remove this component of KWSys
2025-05-14 09:05:08 -04:00
KWSys Upstream 9df0cea115 KWSys 2025-05-09 (c1e5779a)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit c1e5779a296730461dd8c8584dfb44476e8e3ccd (master).

Upstream Shortlog
-----------------

Daniel Pfeifer (1):
      c5bb3c4e SystemInformation: Strip trailing whitespace from ModelName
2025-05-09 08:58:22 -04:00
KWSys Upstream 43effccf86 KWSys 2025-04-23 (6c76a545)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 6c76a54541999a78c9ce0c9f179bb96eb218a199 (master).

Upstream Shortlog
-----------------

Aditya Vidyadhar Kamath (1):
      4cd115f2 testSystemTools: Fix preprocessor condition for AIX
2025-04-23 09:11:30 -04:00
KWSys Upstream a48e7a6735 KWSys 2025-04-15 (83715610)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 837156100be4dd48a491b27ebe15ed915bab9a76 (master).

Upstream Shortlog
-----------------

Brad King (1):
      cc3df2a3 Fix -Wswitch-default warnings in switch statements
2025-04-15 09:55:03 -04:00
KWSys Upstream 21c464252f KWSys 2025-04-09 (0fa969cb)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 0fa969cb0ba76ef5f426e6ea56a63a5fe3cdc6ac (master).

Upstream Shortlog
-----------------

Brad King (3):
      4336afc4 SystemTools: Remove redundant FindProgramPath function
      54219234 SystemTools: Remove redundant FindProgram signatures
      7a633bad SystemTools: Remove FindLibrary

Daniel Pfeifer (1):
      ac633613 CTestConfig: Remove unused variables
2025-04-09 09:37:33 -04:00
KWSys Upstream d64343249c KWSys 2025-04-02 (284a7281)
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
2025-04-02 08:29:54 -04:00
KWSys Upstream 7bf8891b88 KWSys 2025-03-25 (6a109a7b)
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
2025-03-25 09:36:46 -04:00
KWSys Upstream 25ea535aba KWSys 2025-03-01 (1d82baee)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 1d82baee88db598a77d9b1a07f7a5fb9b1860f83 (master).

Upstream Shortlog
-----------------

leha-bot (1):
      1079929c Status: Fix encoding of error strings on Windows
2025-03-01 10:06:13 -05:00
KWSys Upstream 7cd4048b3a KWSys 2025-02-12 (49c09912)
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
2025-02-12 07:23:59 -05:00
KWSys Upstream c4206da3f7 KWSys 2025-02-10 (2e2f80f1)
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
2025-02-10 08:27:08 -05:00
KWSys Upstream 1a8650a908 KWSys 2025-02-07 (60bb82bc)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 60bb82bcf3b0db6c7ad9a49885dbd6a072f31d11 (master).

Upstream Shortlog
-----------------

Nikita Nemkin (2):
      2ab910a3 SystemTools: Improve repeated slash handling in ConvertToUnixSlashes
      22af8b25 SystemTools: Fix invalid memory access in ConvertToUnixSlashes
2025-02-07 07:16:43 -05:00
KWSys Upstream 7342114155 KWSys 2025-01-30 (936c606c)
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
2025-01-30 06:53:36 -05:00
KWSys Upstream 1f29e3eaf5 KWSys 2025-01-29 (6f535da1)
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
2025-01-29 09:03:39 -05:00
KWSys Upstream 891e4d5418 KWSys 2025-01-27 (2fbdf7e5)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 2fbdf7e5206f78f70a9effeaa8cfb4911fbe5727 (master).

Upstream Shortlog
-----------------

Nikita Nemkin (2):
      98452164 RegularExpression: Add an optional offset parameter to find()
      0359bfbc RegularExpression: Fix match start/end values of unmatched groups
2025-01-27 10:19:43 -05:00
KWSys Upstream ca5cdc6741 KWSys 2025-01-24 (2535f5f1)
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
2025-01-24 09:55:57 -05:00
KWSys Upstream d6d1695d89 KWSys 2025-01-22 (22ffdf26)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 22ffdf26989e08367b722087a7f126ce23eb8e2f (master).

Upstream Shortlog
-----------------

Tom Stellard (1):
      e1aeb61e SystemInformation: Fix GetNumberOfLogicalCPU on s390x
2025-01-22 11:12:28 -05:00
KWSys Upstream 5224aabf05 KWSys 2025-01-16 (843e99e2)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 843e99e207b9564f4fa054b0fa65e9db4375b3b2 (master).

Upstream Shortlog
-----------------

Nick Begg (1):
      2926bae9 SystemTools: Fix CloneFileContent copy-on-write on macOS / APFS
2025-01-16 11:52:07 -05:00
KWSys Upstream 8884161843 KWSys 2024-12-12 (60c63c1f)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 60c63c1fa7f288132353498faa9733d2d6cb7b0e (master).

Upstream Shortlog
-----------------

Brad King (1):
      62ad438e Glob: Use case-insensitive matching on CYGWIN

Peter Kokot (1):
      967b2120 Remove legacy unused IMMEDIATE CMake keyword
2024-12-12 12:52:51 -05:00
KWSys Upstream 295f4b1de1 KWSys 2024-11-23 (3e9b0b88)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 3e9b0b88c2284302a26073d30aafaffe8c99f320 (master).

Upstream Shortlog
-----------------

Brad King (1):
      5995fd7d SystemInformation: Ignore stderr from OS query tools
2024-11-23 15:15:52 -05:00
KWSys Upstream 9b1a873de8 KWSys 2024-11-06 (81583094)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 81583094b092d08e153e4966224639c7b257d25c (master).

Upstream Shortlog
-----------------

Brad King (1):
      30e9db2d SystemTools: Drop GetActualCaseForPathCached
2024-11-06 09:24:06 -05:00
KWSys Upstream 10a381e446 KWSys 2024-11-04 (bef1f021)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit bef1f0214a45fea13b16715918e513abd3636867 (master).

Upstream Shortlog
-----------------

Brad King (2):
      20b2c992 SystemTools: Remove unused global object
      47dce1a3 SystemTools: Remove path translation map
2024-11-04 09:59:55 -05:00
KWSys Upstream f09390fbf1 KWSys 2024-11-01 (1cfc8445)
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
2024-11-01 10:04:53 -04:00
KWSys Upstream 875cf5f61f KWSys 2024-10-28 (c87126a2)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit c87126a29ffa83a2dc44dbd117121050f4628199 (master).

Upstream Shortlog
-----------------

scivision (3):
      3f14fce6 Process: Replace 0 with NULL in pointer arguments to GetFullPathNameW
      210cea0a SystemTools: Replace unused argument to GetFullPathNameW with nullptr
      f5e82d63 SystemTools: Replace malloc() with std::string
2024-10-28 09:35:11 -04:00
KWSys Upstream acade348a7 KWSys 2024-10-25 (7cff32e1)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 7cff32e10e2bfe763415bc550816e8a9608e5954 (master).

Upstream Shortlog
-----------------

Brad King (1):
      6e847d08 SystemInformation: Add missing EOF check when reading /proc/cpuinfo
2024-10-25 08:46:27 -04:00
KWSys Upstream ede7f2afa6 KWSys 2024-10-24 (e1acde2e)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit e1acde2e48813c276c5777d6adae6bcdc3b03923 (master).

Upstream Shortlog
-----------------

Brad King (2):
      4feb470a SystemTools: Remove GetActualCaseForPath from CollapseFullPath
      741c9c96 SystemTools: Expose GetActualCaseForPathCached publicly
2024-10-24 16:08:42 -04:00
KWSys Upstream 5c18d48fda KWSys 2024-09-19 (2d72c140)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 2d72c140191cfeb1e5bf447683dac2c222603207 (master).

Upstream Shortlog
-----------------

Mike Lundy (1):
      ee3223d7 SystemTools: fix clonefile optimization on macOS
2024-09-19 11:34:52 -04:00
KWSys Upstream 5293b8ded0 KWSys 2024-09-10 (ac1555b4)
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
2024-09-10 07:49:38 -04:00
KWSys Upstream 65ecc7b190 KWSys 2024-09-03 (9c5f00b7)
Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit 9c5f00b74e4f68417ed9665b6cba073ade69a097 (master).

Upstream Shortlog
-----------------

scivision (1):
      5f4012c6 Don't compare to nullptr
2024-09-03 11:04:28 -04:00
KWSys Upstream 82c4576a9d KWSys 2024-05-30 (cb379374)
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
2024-05-30 10:31:18 -04:00