Commit History

Autor SHA1 Mensaxe Data
  Brad King ec78910bac BUG: Reimplemented ExpandListArguments to properly handle escaped backslashes that occur right before semicolons. This is important for lists of paths ending in backslashes on windows. %!s(int64=22) %!d(string=hai) anos
  Ken Martin 06092a31fd bug fix to escaped semicolons in arguments %!s(int64=22) %!d(string=hai) anos
  Brad King ed853b5d70 ENH: Removed pipe selection argument from WaitForData method in kwsysProcess. This greatly simplifies its use. %!s(int64=22) %!d(string=hai) anos
  Brad King 8876adcd81 ERR: Fixed unused parameter warnings. %!s(int64=22) %!d(string=hai) anos
  Brad King 9a58ac6649 ENH: Added CreateSymlink method. %!s(int64=22) %!d(string=hai) anos
  Brad King 945fcb581d BUG: Do not use std::string to accumulate output. Use std::vector instead. This is much better at memory management. %!s(int64=22) %!d(string=hai) anos
  Andy Cedilnik d21532cd02 ENH: Ok, no more argument needed for script mode %!s(int64=22) %!d(string=hai) anos
  Bill Hoffman a413160fec ENH: add the unix makefile generator as an option from the windows GUI, this builds with mingw, cygwin, and combinations of make cl, bcc32 %!s(int64=22) %!d(string=hai) anos
  Andy Cedilnik d0c039e9a4 ENH: Fix hidden console for ctest %!s(int64=22) %!d(string=hai) anos
  Ken Martin 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
  Andy Cedilnik 028f5aa2c7 ENH: Abstract parsing of arguments so that I can use it in other places %!s(int64=22) %!d(string=hai) anos
  Brad King 999810bc52 ENH: Hide windows for processes run by RunSingleCommand. %!s(int64=22) %!d(string=hai) anos
  Andy Cedilnik 867f88a93f ENH: Improve paths on windows %!s(int64=22) %!d(string=hai) anos
  Andy Cedilnik 4515c33d32 ENH: Fix escaping on windows %!s(int64=22) %!d(string=hai) anos
  Andy Cedilnik d86d2fdf12 ENH: Fix argument parsing on UNIX with spaces %!s(int64=22) %!d(string=hai) anos
  Andy Cedilnik 8a31793c89 ENH: Add back the kwsysProcess RunCommand, now is in parallel %!s(int64=22) %!d(string=hai) anos
  Brad King a6fd6a0bae ENH: Added escape support for ( and ). %!s(int64=22) %!d(string=hai) anos
  Brad King 40c156dead ENH: Added support for # characters inside quoted arguments and for escaping # in a non-quoted argument. Improved parsing speed by not compiling regular expressions on blank lines. %!s(int64=22) %!d(string=hai) anos
  Brad King cbb1de923a BUG: Parsing of arguments from string by RunCommand before passing to Process execution does not work with backslashes in path names. Until this is fixed, we cannot use Process execution from kwsys. %!s(int64=22) %!d(string=hai) anos
  Brad King 7479303e01 ENH: Using new Process SetWorkingDirectory method instead of manually implementing it. %!s(int64=22) %!d(string=hai) anos
  Brad King ccc629702c ENH: Using kwsys Process implementation to implement RunCommand. %!s(int64=22) %!d(string=hai) anos
  Brad King 45e508f530 ERR: Renamed superclass typedef from SystemTools to Superclass to avoid conflict across platforms. %!s(int64=22) %!d(string=hai) anos
  Brad King 38482b46d1 ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression. %!s(int64=22) %!d(string=hai) anos
  Brad King dc3fd5c267 ENH: Merged use of kwsys library. %!s(int64=22) %!d(string=hai) anos
  Ken Martin 590460aaae new function %!s(int64=22) %!d(string=hai) anos
  Ken Martin ba68f771b3 yikes added new custom command support %!s(int64=22) %!d(string=hai) anos
  Bill Hoffman 8cb6645ad8 Remove some borland 6 warnings %!s(int64=22) %!d(string=hai) anos
  Berk Geveci 069ccd82f7 minor fix %!s(int64=22) %!d(string=hai) anos
  Andy Cedilnik 1b37104421 Try differentiating extensions %!s(int64=22) %!d(string=hai) anos
  Brad King 0aeb0b8892 BUG: strlen(buffer) from getline may be 2 less than gcount on windows because both the CR and LF characters may be removed. %!s(int64=22) %!d(string=hai) anos