summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: fix std in kwsys, has to be kwsys_stlBill Hoffman2006-03-031-1/+1
* ENH: check in new find stuffBill Hoffman2006-03-021-16/+44
* ENH: fix for bug 28618, cmake.exe can not find itselfBill Hoffman2006-02-101-1/+4
* COMP: Fix problem with STL on HP, and fix reusing the same variable in for loopsAndy Cedilnik2006-02-081-19/+19
* COMP: Fix compile problem on windows and macAndy Cedilnik2006-02-071-2/+2
* COMP: Fix build problemAndy Cedilnik2006-02-071-2/+2
* ENH: Move relative path to kwsysAndy Cedilnik2006-02-071-0/+102
* ENH: by Bill make sure path is unix styleKen Martin2006-01-231-0/+1
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-171-6/+24
* ENH: add better support for framework linkingBill Hoffman2005-12-261-0/+11
* BUG: Return if the file is in any directory not just in first oneAndy Cedilnik2005-12-161-1/+4
* COMP: for a in range(100): write_on_board(No std in kwsys...)Andy Cedilnik2005-12-111-1/+1
* ENH: Add another signature to FindProgram that matches more to the one from C...Andy Cedilnik2005-12-101-0/+16
* ENH: Improved file modification time comparison on Windows to use GetFileAttr...Brad King2005-10-271-24/+6
* ENH: Add an accessor for the maximum file lengthAndy Cedilnik2005-10-121-9/+21
* BUG: Automatic pwd/cwd path translation must check that the generated logical...Brad King2005-08-171-28/+26
* ENH: add method to attempt to check if a file is text or binarySebastien Barre2005-07-281-0/+59
* COMP: Remove warning on windowsAndy Cedilnik2005-07-131-0/+1
* BUG: Revert the change to FileIsDirectory. Add FileIsSymlink and treat symlin...Andy Cedilnik2005-07-121-5/+19
* BUG: When removing directory, use lstat instead of stat to make sure that sym...Andy Cedilnik2005-07-121-0/+4
* ENH: add method to escape some chars in a stringSebastien Barre2005-06-131-0/+35
* COMP: Need windows.h even on cygwin to get CreateFile API.Brad King2005-06-091-1/+5
* COMP: warning.Bill Lorensen2005-05-281-1/+1
* ENH: add convenience function to convert Windows command line args into Unix ...Sebastien Barre2005-05-281-0/+103
* COMP: Added work-around to avoid warnings about unreferenced inline functions...Brad King2005-05-051-0/+21
* ENH: Add split that splits on arbitrary separatorAndy Cedilnik2005-05-041-0/+25
* COMP: Added pragma directives for SGI compilers to avoid useless warnings.Brad King2005-05-031-0/+3
* BUG: Looks like std::string changes the result of c_str() call. This fixes po...Andy Cedilnik2005-04-261-0/+2
* COMP: Fixed assignment-in-conditional warning.Brad King2005-04-221-1/+2
* ENH: move convenience method to get OS name and version from KWApp to KWSys.Sebastien Barre2005-04-151-0/+265
* BUG: Added missing variable initialization that was accidentally removed on t...Brad King2005-04-151-1/+1
* COMP: Removed extra variable initializations to avoid Borland warnings.Brad King2005-04-151-3/+2
* COMP: Adding work-around for CMake dependency scanning limitation. Any confi...Brad King2005-04-131-0/+10
* BUG: Fix GetFilenameName to not use uninitialized search position in win32 ve...Brad King2005-04-131-1/+1
* ENH: Speedup improvementsAndy Cedilnik2005-04-131-28/+44
* BUG: fix insert for 64 bitBill Hoffman2005-04-131-2/+2
* COMP: Fixed ambiguous call to insert method of string.Brad King2005-04-121-1/+2
* ENH: optimization of cwd and do not leak library handleBill Hoffman2005-04-121-8/+17
* BUG: fix GetLongPathName for WindowsNTBill Hoffman2005-04-111-10/+84
* BUG: fix build on mingwBill Hoffman2005-04-081-0/+5
* BUG: if short path or long path fails return the original inputBill Hoffman2005-04-071-2/+2
* ENH: check return value of GetLongPathBill Hoffman2005-04-071-1/+5
* BUG: fix for bug 1717 incorrect path sent to dart serverBill Hoffman2005-04-071-0/+20
* remove cerr stuffBill Hoffman2005-04-061-6/+0
* Fix bug in != stuffBill Hoffman2005-04-061-2/+7
* COMP: hack fix for old sgi until bootstrap is fixedBill Hoffman2005-04-061-1/+1
* ENH: SplitPath now supports slashes in both directions in the input path but ...Brad King2005-03-291-3/+3
* ENH: move EstimateFormatLength to kwsysSebastien Barre2005-03-281-0/+69
* ENH: Re-implemented CollapseFullPath to not need to change directories. Oper...Brad King2005-03-251-42/+64
* COMP: Using proper __QNX__ preprocessor test.Brad King2005-03-171-2/+2