Skip to content
Snippets Groups Projects
  1. 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
  2. Aug 31, 2009
    • Brad King's avatar
      Define kwsys_ios_binary macro for std::ios::binary · 9350c584
      Brad King authored
      The 'binary' openmode does not exist on all compilers.  We define macro
      <kwsys>_ios_binary, where <kwsys> is the KWSys namespace, to refer to
      std::ios::binary if it exists and 0 otherwise.  Sample usage:
      
        kwsys_ios::ifstream fin(fn, kwsys_ios::ios::in | kwsys_ios_binary);
      9350c584
  3. Apr 06, 2009
  4. Apr 05, 2009
  5. Apr 02, 2009
  6. Mar 30, 2009
  7. Apr 19, 2007
  8. Mar 03, 2007
  9. Dec 14, 2006
  10. Dec 13, 2006
  11. Apr 13, 2005
  12. Dec 20, 2003
Loading