Skip to content
  • Kitware Robot's avatar
    KWSys 2014-03-12 (dd873734) · 2eede99a
    Kitware Robot authored and Brad King's avatar Brad King committed
    Extract upstream KWSys using the following shell commands.
    
    $ git archive --prefix=upstream-kwsys/ dd873734 | tar x
    $ git shortlog --no-merges --abbrev=8 --format='%h %s' 1010d0e3..dd873734
    Adrien Destugues (1):
          b1916e0a SystemInformation: Update CPU count code for Haiku
    
    Brad King (2):
          9c653603 Process: Suppress IBM XL warning about infinite loop in test
          88c5a768 Set policy CMP0025 to NEW within KWSys
    
    Clinton Stimpson (7):
          ab6f8c36 FStream: Fix rdbuf() return and use use of FStream in SystemTools.
          88165c5e Encoding: Fix bug in kwsysEncoding_DupToNarrow.
          2426b57d Encoding: Add support for program arguments argc/argv.
          e81f2a9e FStream: Fix opening non-existant file.
          0d8ef429 Encoding:  Help enforce the use of wide apis on Windows.
          cfbc1cc8 FStream: Remove unused basic_filebuf declaration.
          b3b20cc0 FStream: Add ability to detect BOM.
    
    Jiri Malak (1):
          e66d99b8 SystemTools: Fix compilation with Open Watcom
    
    Matt McC...
    2eede99a