summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: Nightly Date StampBrad King2008-02-011-2/+2
|
* ENH: try to fix hp and vs 6, again...Bill Hoffman2008-02-011-6/+7
|
* ENH: fixes for borlandBill Hoffman2008-01-311-4/+6
|
* ENH: fix for qnx, I hope, and fix indent stuffBill Hoffman2008-01-311-20/+22
|
* ENH: fix build errors with asm stuff on mingw and hopefully win64Bill Hoffman2008-01-311-20/+29
|
* ENH: fix build for mingwBill Hoffman2008-01-311-20/+20
|
* ENH: split into implementation and interface class to clean up namespace ↵Bill Hoffman2008-01-312-288/+510
| | | | issues with #define stuff
* BUG: Need to install cstddef header.Brad King2008-01-311-0/+9
|
* STYLE: Work-around std:: check since this is a platform test.Brad King2008-01-311-4/+4
|
* STYLE: Remove references to std:: inside KWSys, even in comments. This will ↵Brad King2008-01-313-7/+7
| | | | allow a commit check to be added.
* COMP: Replace kwsys_stl:: with kwsys_ios:: for streams access.Brad King2008-01-311-6/+6
|
* STYLE: Nightly Date StampBrad King2008-01-311-1/+1
|
* COMP: use kwsys_stl and not std::Bill Hoffman2008-01-312-36/+36
|
* ENH: fix for vs 70Bill Hoffman2008-01-301-2/+2
|
* ENH: enhancements for cdash, include system information and better time entriesBill Hoffman2008-01-302-2/+14
|
* COMP: Fix warnings on VS9.Brad King2008-01-301-3/+3
|
* STYLE: Nightly Date StampBrad King2008-01-301-1/+1
|
* STYLE: Nightly Date StampBrad King2008-01-291-1/+1
|
* STYLE: Nightly Date StampBrad King2008-01-281-1/+1
|
* STYLE: Nightly Date StampBrad King2008-01-271-1/+1
|
* STYLE: Nightly Date StampBrad King2008-01-261-1/+1
|
* STYLE: Nightly Date StampBrad King2008-01-251-1/+1
|
* STYLE: Nightly Date StampBrad King2008-01-241-1/+1
|
* STYLE: Nightly Date StampBrad King2008-01-231-1/+1
|
* COMP: Remove inline keyword from forward declaration for VS9.Brad King2008-01-221-2/+2
|
* STYLE: Nightly Date StampBrad King2008-01-221-1/+1
|
* COMP: Fix VS6 and old HP build. This source does not have the #define for hack.Brad King2008-01-211-0/+12
|
* STYLE: Nightly Date StampBrad King2008-01-211-1/+1
|
* BUG: Fix previous commit to not access empty strings out of bounds.Brad King2008-01-211-3/+3
|
* BUG: Make sure search paths never have double-slashes. Leading with two ↵Brad King2008-01-201-10/+35
| | | | slashes (//) on cygwin looks like a network path and delays while waiting for a non-existent machine.
* STYLE: Nightly Date StampBrad King2008-01-201-1/+1
|
* STYLE: Nightly Date StampBrad King2008-01-191-1/+1
|
* STYLE: Nightly Date StampBrad King2008-01-181-1/+1
|
* STYLE: Nightly Date StampBrad King2008-01-171-1/+1
|
* STYLE: Nightly Date StampBrad King2008-01-161-1/+1
|
* STYLE: Nightly Date StampBrad King2008-01-151-1/+1
|
* STYLE: Nightly Date StampBrad King2008-01-141-1/+1
|
* ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added ↵Brad King2008-01-132-5/+40
| | | | escape of ; for the VS IDE.
* STYLE: Nightly Date StampBrad King2008-01-131-1/+1
|
* COMP: Fix build on borland.Brad King2008-01-121-2/+2
|
* STYLE: Nightly Date StampBrad King2008-01-121-1/+1
|
* ENH: Add SystemTools::SplitPathRootComponent and re-implement SplitPath to ↵Brad King2008-01-112-40/+119
| | | | use it. Add better treatment of user home directory paths.
* STYLE: Nightly Date StampBrad King2008-01-111-1/+1
|
* BUG: Fix hang in Process_Kill on OS X caused by an OS bug in which a pipe ↵Brad King2008-01-101-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 StampBrad King2008-01-101-1/+1
|
* STYLE: Nightly Date StampBrad King2008-01-091-1/+1
|
* ENH: figure out long long valueBill Hoffman2008-01-082-3/+19
|
* ENH: fix lots of warningsBill Hoffman2008-01-081-66/+74
|
* ENH: turn off for nowBill Hoffman2008-01-081-1/+1
|
* ENH: fix leaks and turn on by defaultBill Hoffman2008-01-083-23/+25
|