Brad King
|
f86424414f
BUG: ::Stdout method should flush cout after writing data.
|
há 22 anos atrás |
Bill Hoffman
|
1690c45626
ENH: dont do relative paths when nothing is relative
|
há 22 anos atrás |
Brad King
|
79a1734269
ENH: Added more error state checks to RunSingleCommand.
|
há 22 anos atrás |
Bill Hoffman
|
2c2291bbe0
ENH: add new feature to ctest so that it can cmake, build and run a test executable
|
há 22 anos atrás |
Brad King
|
bcd4f87414
BUG: Do not call cmsysProcess_GetErrorString unless GetState returns State_Error.
|
há 22 anos atrás |
Andy Cedilnik
|
32accc1607
BUG: For consistency, use cmStdString. Also, there was a bug in SplitString which make it lose the first character.
|
há 22 anos atrás |
Bill Hoffman
|
0bdb092a01
ENH: add relative paths to visual studio 6 and 7 project files
|
há 22 anos atrás |
Bill Hoffman
|
eb9fc21543
ENH: add support for relative paths in makefiles
|
há 22 anos atrás |
Andy Cedilnik
|
5b232ded15
ENH: Add initial memory check support which works for Valgrind
|
há 22 anos atrás |
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.
|
há 22 anos atrás |
Ken Martin
|
06092a31fd
bug fix to escaped semicolons in arguments
|
há 22 anos atrás |
Brad King
|
ed853b5d70
ENH: Removed pipe selection argument from WaitForData method in kwsysProcess. This greatly simplifies its use.
|
há 22 anos atrás |
Brad King
|
8876adcd81
ERR: Fixed unused parameter warnings.
|
há 22 anos atrás |
Brad King
|
9a58ac6649
ENH: Added CreateSymlink method.
|
há 22 anos atrás |
Brad King
|
945fcb581d
BUG: Do not use std::string to accumulate output. Use std::vector instead. This is much better at memory management.
|
há 22 anos atrás |
Andy Cedilnik
|
d21532cd02
ENH: Ok, no more argument needed for script mode
|
há 22 anos atrás |
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
|
há 22 anos atrás |
Andy Cedilnik
|
d0c039e9a4
ENH: Fix hidden console for ctest
|
há 22 anos atrás |
Ken Martin
|
072db6ad70
removed redundent includes
|
há 22 anos atrás |
Andy Cedilnik
|
028f5aa2c7
ENH: Abstract parsing of arguments so that I can use it in other places
|
há 22 anos atrás |
Brad King
|
999810bc52
ENH: Hide windows for processes run by RunSingleCommand.
|
há 22 anos atrás |
Andy Cedilnik
|
867f88a93f
ENH: Improve paths on windows
|
há 22 anos atrás |
Andy Cedilnik
|
4515c33d32
ENH: Fix escaping on windows
|
há 22 anos atrás |
Andy Cedilnik
|
d86d2fdf12
ENH: Fix argument parsing on UNIX with spaces
|
há 22 anos atrás |
Andy Cedilnik
|
8a31793c89
ENH: Add back the kwsysProcess RunCommand, now is in parallel
|
há 22 anos atrás |
Brad King
|
a6fd6a0bae
ENH: Added escape support for ( and ).
|
há 22 anos atrás |
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.
|
há 22 anos atrás |
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.
|
há 22 anos atrás |
Brad King
|
7479303e01
ENH: Using new Process SetWorkingDirectory method instead of manually implementing it.
|
há 22 anos atrás |
Brad King
|
ccc629702c
ENH: Using kwsys Process implementation to implement RunCommand.
|
há 22 anos atrás |