Skip to content
Snippets Groups Projects
  1. Sep 18, 2019
    • Kitware Robot's avatar
      KWSys 2019-09-18 (c6bc38c1) · 3327c040
      Kitware Robot authored and Brad King's avatar Brad King committed
      Code extracted from:
      
          https://gitlab.kitware.com/utils/kwsys.git
      
      at commit c6bc38c11a3a11e393f0608486b08dadc8dbacc3 (master).
      
      Upstream Shortlog
      -----------------
      
      Sean McBride (5):
            4de1241f Fixed -Wextra-semi-stmt warning
            30de8e17 Fixed -Wsign-conversion warnings by adding casts
            750da75a Fixed 64 to 32 bit truncation warning by casting
            419aaa35 Fixed -Wunused-macros warnings
            46c55893 Replaced several 0, NULL, and KWSYS_NULLPTR with nullptr
      3327c040
  2. Aug 29, 2019
    • Kitware Robot's avatar
      KWSys 2019-08-29 (08f14d96) · f9a3f134
      Kitware Robot authored and Brad King's avatar Brad King committed
      Code extracted from:
      
          https://gitlab.kitware.com/utils/kwsys.git
      
      at commit 08f14d96b449e5d1e166998b363da16167a3ac82 (master).
      
      Upstream Shortlog
      -----------------
      
      Ben Boeckel (1):
            9afecb09 SystemTools: fix typo in junction functions
      
      Jon Chronopoulos (1):
            38486236 SystemTools: do not special case a junction in RemoveFile
      
      Rolf Eike Beer (3):
            b747462d CMake: drop needless x${VAR} tricks
            1ed70242 tests: verify SystemTools::CopyFileIfDifferent()
            f73d1b4f SystemTools: factor out "dest is directory" case from CopyFileIfDifferent()
      f9a3f134
  3. Jul 25, 2019
    • Kitware Robot's avatar
      KWSys 2019-07-25 (a24a6acb) · 780d9e07
      Kitware Robot authored and Brad King's avatar Brad King committed
      Code extracted from:
      
          https://gitlab.kitware.com/utils/kwsys.git
      
      at commit a24a6acbbb4a51cf6fefbeb10d1f63ed1b670c69 (master).
      
      Upstream Shortlog
      -----------------
      
      Brad King (3):
            15896025 SystemTools: Use C++11 in SystemToolsAppendComponents
            c6f8e24a SystemTools: Fix CollapseFullPath with relative base path
            5ca03af6 SystemTools: Revert "Reduce scope of 'buf' variable in CollapseFullPath"
      
      David Bodnar (5):
            116a4919 RegularExpression: Reduce scope of 'len' variable
            31f5cdeb RegularExpression: Initialize private members on construction
            6e36d909 SystemTools: Reduce scope of 'buf' variable in CollapseFullPath
            a93bc28c SystemTools: Drop unnecessary .c_str()
            6c3dfd25 CommandLineArguments: initialize internal class members directly
      780d9e07
  4. May 30, 2019
  5. May 15, 2019
  6. Apr 17, 2019
    • Kitware Robot's avatar
      KWSys 2019-04-17 (c42b92f0) · 0225b05a
      Kitware Robot authored and Brad King's avatar Brad King committed
      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
      0225b05a
  7. Mar 28, 2019
    • Kitware Robot's avatar
      KWSys 2019-03-28 (e92bdbe8) · 81666349
      Kitware Robot authored and Brad King's avatar Brad King committed
      Code extracted from:
      
          https://gitlab.kitware.com/utils/kwsys.git
      
      at commit e92bdbe8e6eca2a8b6dcf14920e5e25308504206 (master).
      
      Upstream Shortlog
      -----------------
      
      Ben Boeckel (7):
            30198dbc DynamicLoader: fix error reporting on Windows
            cf6b5f69 DynamicLoader: use Encoding::ToWindowsExtendedPath for the libname
            d17291ad DynamicLoader: support loading libraries using flags
            40d9e482 DynamicLoader: support loading sibling libraries on Windows
            971809c5 DynamicLoader: test the SearchBesideLibrary flag
            efb006b9 DynamicLoader: include stdio.h for _snprintf
            9e8e9ba0 DynamicLoader: avoid the min/max macros from windows.h
      
      Brad King (1):
            92334e76 SystemTools: CopyFileAlways: avoid copying file over self
      81666349
  8. Mar 21, 2019
    • Kitware Robot's avatar
      KWSys 2019-03-21 (fd41ac36) · 868dc1a1
      Kitware Robot authored and Brad King's avatar Brad King committed
      Code extracted from:
      
          https://gitlab.kitware.com/utils/kwsys.git
      
      at commit fd41ac36adc088e1b175185ef8a8347df569a836 (master).
      
      Upstream Shortlog
      -----------------
      
      Brad King (1):
            db462838 SystemTools: Revert "Use copyfile(3) to clone files on macOS"
      
      Gregor Jasny (1):
            7c71e879 SystemTools: Use copyfile(3) to clone files on macOS
      
      Sebastian Holtermann (10):
            6fed6364 SystemTools: Add SystemToolsStatic class skeleton
            a8195f76 SystemTools: Move SystemTools::Cyg2Win32Map to SystemToolsStatic
            7c273c83 SystemTools: Move SystemTools::EnvMap to SystemToolsStatic
            706919be SystemTools: Move SystemTools::PathCaseMap to SystemToolsStatic
            67eb2674 SystemTools: Move SystemTools::TranslationMap to SystemToolsStatic
            9e32eecd SystemTools: Move private type definitions to SystemToolsStatic
            d9db985f SystemTools: Move private GetEnvImpl method to SystemToolsStatic
            a1271fea SystemTools: Move private FindName method to SystemToolsStatic
            7512ab8c SystemTools: Move private FindIsFullPath method to SystemToolsStatic class
            8b58389c SystemTools: Move private ReplaceString method to SystemToolsStatic class
      868dc1a1
  9. Feb 25, 2019
  10. Feb 14, 2019
  11. Feb 12, 2019
  12. Feb 05, 2019
  13. Jan 30, 2019
  14. Jan 24, 2019
    • Kitware Robot's avatar
      KWSys 2019-01-24 (b9dd1636) · bee32e96
      Kitware Robot authored and Brad King's avatar Brad King committed
      Code extracted from:
      
          https://gitlab.kitware.com/utils/kwsys.git
      
      at commit b9dd1636e50ea43cd33bed8c6ffbbe7161618b54 (master).
      
      Upstream Shortlog
      -----------------
      
      Ben Boeckel (1):
            28db6989 cmake: add an option for building with PIC
      
      Taylor Braun-Jones (1):
            3f35954d SystemTools: Add TextFilesDiffer method
      
      Tobias Kloss (1):
            aa1f7f7c SystemTools: Fix FileIsSymlink with Windows data deduplication
      bee32e96
  15. Jan 22, 2019
    • Kitware Robot's avatar
      KWSys 2019-01-22 (4fecfe6f) · 3068a0d0
      Kitware Robot authored and Brad King's avatar Brad King committed
      Code extracted from:
      
          https://gitlab.kitware.com/utils/kwsys.git
      
      at commit 4fecfe6f29be07ec165bcc87a20666425d928aa6 (master).
      
      Upstream Shortlog
      -----------------
      
      Brad King (1):
            7a5e5af8 SystemTools: Revert "Fix FileIsSymlink with Windows data deduplication"
      
      Tobias Kloss (1):
            ef373416 SystemTools: Fix FileIsSymlink with Windows data deduplication
      
      Wouter Klouwen (1):
            8e9970fb SystemInformation: support BSD platforms for GetProcessId
      3068a0d0
  16. Jan 14, 2019
  17. Dec 12, 2018
  18. Nov 28, 2018
  19. Oct 25, 2018
  20. Oct 19, 2018
  21. Oct 03, 2018
  22. Sep 14, 2018
    • Kitware Robot's avatar
      KWSys 2018-09-14 (1809bedd) · b13c8526
      Kitware Robot authored and Brad King's avatar Brad King committed
      Code extracted from:
      
          https://gitlab.kitware.com/utils/kwsys.git
      
      at commit 1809bedde0491d078ad42200bf2834c345e65398 (master).
      
      Upstream Shortlog
      -----------------
      
      Ben Boeckel (2):
            b5b294c1 SystemTools::Split: fix copy-pasta comments
            ab0d44c9 SystemTools::Split: use str.find_first_of(char)
      
      Roger Leigh (1):
            bdd39241 Process: On Windows do not open stdin file with write permission
      b13c8526
  23. Aug 07, 2018
  24. Jul 12, 2018
  25. Jul 10, 2018
  26. Jun 22, 2018
  27. Jun 14, 2018
    • Kitware Robot's avatar
      KWSys 2018-06-14 (2b0ca1d8) · f3cd4426
      Kitware Robot authored and Brad King's avatar Brad King committed
      Code extracted from:
      
          https://gitlab.kitware.com/utils/kwsys.git
      
      at commit 2b0ca1d85d6e3fcf3b3fa375783c33524629f256 (master).
      
      Upstream Shortlog
      -----------------
      
      Marian Klymov (3):
            0b9f51a1 Remove redundant calls to c_str
            361e54e3 Get rid of redundant string initialization
            61501133 SystemInformation: Avoid use of dangling pointers on Solaris
      f3cd4426
  28. Jun 01, 2018
    • Kitware Robot's avatar
      KWSys 2018-06-01 (8ef62b28) · 3af8c771
      Kitware Robot authored and Brad King's avatar Brad King committed
      Code extracted from:
      
          https://gitlab.kitware.com/utils/kwsys.git
      
      at commit 8ef62b289e0a99856893ef49106c2b2d94e9dd0c (master).
      
      Upstream Shortlog
      -----------------
      
      Brad King (2):
            6b9c233c clang-format.bash: update to clang-format-6.0
            b7a341cf Empty commit at end of history preceding clang-format-6.0 style transition
      
      Kitware Robot (1):
            828b6837 Revise C++ coding style using clang-format-6.0
      3af8c771
  29. May 18, 2018
  30. May 16, 2018
  31. May 11, 2018
    • Kitware Robot's avatar
      KWSys 2018-05-11 (46da6b14) · 55efd147
      Kitware Robot authored and Brad King's avatar Brad King committed
      Code extracted from:
      
          https://gitlab.kitware.com/utils/kwsys.git
      
      at commit 46da6b14f03f27d8531f841b9f48c1fda452c915 (master).
      
      Upstream Shortlog
      -----------------
      
      Kyle Edwards (2):
            5b8bf75b INSTALL: move namelink into development component
            e5733515 Fix recent regression in installation of namelink
      
      luz.paz (1):
            0e14a1a6 Misc. typos and whitespace fixes
      55efd147
  32. Apr 12, 2018
  33. Mar 29, 2018
    • Kitware Robot's avatar
      KWSys 2018-03-29 (488f2031) · b66f18c8
      Kitware Robot authored and Brad King's avatar Brad King committed
      Code extracted from:
      
          https://gitlab.kitware.com/utils/kwsys.git
      
      at commit 488f203157792badb6204be513602d4e83884d21 (master).
      
      Upstream Shortlog
      -----------------
      
      Ben Boeckel (1):
            a3caaeec SystemTools: faster relative path codepath
      
      Brad King (1):
            805d9a7c Terminal: Add xterm-kitty to VT100 color support whitelist
      
      luz.paz (1):
            94484960 Source typo fix s/[Pp]athes/[Pp]aths/
      b66f18c8
  34. Mar 07, 2018
    • Kitware Robot's avatar
      KWSys 2018-03-07 (2ad561e7) · 64d4308d
      Kitware Robot authored and Brad King's avatar Brad King committed
      Code extracted from:
      
          https://gitlab.kitware.com/utils/kwsys.git
      
      at commit 2ad561e78b0d99f083f1213e403d5a8a90e0e134 (master).
      
      Upstream Shortlog
      -----------------
      
      Brad King (4):
            6e190d9a Fix include directory usage requirement for build tree
            6d4e9fde SystemInformation: Android has no getifaddrs prior to API 24
            0a0974d0 SystemTools: Restore unconditional caching in GetActualCaseForPath
            a241fd13 SystemTools: Remove caching from public GetActualCaseForPath
      64d4308d
  35. Feb 01, 2018
    • Kitware Robot's avatar
      KWSys 2018-02-01 (04fcc449) · 854feacc
      Kitware Robot authored and Brad King's avatar Brad King committed
      Code extracted from:
      
          https://gitlab.kitware.com/utils/kwsys.git
      
      at commit 04fcc449646eb2ff3d701986946a1db60b2161b7 (master).
      
      Upstream Shortlog
      -----------------
      
      Ben Boeckel (11):
            ba270398 SystemToolsAppendComponents: move strings when building components
            cfd0f1e6 JoinPath: push back as a character
            6770cb3e GetFilenameName: optionally don't search for \ on non-Windows
            22b189b0 ConvertToUnixSlashes: remove escaped space logic
            342d69a4 ConvertToUnixSlashes: short-circuit on hasDoubleSlash
            5dd87350 ConvertToUnixSlashes: remove pos1
            3b46b7c0 ConvertToUnixSlashes: bail early on empty paths
            55d1d6ab CollapseFullPath: reserve space for components
            68807138 CollapseFullPath: prefer .empty() to .length() == 0
            71a6de42 CollapseFullPath: refactor the overloads to share implementations
            318550c7 CheckCollapsePath: add more test cases
      854feacc
  36. Jan 24, 2018
    • Kitware Robot's avatar
      KWSys 2018-01-23 (0579db1c) · 7a756570
      Kitware Robot authored and Brad King's avatar Brad King committed
      Code extracted from:
      
          https://gitlab.kitware.com/utils/kwsys.git
      
      at commit 0579db1c97715f9936523dd473c0ed7613b68e68 (master).
      
      Upstream Shortlog
      -----------------
      
      Ben Boeckel (1):
            3e807fd6 cmake: specify source file extensions
      
      Brad King (1):
            38855ca1 Set CMP0042 explicitly with CMake 3.0 and above
      
      Chuck Atkins (1):
            4ca97fc6 SystemTools: Disable getpwnam for static linux builds
      
      Hans Johnson (1):
            7d7f3b2d Configure: Add KWSYS_NULLPTR macro for C++ code
      
      Sankhesh Jhaveri (1):
            20c458d0 Set CMP0022 policy to new to provide link interface definitions
      
      Sean McBride (1):
            c6829e4d Fixed a few comments, mostly regarding base 2 vs base 10 sizes
      
      luz.paz (1):
            4b67f965 Remove superfluous double whitespace in appropriate places
      7a756570
  37. Dec 15, 2017
  38. Dec 12, 2017
  39. Dec 08, 2017
  40. Dec 07, 2017
Loading