| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-06-03 | 1 | -2/+11 |
|
|
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-01-14 | 1 | -0/+16 |
|
|
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-01-11 | 1 | -0/+7 |
|
|
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2013-01-08 | 1 | -0/+7 |
|
|
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2012-12-19 | 1 | -48/+3 |
|
|
* | Merge branch 'upstream-kwsys' into import-KWSys-subtree | Brad King | 2012-10-31 | 1 | -4/+61 |
|
|
* | Merge branch 'upstream-kwsys' into import-KWSys-subtree | Brad King | 2012-10-01 | 1 | -4/+36 |
|
|
* | KWSys: Remove dependencies on FundamentalType | Brad King | 2012-05-02 | 1 | -31/+39 |
|
|
* | Merge topic 'kwsys-environ-cleanup' | David Cole | 2012-05-01 | 1 | -4/+9 |
|\ |
|
| * | KWSys: Fix SystemTools environment memory handling (#13156) | Brad King | 2012-04-27 | 1 | -4/+9 |
|
|
* | | KWSys: Remove DateStamp | Brad King | 2012-04-25 | 1 | -2/+1 |
|/ |
|
* | KWSys: Do not trust EXECUTABLE_OUTPUT_PATH for ProcessFwd9x encoding | Brad King | 2011-03-23 | 1 | -8/+4 |
|
|
* | KWSys: Require at least CMake 2.6.3 | Brad King | 2011-03-01 | 1 | -196/+90 |
|
|
* | KWSys: Use EXPORT name only if installing library | Brad King | 2010-12-14 | 1 | -3/+3 |
|
|
* | KWSys: Associate installed library with an EXPORT | Brad King | 2010-12-01 | 1 | -0/+5 |
|
|
* | KWSys: Optionally suppress consistent test failures | Brad King | 2010-06-30 | 1 | -0/+6 |
|
|
* | KWSys: Use short fallback timeout for Process tests | Brad King | 2010-06-30 | 1 | -0/+1 |
|
|
* | KWSys: Pass ptrdiff_t check result to System.c | Brad King | 2010-06-29 | 1 | -9/+8 |
|
|
* | KWSys: Cleanup putenv leak option implementation | Brad King | 2010-06-29 | 1 | -6/+9 |
|
|
* | KWSys: Configure DynamicLoader library prefix/suffix | Brad King | 2010-06-10 | 1 | -0/+8 |
|
|
* | KWSys: Build tests after libraries | Brad King | 2009-12-15 | 1 | -0/+2 |
|
|
* | KWSys: Remove default exe output path | Brad King | 2009-12-08 | 1 | -7/+0 |
|
|
* | KWSys: Work-around llvm-gcc-4.2 optimizer bug | Brad King | 2009-11-23 | 1 | -0/+5 |
|
|
* | KWSys: Set CMP0003 to NEW | Brad King | 2009-11-20 | 1 | -5/+3 |
|
|
* | Fix KWSys FundamentalType for Universal Binaries | Brad King | 2009-11-20 | 1 | -13/+48 |
|
|
* | Check for 'long long' without computing size | Brad King | 2009-11-20 | 1 | -4/+5 |
|
|
* | Enable loose loop constructs in KWSys | Brad King | 2009-11-20 | 1 | -1/+5 |
|
|
* | Convert KWSys to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -9/+7 |
|
|
* | Install KWSys Copyright.txt as documentation | Brad King | 2009-09-28 | 1 | -0/+18 |
|
|
* | Can not use cmakedefine in kwsys because bootstrap of cmake does not support it. | Bill Hoffman | 2009-09-22 | 1 | -1/+6 |
|
|
* | Define kwsys_ios_binary macro for std::ios::binary | Brad King | 2009-08-31 | 1 | -0/+5 |
|
|
* | BUG: Enable large files only if <cstdio> works | Brad King | 2009-07-27 | 1 | -0/+5 |
|
|
* | COMP: Avoid String.c inclusion by Compaq templates | Brad King | 2009-06-10 | 1 | -0/+6 |
|
|
* | ENH: Optionally label KWSys targets and tests | Brad King | 2009-02-13 | 1 | -0/+23 |
|
|
* | ENH: Add KWSys header files to library targets | Brad King | 2009-02-13 | 1 | -0/+3 |
|
|
* | BUG: Fix KWSys SystemInformation dependencies | Brad King | 2008-10-17 | 1 | -0/+4 |
|
|
* | BUG: Enforce KWSys component dependencies early | Brad King | 2008-10-17 | 1 | -14/+14 |
|
|
* | ENH: Add test for KWSys SharedForward | Brad King | 2008-09-26 | 1 | -0/+7 |
|
|
* | ENH: In KWSys set the IMPLICIT_DEPENDS_INCLUDE_TRANSFORM property. | Brad King | 2008-05-14 | 1 | -0/+8 |
|
|
* | ENH: Set CMake Policy CMP0003 to NEW behavior to build without warnings with ... | Brad King | 2008-03-17 | 1 | -0/+6 |
|
|
* | ENH: Added CPU.h to KWSys to identify the target CPU and its byte order. | Brad King | 2008-02-27 | 1 | -1/+4 |
|
|
* | BUG: Need to install cstddef header. | Brad King | 2008-01-31 | 1 | -0/+9 |
|
|
* | ENH: enhancements for cdash, include system information and better time entries | Bill Hoffman | 2008-01-30 | 1 | -2/+2 |
|
|
* | ENH: turn off for now | Bill Hoffman | 2008-01-08 | 1 | -1/+1 |
|
|
* | ENH: fix leaks and turn on by default | Bill Hoffman | 2008-01-08 | 1 | -1/+1 |
|
|
* | ENH: add missing file | Bill Hoffman | 2008-01-08 | 1 | -1/+3 |
|
|
* | ENH: add new system information class for use in ctest | Bill Hoffman | 2008-01-08 | 1 | -2/+7 |
|
|
* | ENH: Added C String utilities to KWSys. Implemented strcasecmp and strncasecmp. | Brad King | 2007-12-11 | 1 | -2/+3 |
|
|
* | BUG: Fixed typo in previous commit. | Brad King | 2007-11-12 | 1 | -4/+4 |
|
|
* | ENH: Adding DateStamp feature to KWSys. This provides a header file giving p... | Brad King | 2007-11-12 | 1 | -1/+14 |
|
|