Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | ENH: add missing file | Bill Hoffman | 2008-01-08 | 2 | -1/+54 |
| | |||||
* | ENH: add new system information class for use in ctest | Bill Hoffman | 2008-01-08 | 3 | -2/+2982 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-08 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-06 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-05 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-04 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-03 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-02 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-01-01 | 1 | -3/+3 |
| |