Skip to content
Snippets Groups Projects
  1. Jun 24, 2021
  2. Jun 11, 2021
  3. Jun 04, 2021
  4. Apr 26, 2021
  5. Mar 23, 2021
  6. Mar 06, 2021
  7. Mar 05, 2021
  8. Mar 03, 2021
  9. Mar 02, 2021
  10. Feb 22, 2021
  11. Feb 11, 2021
  12. Feb 10, 2021
    • Sean McBride's avatar
      Merge branch 'upstream-KWSys' into update-kwsys-2021-02-10 · 390edb98
      Sean McBride authored
      # By KWSys Upstream
      * upstream-KWSys:
        KWSys 2021-02-10 (dda7a943)
      390edb98
    • Kitware Robot's avatar
      KWSys 2021-02-10 (dda7a943) · 89276e0a
      Kitware Robot authored and Sean McBride's avatar Sean McBride committed
      Code extracted from:
      
          https://gitlab.kitware.com/utils/kwsys.git
      
      at commit dda7a943856ad22e374a9b0434727285461770a6 (master).
      
      Upstream Shortlog
      -----------------
      
      Ben Boeckel (10):
            ccab3808 clang-tidy: address readability-isolate-declaration lints
            87b57076 clang-tidy: address readability-braces-around-statements lints
            13b45a41 clang-tidy: address readability-else-after-return lints
            ebb48d58 clang-tidy: address google-readability-casting lint
            09942f51 testSystemTools: add tests for SplitString
            986519af SystemTools: handle splitting a string starting with the separator
            83b20b65 clang-tidy: address `readability-braces-around-statements` lint
            535633fa clang-tidy: address `readability-isolate-declaration` lint
            de210648 clang-tidy: address `readability-else-after-return` lint
            39fd4817 testProcess: fix another clang-tidy warning
      
      Brad King (16):
            313b2f7a SystemTools: Make SystemToolsStatic singleton private to implementation file
            019afb6e SystemTools: Drop GetCurrentWorkingDirectory 'collapse' argument
            c35a377f SystemTools: Refactor CollapseFullPath to call getcwd only when needed
            e3989b18 SystemTools: Restore GetCurrentWorkingDirectory slash conversion on Windows
            41700ca4 SystemTools: Fix FileIsExecutable on Windows
            b8177b56 testProcess: Disable unreliable test case 7
            e093a985 Glob: Append warning message only if destination is non-null
            25775078 Glob: Do not warn if top-level directory does not exist
            ce4941c9 IOStream: Drop this component of KWSys
            49d04c2c hashtable: Drop this component of KWSys
            a0bd892c SystemInformation: Use 'long long' unconditionally
            441dd494 Drop unused checks for 'long long' and '__int64'
            2b749749 Drop unused C type macros check
            74daf33b Drop unused Borland and OpenWatcom preprocessor conditions
            c4e8126a Drop unused CXX cstdio check
            6e51fe76 FStream: Add std::fstream wrapper for in/out file streams
      
      Deniz Bahadir (1):
            8bc06cf8 Regex: Double the maximal allowed size for a regex (to 2^{16}-1)
      
      Dmitry Kalinkin (3):
            9a3f9799 Directory: implement error reporting
            f33ef4e3 Glob: issue warnings on Directory errors
            97f880e6 Directory: add extra tests involving errorMessage
      
      Dylan Fan (1):
            e6cc4679 SystemInformation: Add Zhaoxin x86 processor
      
      Hernan Martinez (1):
            00629420 SystemInformation: Add support for Windows on ARM64
      
      Jack Guo (1):
            22216d56 SystemTools: Fix Touch() on broken symlink when create==false
      
      Lemures Lemniscati (3):
            be39cd88 Glob: Use case-sensitive globbing on Cygwin
            63dbb0ca SystemInformation: Improve CPU info lookup on Cygwin
            4ef36a00 SystemTools: Remove Cygwin-specific file lookup optimization
      
      Martin Storsjö (1):
            fca5ad3a Process: Fix execute error handling re working dir on windows
      
      Robert Maynard (2):
            4b537c59 Tests: Handle that root users on linux can always write to files
            29096513 Process: Prefer normative terms to express subprocess failures
      
      Rolf Eike Beer (1):
            c55e5dc3 CTestConfig: allow nightly build submission using https
      
      Sean McBride (7):
            c58d4b47 SystemTools: On Windows, strip 'e' from Fopen mode
            cb541c31 Auto-fixed various clang-tidy warnings
            2c179921 Applied clang-tidy modernize-deprecated-headers
            775296c8 Applied clang-tidy bugprone-suspicious-string-compare fixes
            a19f0ac6 Fixed clang -Wstrict-prototypes warning
            eb6820b6 Glob: Explicitly delete copy construction and assignment
            45e42f63 SystemInformation: Improve ParseSysCtl error checking
      
      Vladimir Menshakov (1):
            66724af8 SystemTools: Teach FindProgram to find non-readable programs
      89276e0a
Loading