3999 Commits

Author SHA1 Message Date
Bill Hoffman
6b6971a2c2 BUG: fix FMM 2004-01-27 14:51:18 -05:00
Andy Cedilnik
d13e30f3ae ENH: Make install on windows seems to work now 2004-01-27 12:37:30 -05:00
Andy Cedilnik
127872e820 ERR: Fix build on Mingw. Looks like Mingw is more like visual studio... Thanks Fred Wheeler 2004-01-27 09:53:33 -05:00
Ken Martin
bcd194fa06 fix for backup restore 2004-01-27 09:42:57 -05:00
Andy Cedilnik
f33c01b98a ERR: And yet another set of constants for file permissions 2004-01-27 09:05:31 -05:00
Andy Cedilnik
fb228e73c8 ERR: Properly handle mode_t on borland 2004-01-27 09:05:01 -05:00
Andy Cedilnik
1089ec27a1 ERR Fix borland 2004-01-26 17:52:48 -05:00
Andy Cedilnik
6eed8b55dd BUG: Fix for spaces in path 2004-01-26 16:29:36 -05:00
Andy Cedilnik
5c8c6fa3da ENH: Several windows bugs and fixes 2004-01-26 16:24:35 -05:00
Andy Cedilnik
dae3e140ae ENH: Add unix style install in file command 2004-01-26 16:05:58 -05:00
Andy Cedilnik
09421a261c ENH: Preserve permissions when copying files 2004-01-26 15:50:38 -05:00
Andy Cedilnik
900ad59867 ERR: Fix build problems on Visual Studio 6 2004-01-26 15:03:09 -05:00
Andy Cedilnik
7527fbccc2 ENH: Add code for setting and getting permissions 2004-01-26 14:55:57 -05:00
Andy Cedilnik
0217af3b58 ENH: Improve calling of RunSingle command and fix compile error 2004-01-26 14:41:29 -05:00
Bill Hoffman
1d958cad60 ENH: forgot return value 2004-01-26 14:00:22 -05:00
Andy Cedilnik
2db971afb4 ENH: Add support for CTestCustom.ctest, which modifies some behavior of ctest 2004-01-26 13:57:26 -05:00
Bill Hoffman
222e9a2876 BUG: fix put/get env problems 2004-01-26 13:32:46 -05:00
Bill Hoffman
dd7f85a9dc ENH: fix for build on cygwin mingw 2004-01-26 13:32:20 -05:00
Andy Cedilnik
7608d3f586 ERR: Fix std:: namespace 2004-01-25 19:30:24 -05:00
Andy Cedilnik
797db2bd82 ENH: Start adding new installation framework 2004-01-25 19:25:26 -05:00
Brad King
3b5139a3d8 BUG: Due to backward ordering, Visual Studio GUIs need the link directories for the libraries the first time. 2004-01-24 12:52:14 -05:00
Bill Hoffman
a588dbcba1 BUG: .lib from a .dll should go in m_LibraryOutputPath not m_ExecutableOutputPath 2004-01-23 15:17:21 -05:00
Bill Hoffman
1a31bb2056 BUG: libdir was set wrong on windows 2004-01-23 13:43:58 -05:00
Bill Hoffman
927b2b419c BUG: jump over feature was not working for windows 2004-01-23 13:43:33 -05:00
Andy Cedilnik
5d069cdad7 ENH: Fix url 2004-01-23 13:19:46 -05:00
Bill Hoffman
8685faba69 BUG: fix for debug flags into project files 2004-01-23 13:01:52 -05:00
Bill Hoffman
bcc0b4018d BUG: more fixes for relative path stuff 2004-01-23 13:01:28 -05:00
Andy Cedilnik
ae0f6d9207 ENH: Add nightly reporting 2004-01-23 12:46:49 -05:00
Bill Hoffman
e7295161f7 ENH: use CFLAGS for testing for gnu 2004-01-23 12:40:03 -05:00
Andy Cedilnik
16711ab57c ENH: More continuous e-mail stuff 2004-01-23 11:27:26 -05:00
Andy Cedilnik
0f5f691eb0 ENH: More continuous e-mail stuff 2004-01-23 11:26:50 -05:00
Bill Hoffman
cfe6aee59b ENH: convert the .o files to not have ./ 2004-01-23 11:22:48 -05:00
Brad King
ed1c2573aa BUG: Fix to build rule generation with relative paths. 2004-01-23 09:54:50 -05:00
Brad King
15fb761319 ENH: Improving CMake continuous dashboards. Sending continuous email for all kinds of failures. 2004-01-23 09:48:29 -05:00
Ken Martin
da76ed122f fixes to backup restore options 2004-01-23 09:44:47 -05:00
Brad King
01e4c82bb4 STYLE: Deleted trailing whitespace. 2004-01-23 08:53:51 -05:00
Brad King
58814ba30e ERR: Fixed project name for Jump tests. 2004-01-23 08:51:19 -05:00
Brad King
9651c9d996 ERR: Fixed function prototypes with zero arguments to be C-style. 2004-01-22 14:44:44 -05:00
Andy Cedilnik
9cf5bb4bb0 BUG: If working directory does not exists, exit 2004-01-22 11:16:43 -05:00
Andy Cedilnik
c1ba581da4 BUG: If at least one test fails, the percent cannot be greater than 99 2004-01-22 11:10:03 -05:00
Brad King
fad0651d84 BUG: Fix jump-over-and-build for missing libraries when the relative path to the library is different between the source and destination of the jump. 2004-01-22 10:54:15 -05:00
Brad King
a4aab3b677 ENH: Improved test to have a different relative path name for libraries between the Executable and Library directories. 2004-01-22 10:51:34 -05:00
Brad King
778af637ea ENH: Added JumpWithLibOut and JumpNoLibOut to test whether jumping over to build a missing library works. 2004-01-22 10:36:14 -05:00
Brad King
49bd89fe31 BUG: CopyFileIfDifferent should return success if the files did not differ or if the copy succeeded. It should return failure only if the files were different and the copy failed. 2004-01-22 10:30:01 -05:00
Brad King
f9a3f74d87 ERR: Fixed post-build rule to copy shared library correctly. 2004-01-22 10:23:20 -05:00
Brad King
3a33f2c338 ENH: Adding test for jumping over and building a missing library. 2004-01-22 09:56:24 -05:00
Andy Cedilnik
8bd124e7d0 ENH: This will probably break some obscure version of gcc, but until then, everybody doing profiling will be happy 2004-01-21 18:39:54 -05:00
Brad King
f86424414f BUG: ::Stdout method should flush cout after writing data. 2004-01-21 15:55:47 -05:00
Brad King
802cc38344 BUG#530: Using #error to report a nice error message if the C compiler is set to a C++ compiler. 2004-01-21 15:11:48 -05:00
Brad King
af81df2542 BUG: Use return statement instead of exit. 2004-01-21 15:08:55 -05:00