forked from Kitware/VTK
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit f7990fc29bfb102ead2024ebca07939f690a64e6 (master). Upstream Shortlog ----------------- Brad King (11): c8cfe4e0 SystemTools: Drop SplitProgramFromArgs function aa9f3a82 macOS: Account for deployment target when checking for utimensat 41c93d97 Remove unnecessary testIOS 7a4cca11 Process: Refactor test compile flag addition 90886a99 Process: Fix tests under ubsan bfdbfe9b Avoid requiring CMake 3.4 string(APPEND) 1b09cf0d Configure: Add KWSYS_FALLTHROUGH macro for C++ code 7b6fa277 ConsoleBuf: Add explicit switch case fallthrough markup e9557f37 RegularExpression: Fix regression in 'find' method 09724ac8 hashtable: Avoid use of std::unary_function 9995f700 hashtable: Drop when building inside CMake Bradley Lowekamp (1): b4507c9c Remove dead code from Configure.h.in Bryon Bean (1): 8e428c18 Process: Add function to kill process (and children) with pid Clinton Stimpson (1): e9d2b696 SystemTools: Cache only existing path names in GetActualCaseForPath Domen Vrankar (1): 9e0b4d1a SystemTools: set default MakeDirectory permissions mode Gregor Jasny (1): 8e029751 SystemTools: Fix IsSubDirectory for subdirs of drive root Hans Johnson (1): 7d7f3b2d Configure: Add KWSYS_NULLPTR macro for C++ code Justin Berger (2): 6d73752d Allow KWSYSPE_USE_SELECT macro to be overriden at compile time. da61baff Added cmake settable property to enable the macro Matthias Maennich (5): 6599eda6 testRobustEncoding: restore format flags for std::cout before exiting 862562ce SystemInformation: fix potential off-by-one write 13e02b76 processUNIX: close intermediate file descriptor in error case 73c491e8 processUNIX: fix not null terminated buffer during error reporting ce55a255 testSystemTools: fix some copy'n'paste issues Rolf Eike Beer (9): caaef6bb testSystemTools: avoid strcpy() a5046656 SystemTool: remove unused Convert*MacroString() 6ca15069 SystemTools: make Getcwd() more efficient on Windows 6d7eb3a1 CommandLineArguments: do not check variable before delete[] 3b8fefea remove pointer checks before calling free() cf8beae3 ProcessUNIX: use strdup() instead of open coding it 5d2aff9d ProcessWin32: use strdup() instead of open coding it 8717ac15 DynamicLoader: use std::string instead of strcpy() + strcat() 88d4dd4b CommandLineArguments: use std::string in GenerateHelp() Sebastian Holtermann (4): 4d1e8738 RegularExpression: Make compile() reentrant (thread safe) 64f80068 RegularExpression: Make find() reentrant (thread safe) bbc94ba8 RegularExpression: Remove unused code cff58f07 RegularExpression: New RegularExpressionMatch class Steven Velez (1): 80652055 Directory: Use Windows Extended Paths Volo Zyko (1): 9f6cd407 SystemTools: Fix removing of soft links to directories on Windows. Wouter Klouwen (1): 749b7506 ProcessUNIX: Use monotonic clock in kwsysProcessTimeGetCurrent() for POSIX luzpaz (1): 9a1d5901 Fix trivial typos in text
- Loading branch information
Showing
32 changed files
with
849 additions
and
766 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.