Brad King
|
e2ec4a1845
ENH: Adding kwsys::SystemTools::FileTimeCompare method to compare file modification times with the highest resolution possible on the file system.
|
21 lat temu |
Bill Hoffman
|
626be7884a
FIX: go back to not trying to handle spaces in the path for run single command and comment it so that people know to call the right thing
|
21 lat temu |
Brad King
|
b4176dcab9
ENH: Added FileTimeCompare method to compare file modification times. Currently the resolution is limited to one second.
|
21 lat temu |
Bill Hoffman
|
ef8385744b
BUG: allow split string to know if it is separating a path
|
21 lat temu |
Bill Hoffman
|
78e8f12b86
BUG: fix and comment relative path funciton
|
21 lat temu |
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
|
21 lat temu |
Bill Hoffman
|
3e2e0d5d63
BUG: fixes for mingw and CMakesetup with spaces in the source directory
|
21 lat temu |
Bill Hoffman
|
9655299f08
ENH: initial fortran support
|
21 lat temu |
Brad King
|
40a5bad916
ENH: Made RunSingleCommand take a double as its timeout length.
|
21 lat temu |
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.
|
21 lat temu |
Berk Geveci
|
ec3a119480
BUG: When error occurs, try compiles should still work
|
21 lat temu |
Andy Cedilnik
|
fb228e73c8
ERR: Properly handle mode_t on borland
|
22 lat temu |
Andy Cedilnik
|
09421a261c
ENH: Preserve permissions when copying files
|
22 lat temu |
Andy Cedilnik
|
7527fbccc2
ENH: Add code for setting and getting permissions
|
22 lat temu |
Bill Hoffman
|
222e9a2876
BUG: fix put/get env problems
|
22 lat temu |
Bill Hoffman
|
2c2291bbe0
ENH: add new feature to ctest so that it can cmake, build and run a test executable
|
22 lat temu |
Andy Cedilnik
|
32accc1607
BUG: For consistency, use cmStdString. Also, there was a bug in SplitString which make it lose the first character.
|
22 lat temu |
Bill Hoffman
|
eb9fc21543
ENH: add support for relative paths in makefiles
|
22 lat temu |
Andy Cedilnik
|
5b232ded15
ENH: Add initial memory check support which works for Valgrind
|
22 lat temu |
Brad King
|
9a58ac6649
ENH: Added CreateSymlink method.
|
22 lat temu |
Andy Cedilnik
|
d21532cd02
ENH: Ok, no more argument needed for script mode
|
22 lat temu |
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
|
22 lat temu |
Andy Cedilnik
|
028f5aa2c7
ENH: Abstract parsing of arguments so that I can use it in other places
|
22 lat temu |
Andy Cedilnik
|
8a31793c89
ENH: Add back the kwsysProcess RunCommand, now is in parallel
|
22 lat temu |
Brad King
|
45e508f530
ERR: Renamed superclass typedef from SystemTools to Superclass to avoid conflict across platforms.
|
22 lat temu |
Brad King
|
4435e364b8
ERR: Typedefs are not inherited on SGI and Borland.
|
22 lat temu |
Brad King
|
dc3fd5c267
ENH: Merged use of kwsys library.
|
22 lat temu |
Ken Martin
|
590460aaae
new function
|
22 lat temu |
Ken Martin
|
ba68f771b3
yikes added new custom command support
|
22 lat temu |
Andy Cedilnik
|
a9875aa62f
Implement GetLineFromStream that actually works and use it instead of getline
|
22 lat temu |