Bill Hoffman
|
ef8385744b
BUG: allow split string to know if it is separating a path
|
před 21 roky |
Bill Hoffman
|
78e8f12b86
BUG: fix and comment relative path funciton
|
před 21 roky |
Andy Cedilnik
|
3fc7dc5e70
ENH: Move permissions code to kwsys so that copyfile can use it. Fixes Bug #1133 - cmake -E copy file dir sets the wrong permissions on the destination directory
|
před 21 roky |
Bill Hoffman
|
2a1bbabb6b
ENH: minor fortran fixes
|
před 21 roky |
Bill Hoffman
|
9655299f08
ENH: initial fortran support
|
před 21 roky |
Brad King
|
40a5bad916
ENH: Made RunSingleCommand take a double as its timeout length.
|
před 21 roky |
Bill Hoffman
|
2705b1bf73
BUG: fix spaces in path on mingw, and change EXEC_PROGRAM to return false when it does not run, also do not convert the directory to an output path for EXEC_PROGRAM as this is done by the process execution, and doing it twice may cause trouble on some shells.
|
před 21 roky |
Bill Hoffman
|
f1842f9137
BUG: fix spaces in path with mingw and custom commands
|
před 21 roky |
Bill Hoffman
|
f49e76899c
ENH: speed up for NOTFOUND
|
před 21 roky |
Bill Hoffman
|
35cacf367b
BUG: back out change due to broken dashboard
|
před 21 roky |
Bill Hoffman
|
66288b115e
ENH: remove regex use where strcmp is faster
|
před 21 roky |
Andy Cedilnik
|
61f602d668
BUG: If the line ends without new-line character, Split should still return something
|
před 21 roky |
Andy Cedilnik
|
6ab87555ea
ERR: Fix crash. We should check output before appending to it
|
před 22 roky |
Andy Cedilnik
|
c6c1f70012
ENH: Put Process execution errors in output and honor verbosity
|
před 22 roky |
Bill Hoffman
|
6b6971a2c2
BUG: fix FMM
|
před 22 roky |
Andy Cedilnik
|
09421a261c
ENH: Preserve permissions when copying files
|
před 22 roky |
Andy Cedilnik
|
900ad59867
ERR: Fix build problems on Visual Studio 6
|
před 22 roky |
Andy Cedilnik
|
7527fbccc2
ENH: Add code for setting and getting permissions
|
před 22 roky |
Andy Cedilnik
|
0217af3b58
ENH: Improve calling of RunSingle command and fix compile error
|
před 22 roky |
Bill Hoffman
|
1d958cad60
ENH: forgot return value
|
před 22 roky |
Bill Hoffman
|
222e9a2876
BUG: fix put/get env problems
|
před 22 roky |
Brad King
|
f86424414f
BUG: ::Stdout method should flush cout after writing data.
|
před 22 roky |
Bill Hoffman
|
1690c45626
ENH: dont do relative paths when nothing is relative
|
před 22 roky |
Brad King
|
79a1734269
ENH: Added more error state checks to RunSingleCommand.
|
před 22 roky |
Bill Hoffman
|
2c2291bbe0
ENH: add new feature to ctest so that it can cmake, build and run a test executable
|
před 22 roky |
Brad King
|
bcd4f87414
BUG: Do not call cmsysProcess_GetErrorString unless GetState returns State_Error.
|
před 22 roky |
Andy Cedilnik
|
32accc1607
BUG: For consistency, use cmStdString. Also, there was a bug in SplitString which make it lose the first character.
|
před 22 roky |
Bill Hoffman
|
0bdb092a01
ENH: add relative paths to visual studio 6 and 7 project files
|
před 22 roky |
Bill Hoffman
|
eb9fc21543
ENH: add support for relative paths in makefiles
|
před 22 roky |
Andy Cedilnik
|
5b232ded15
ENH: Add initial memory check support which works for Valgrind
|
před 22 roky |