Skip to content
  • Kitware Robot's avatar
    KWSys 2015-04-16 (1ea01a46) · ce26403a
    Kitware Robot authored and Brad King's avatar Brad King committed
    Extract upstream KWSys using the following shell commands.
    
    $ git archive --prefix=upstream-kwsys/ 1ea01a46 | tar x
    $ git shortlog --no-merges --abbrev=8 --format='%h %s' 5843f590..1ea01a46
    Ben Boeckel (1):
          425fa73e Add missing malloc return value casts
    
    Brad King (11):
          dec9c30b SharedForward: Hard-code the ldpath buffer size to below VS 14 limit
          9c3eacf8 Add CONTRIBUTING.rst file with instructions to contribute
          cc4046a8 Directory: Work around PGI problem with Linux Large File Support
          5a15cb3b Base64: Use size_t for lenghts in API
          57c3ef1d Suppress deprecation warnings for GetVersionEx on Intel compiler
          b33e7b96 FStream: Fix exception spec on our standard stream replacements
          d4e7f08e Directory: Check opendir return value before using it
          4a698414 hashtable: Give prime number table functions internal linkage
          20f50727 SystemInformation: Add missing 'break' in StacktraceSignalHandler
          69bccf2e SystemTools: Teach Touch with !create to succeed on missing file
          1ea01a46 Tell Git to export '.gitattributes'
    
    Domen Vrankar (5):
          2b042ff6 SystemTools: Optionally report error from GetRealPath
          7c9a970a Glob: Remove dead code
          1b75ad3d Glob: Remove addition of extra '/'
          5d6204e9 Glob: Handle symlink cycles in directory paths
          4890f30c Glob: Add support for directory listing
    
    Jean-Christophe Fillion-Robin (2):
          c38ba638 SystemInformation: Improve Get(Available/Total)VirtualMemory for windows
          58308145 SystemInformation: Improve comments in private implementation
    
    Paul Martin (1):
          d2aa1afd SystemTools: Update CopyFileAlways stream library workarounds
    
    Sean McBride (3):
          87c65319 SharedForward: Suppress clang -Wcast-qual warnings with conditional pragma
          093eae34 SystemInformation: Fix -Wswitch-enum warnings
          9367a33b testHashSTL: Fix warnings by marking private functions static
    
    Simon Gomizelj (1):
          2f0165f1 Terminal: Add xterm-termite to VT100 color support whitelist
    
    Stephen Kelly (3):
          e4fe1d1a SystemTools: Refactor selection of Windows directory APIs
          af86ac7d SystemTools: Fix build with SunCC/stlport.
          d30c9b03 Workaround SolarisStudio bug with libstdc++.
    ce26403a