Skip to content
Snippets Groups Projects
  1. May 02, 2012
    • Brad King's avatar
      KWSys: Remove dependencies on FundamentalType · 719638e2
      Brad King authored
      The hash_fun.hxx header is configured whether FundamentalType is enabled
      or not and so cannot depend on it.  Run the relevant platform tests
      whether or not FundamentalType is on and configure the result directly
      into hash_fun.  While at it, remove the dependence of SystemInformation
      on FundamentalType too since it needs only information that we now
      always compute.
      719638e2
  2. Sep 01, 2011
  3. Aug 09, 2011
    • Brad King's avatar
      KWSys: __int64 and long long may be same type in specialization · c0c07358
      Brad King authored
      For the specialization of hash<>(), the types long long and __int64
      may be the same type. While the CMakeLists indicate that if __int64 is
      a alias for another type the it will not be enabled, on mingw they
      both appear to be the same type and enabled.
      
      This patch only enable specialization for long long OR __int64 to
      avoid the potential conflict.
      
      Author: Bradley Lowekamp <blowekamp@mail.nih.gov>
      Change-Id: I813a9ac008b296fab5a369c48e6dd5460fd0c035
      c0c07358
  4. Aug 08, 2011
  5. 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
  6. Apr 15, 2005
  7. Apr 13, 2005
Loading