- Sep 28, 2009
-
-
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.
-
- Aug 31, 2009
-
-
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);
-
- Apr 06, 2009
-
-
Mathieu Malaterre authored
BUG: comment out faulty seekp which make kwsys::*stringstream fails on platform with no std::*stringstream implementation
-
- Apr 05, 2009
-
-
Mathieu Malaterre authored
-
- Apr 02, 2009
-
-
Mathieu Malaterre authored
-
- Mar 30, 2009
-
-
Mathieu Malaterre authored
-
Mathieu Malaterre authored
-
- Apr 19, 2007
- Mar 03, 2007
-
-
Brad King authored
-
- Dec 14, 2006
-
-
Mathieu Malaterre authored
-
Mathieu Malaterre authored
-
- Dec 13, 2006
-
-
Mathieu Malaterre authored
-
- Apr 13, 2005
-
-
Brad King authored
COMP: Adding work-around for CMake dependency scanning limitation. Any configured header included by KWSYS_HEADER() in a .c or .cxx file in kwsys itself must use this hack to get dependencies.
-
Andy Cedilnik authored
ENH: Do kwsys testing as part of cmake testing, command line arguments are not experimental and add simple test for systemtools
-
- Dec 20, 2003
-
-
Brad King authored
-