diff options
author | KWSys Upstream <kwrobot@kitware.com> | 2019-04-17 13:49:30 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-04-17 13:50:13 (GMT) |
commit | 0225b05afea1d291e37e29b361f4252c4313aab2 (patch) | |
tree | 13400142ce76e3fd85fafe424aeb99b0c2e477d1 /SystemTools.hxx.in | |
parent | 816663495874e123c2d4a187edb6eab07593f10d (diff) | |
download | CMake-0225b05afea1d291e37e29b361f4252c4313aab2.zip CMake-0225b05afea1d291e37e29b361f4252c4313aab2.tar.gz CMake-0225b05afea1d291e37e29b361f4252c4313aab2.tar.bz2 |
KWSys 2019-04-17 (c42b92f0)
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit c42b92f0fe01cf588aacc1984501b4fdcc58994e (master).
Upstream Shortlog
-----------------
Ben Boeckel (1):
84bd7c9e SystemTools: support hiding the translation map
Sebastian Holtermann (8):
00a3a436 SystemTools: Update buffered env value string only on a change
d6235796 SystemTools: Optimize iterator lifetime in JoinPath
9992f69b SystemTools: Optimize range loop in FindName method
8c9ca162 SystemTools: Optimize range loop in FindProgram method
c7e3ab12 SystemTools: Optimize range loop in FindProgram method
ac8d2033 SystemTools: Optimize range loop in FindLibrary method
815cc593 SystemTools: Optimize range loop in FindProgramPath method
5d8af0d6 SystemTools: Optimize range loop in RelativePath method
Diffstat (limited to 'SystemTools.hxx.in')
-rw-r--r-- | SystemTools.hxx.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SystemTools.hxx.in b/SystemTools.hxx.in index cdc9483..dd1266b 100644 --- a/SystemTools.hxx.in +++ b/SystemTools.hxx.in @@ -891,6 +891,7 @@ public: */ static int GetTerminalWidth(); +#if @KWSYS_NAMESPACE@_SYSTEMTOOLS_USE_TRANSLATION_MAP /** * Add an entry in the path translation table. */ @@ -907,6 +908,7 @@ public: * Update path by going through the Path Translation table; */ static void CheckTranslationPath(std::string& path); +#endif /** * Delay the execution for a specified amount of time specified |