-
-
Notifications
You must be signed in to change notification settings - Fork 668
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 433f3d23ffa37f8fa6dd42468933f36c28a9e7fa (master). Upstream Shortlog ----------------- Ben Boeckel (2): 46f47034 SharedForward: Drop this component of KWSys 72e677e9 kwsysPrivate.h: Remove unused build-tree copy Brad King (8): 5df8c0a1 RegularExpression: Extend max paren groups from 10 to 32 bfa688b5 SystemTools: Drop optional FindProgramPath arguments 093d6e45 DynamicLoader: Update test to avoid using CMAKE_INTDIR c3201073 String.hxx: Drop this component of KWSys b4492d09 cmake: Drop use of legacy "Dart" module 51272e80 SystemTools: Avoid macOS copyfile semantic differences as root 199aa713 RegularExpression: Tell clang-analyzer that program memory is initialized 9f9ff427 SystemTools: Teach RemoveADirectory to handle non-readable directories Clemens Wasser (1): dd7d92d6 SystemTools: Implement GetEnv via GetEnvironmentVariableW on Win32 Timo Röhling (1): 9119f1a1 SystemInformation: Tolerate empty /proc/cpuinfo scivision (7): e76a8438 Remove try_compile logging in favor of CMake>=3.26 configure log 12825be6 lint: use foreach(... IN {ITEMS,LISTS} ...) f10cb6ad lint: use modern add_test(NAME ... COMMAND ...) ebb95153 lint: set_property(TEST f26b1b39 SystemInformation: use std::cerr like rest of KWSys 3c403fa9 SystemInformation: Replace C-style cast with reinterpret_cast 7f4459d5 Comeau: Remove undocumented support for this compiler
- Loading branch information
Showing
12 changed files
with
157 additions
and
1,104 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ public: | |
|
||
enum | ||
{ | ||
NSUBEXP = 10 | ||
NSUBEXP = 32 | ||
}; | ||
|
||
private: | ||
|
Oops, something went wrong.