Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: Nightly Date Stamp | Brad King | 2008-02-01 | 1 | -2/+2 |
| | |||||
* | ENH: try to fix hp and vs 6, again... | Bill Hoffman | 2008-02-01 | 1 | -6/+7 |
| | |||||
* | ENH: fixes for borland | Bill Hoffman | 2008-01-31 | 1 | -4/+6 |
| | |||||
* | ENH: fix for qnx, I hope, and fix indent stuff | Bill Hoffman | 2008-01-31 | 1 | -20/+22 |
| | |||||
* | ENH: fix build errors with asm stuff on mingw and hopefully win64 | Bill Hoffman | 2008-01-31 | 1 | -20/+29 |
| | |||||
* | ENH: fix build for mingw | Bill Hoffman | 2008-01-31 | 1 | -20/+20 |
| | |||||
* | ENH: split into implementation and interface class to clean up namespace ↵ | Bill Hoffman | 2008-01-31 | 2 | -288/+510 |
| | | | | issues with #define stuff | ||||
* | BUG: Need to install cstddef header. | Brad King | 2008-01-31 | 1 | -0/+9 |
| | |||||
* | STYLE: Work-around std:: check since this is a platform test. | Brad King | 2008-01-31 | 1 | -4/+4 |
| | |||||
* | STYLE: Remove references to std:: inside KWSys, even in comments. This will ↵ | Brad King | 2008-01-31 | 3 | -7/+7 |
| | | | | allow a commit check to be added. | ||||
* | COMP: Replace kwsys_stl:: with kwsys_ios:: for streams access. | Brad King | 2008-01-31 | 1 | -6/+6 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-31 | 1 | -1/+1 |
| | |||||
* | COMP: use kwsys_stl and not std:: | Bill Hoffman | 2008-01-31 | 2 | -36/+36 |
| | |||||
* | ENH: fix for vs 70 | Bill Hoffman | 2008-01-30 | 1 | -2/+2 |
| | |||||
* | ENH: enhancements for cdash, include system information and better time entries | Bill Hoffman | 2008-01-30 | 2 | -2/+14 |
| | |||||
* | COMP: Fix warnings on VS9. | Brad King | 2008-01-30 | 1 | -3/+3 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-30 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-29 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-28 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-27 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-26 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-25 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-24 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-23 | 1 | -1/+1 |
| | |||||
* | COMP: Remove inline keyword from forward declaration for VS9. | Brad King | 2008-01-22 | 1 | -2/+2 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-22 | 1 | -1/+1 |
| | |||||
* | COMP: Fix VS6 and old HP build. This source does not have the #define for hack. | Brad King | 2008-01-21 | 1 | -0/+12 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-21 | 1 | -1/+1 |
| | |||||
* | BUG: Fix previous commit to not access empty strings out of bounds. | Brad King | 2008-01-21 | 1 | -3/+3 |
| | |||||
* | BUG: Make sure search paths never have double-slashes. Leading with two ↵ | Brad King | 2008-01-20 | 1 | -10/+35 |
| | | | | slashes (//) on cygwin looks like a network path and delays while waiting for a non-existent machine. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-20 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-19 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-18 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-17 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-16 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-15 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-14 | 1 | -1/+1 |
| | |||||
* | ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added ↵ | Brad King | 2008-01-13 | 2 | -5/+40 |
| | | | | escape of ; for the VS IDE. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-13 | 1 | -1/+1 |
| | |||||
* | COMP: Fix build on borland. | Brad King | 2008-01-12 | 1 | -2/+2 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-12 | 1 | -1/+1 |
| | |||||
* | ENH: Add SystemTools::SplitPathRootComponent and re-implement SplitPath to ↵ | Brad King | 2008-01-11 | 2 | -40/+119 |
| | | | | use it. Add better treatment of user home directory paths. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-11 | 1 | -1/+1 |
| | |||||
* | BUG: Fix hang in Process_Kill on OS X caused by an OS bug in which a pipe ↵ | Brad King | 2008-01-10 | 1 | -39/+54 |
| | | | | read end cannot be closed if the pipe write end is open, the pipe is full, and another process is blocking waiting to write. Work around the problem by killing the children before closing the pipes. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-10 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-09 | 1 | -1/+1 |
| | |||||
* | ENH: figure out long long value | Bill Hoffman | 2008-01-08 | 2 | -3/+19 |
| | |||||
* | ENH: fix lots of warnings | Bill Hoffman | 2008-01-08 | 1 | -66/+74 |
| | |||||
* | 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 | 3 | -23/+25 |
| |