summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: minor fortran fixesBill Hoffman2004-08-111-1/+4
* ENH: initial fortran supportBill Hoffman2004-08-061-0/+5
* ENH: Made RunSingleCommand take a double as its timeout length.Brad King2004-07-021-1/+1
* BUG: fix spaces in path on mingw, and change EXEC_PROGRAM to return false whe...Bill Hoffman2004-06-231-1/+14
* BUG: fix spaces in path with mingw and custom commandsBill Hoffman2004-06-221-19/+33
* ENH: speed up for NOTFOUNDBill Hoffman2004-05-211-4/+10
* BUG: back out change due to broken dashboardBill Hoffman2004-05-211-13/+3
* ENH: remove regex use where strcmp is fasterBill Hoffman2004-05-201-3/+13
* BUG: If the line ends without new-line character, Split should still return s...Andy Cedilnik2004-04-201-5/+2
* ERR: Fix crash. We should check output before appending to itAndy Cedilnik2004-02-241-3/+12
* ENH: Put Process execution errors in output and honor verbosityAndy Cedilnik2004-02-241-3/+18
* BUG: fix FMMBill Hoffman2004-01-271-1/+1
* ENH: Preserve permissions when copying filesAndy Cedilnik2004-01-261-1/+13
* ERR: Fix build problems on Visual Studio 6Andy Cedilnik2004-01-261-0/+1
* ENH: Add code for setting and getting permissionsAndy Cedilnik2004-01-261-0/+36
* ENH: Improve calling of RunSingle command and fix compile errorAndy Cedilnik2004-01-261-0/+3
* ENH: forgot return valueBill Hoffman2004-01-261-1/+2
* BUG: fix put/get env problemsBill Hoffman2004-01-261-0/+24
* BUG: ::Stdout method should flush cout after writing data.Brad King2004-01-211-1/+2
* ENH: dont do relative paths when nothing is relativeBill Hoffman2004-01-201-0/+4
* ENH: Added more error state checks to RunSingleCommand.Brad King2004-01-151-0/+10
* ENH: add new feature to ctest so that it can cmake, build and run a test exec...Bill Hoffman2004-01-071-3/+38
* BUG: Do not call cmsysProcess_GetErrorString unless GetState returns State_Er...Brad King2003-12-301-1/+1
* BUG: For consistency, use cmStdString. Also, there was a bug in SplitString w...Andy Cedilnik2003-12-261-7/+7
* ENH: add relative paths to visual studio 6 and 7 project filesBill Hoffman2003-12-221-2/+2
* ENH: add support for relative paths in makefilesBill Hoffman2003-12-221-0/+64
* ENH: Add initial memory check support which works for ValgrindAndy Cedilnik2003-12-151-2/+2
* BUG: Reimplemented ExpandListArguments to properly handle escaped backslashes...Brad King2003-12-081-59/+49
* bug fix to escaped semicolons in argumentsKen Martin2003-12-081-1/+3
* ENH: Removed pipe selection argument from WaitForData method in kwsysProcess....Brad King2003-12-051-3/+1
* ERR: Fixed unused parameter warnings.Brad King2003-11-261-5/+8
* ENH: Added CreateSymlink method.Brad King2003-11-261-0/+10
* BUG: Do not use std::string to accumulate output. Use std::vector instead. ...Brad King2003-11-261-1/+6
* ENH: Ok, no more argument needed for script modeAndy Cedilnik2003-10-301-0/+8
* ENH: add the unix makefile generator as an option from the windows GUI, this ...Bill Hoffman2003-08-211-0/+15
* ENH: Fix hidden console for ctestAndy Cedilnik2003-08-121-1/+4
* removed redundent includesKen Martin2003-08-101-1/+0
* ENH: Abstract parsing of arguments so that I can use it in other placesAndy Cedilnik2003-08-071-20/+27
* ENH: Hide windows for processes run by RunSingleCommand.Brad King2003-08-061-0/+1
* ENH: Improve paths on windowsAndy Cedilnik2003-08-041-1/+10
* ENH: Fix escaping on windowsAndy Cedilnik2003-08-041-14/+2
* ENH: Fix argument parsing on UNIX with spacesAndy Cedilnik2003-08-041-3/+15
* ENH: Add back the kwsysProcess RunCommand, now is in parallelAndy Cedilnik2003-08-041-1/+130
* ENH: Added escape support for ( and ).Brad King2003-07-091-0/+2
* ENH: Added support for # characters inside quoted arguments and for escaping ...Brad King2003-07-091-0/+1
* BUG: Parsing of arguments from string by RunCommand before passing to Process...Brad King2003-07-071-86/+252
* ENH: Using new Process SetWorkingDirectory method instead of manually impleme...Brad King2003-07-071-16/+1
* ENH: Using kwsys Process implementation to implement RunCommand.Brad King2003-07-071-249/+98
* ERR: Renamed superclass typedef from SystemTools to Superclass to avoid confl...Brad King2003-06-241-3/+3
* ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpr...Brad King2003-06-231-5/+5