- Apr 30, 2008
-
-
Brad King authored
BUG: Fix kwsysSystem_Shell_GetArgumentForWindows to reset the windows trailing backslash count to zero when a make variable reference is encountered.
-
- Jan 13, 2008
-
-
Brad King authored
ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added escape of ; for the VS IDE.
-
- May 18, 2007
-
-
Brad King authored
-
- May 17, 2007
- May 16, 2007
-
-
Brad King authored
-
- Oct 25, 2006
-
-
Brad King authored
-
- Oct 23, 2006
-
-
Brad King authored
-
- Oct 04, 2006
-
-
Brad King authored
ENH: Adding Shell_Flag_EchoWindows option to setup escapes for arguments to the native echo command in a shell. This special case is needed to avoid adding quotes when passing text to echo in a native windows shell which does no command line parsing at all.
-
- Sep 27, 2006
-
-
Brad King authored
ENH: Re-implemented command line argument shell quoting to support several platforms with one code base.
-
- Sep 21, 2006
-
-
Brad King authored
BUG: Windows_ShellArgument: need to escape if the string contains one of a set of special characters as well as spaces. Moved test for needing escapes to a separate method kwsysSystemWindowsShellArgumentNeedsEscape.
-
Brad King authored
ENH: Adding 'System' component of C sources to hold system tools written in C. Moved windows shell command line argument escaping code to kwsysSystem_Windows_ShellArgument and kwsysSystem_Windows_ShellArgumentSize.
-