Brad King
|
a6fd6a0bae
ENH: Added escape support for ( and ).
|
před 22 roky |
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.
|
před 22 roky |
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.
|
před 22 roky |
Brad King
|
7479303e01
ENH: Using new Process SetWorkingDirectory method instead of manually implementing it.
|
před 22 roky |
Brad King
|
ccc629702c
ENH: Using kwsys Process implementation to implement RunCommand.
|
před 22 roky |
Brad King
|
45e508f530
ERR: Renamed superclass typedef from SystemTools to Superclass to avoid conflict across platforms.
|
před 22 roky |
Brad King
|
38482b46d1
ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression.
|
před 22 roky |
Brad King
|
dc3fd5c267
ENH: Merged use of kwsys library.
|
před 22 roky |
Ken Martin
|
590460aaae
new function
|
před 22 roky |
Ken Martin
|
ba68f771b3
yikes added new custom command support
|
před 22 roky |
Bill Hoffman
|
8cb6645ad8
Remove some borland 6 warnings
|
před 22 roky |
Berk Geveci
|
069ccd82f7
minor fix
|
před 22 roky |
Andy Cedilnik
|
1b37104421
Try differentiating extensions
|
před 22 roky |
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.
|
před 22 roky |
Andy Cedilnik
|
4d9b5d5ef1
Remove warnings
|
před 22 roky |
Andy Cedilnik
|
a9875aa62f
Implement GetLineFromStream that actually works and use it instead of getline
|
před 22 roky |
Andy Cedilnik
|
84d15bf00e
Synchronize extension lists
|
před 22 roky |
Brad King
|
d9cda28701
BUG: FindLibrary should not accept a directory even if the exact specified name exists.
|
před 22 roky |
Brad King
|
3453d10412
ERR: Added missing include for msvc.
|
před 23 roky |
Brad King
|
1f55680332
ENH: Added cmDocumentation class to generate various forms of documentation. Each executable will be able to generate its own documentation.
|
před 23 roky |
Bill Hoffman
|
badbd8dc8d
Fix for include optional
|
před 23 roky |
Brad King
|
cde384411d
Several fixes/improvements:
|
před 23 roky |
Bill Hoffman
|
bb3f5e7250
ENH: spelling error fix
|
před 23 roky |
Bill Hoffman
|
62b612fbf8
add better testing for unlink
|
před 23 roky |
Bill Hoffman
|
f58d7df66a
ENH: add checking for NOTFOUND
|
před 23 roky |
Bill Hoffman
|
2f4ea98a4c
add a fatal error, and make sure c and c++ compilers work before using them
|
před 23 roky |
Brad King
|
6d54cfb030
ENH: Improved CopyFile error messages.
|
před 23 roky |
Andy Cedilnik
|
6e4712d6ed
Fix problem on windows with network paths
|
před 23 roky |
Bill Hoffman
|
7c9c1c599d
ENH: handle // in the path
|
před 23 roky |
Brad King
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
před 23 roky |