Skip to content
Snippets Groups Projects
  1. Jan 03, 2013
    • Brad King's avatar
      IOStream: Fix check for compiler 'long long' support · 1643507a
      Brad King authored
      In commit bf7f0ddc (Fix KWSys FundamentalType for Universal Binaries,
      2009-11-20) we repurposed CMake variables "KWSYS_SIZEOF_${type}" and
      dropped use of them from configured headers.  However, use of one was
      accidentally left in "IOStream.hxx.in" to record whether the compiler
      supports 'long long'.  Replace it with a better test.
      
      Without this, "@KWSYS_SIZEOF_LONG_LONG@" is replaced with "TRUE" which
      the preprocessor may evaluate as "0" or "1" depending on whether a
      "TRUE" macro is defined.
      
      Change-Id: I8d3e1d3fc5b80ed440dbb8cebd6231068dfbd491
      1643507a
  2. Sep 28, 2009
    • Brad King's avatar
      Convert KWSys to OSI-approved BSD License · 62db264e
      Brad King authored
      This converts the KWSys license to a pure 3-clause OSI-approved BSD
      License.  We drop the previous license clause requiring modified
      versions to be plainly marked.  We also update the KWSys copyright to
      cover the full development time range.
      62db264e
  3. Aug 27, 2006
Loading