summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ERR: Fix build on Mingw. Looks like Mingw is more like visual studio... Thank...Andy Cedilnik2004-01-271-1/+1
* fix for backup restoreKen Martin2004-01-271-11/+1
* ERR: And yet another set of constants for file permissionsAndy Cedilnik2004-01-271-1/+3
* ERR: Properly handle mode_t on borlandAndy Cedilnik2004-01-272-1/+2
* ERR Fix borlandAndy Cedilnik2004-01-261-1/+1
* BUG: Fix for spaces in pathAndy Cedilnik2004-01-261-2/+2
* ENH: Several windows bugs and fixesAndy Cedilnik2004-01-262-9/+17
* ENH: Add unix style install in file commandAndy Cedilnik2004-01-262-1/+144
* ENH: Preserve permissions when copying filesAndy Cedilnik2004-01-263-1/+18
* ERR: Fix build problems on Visual Studio 6Andy Cedilnik2004-01-262-0/+6
* ENH: Add code for setting and getting permissionsAndy Cedilnik2004-01-262-1/+41
* ENH: Improve calling of RunSingle command and fix compile errorAndy Cedilnik2004-01-262-2/+10
* ENH: forgot return valueBill Hoffman2004-01-261-1/+2
* ENH: Add support for CTestCustom.ctest, which modifies some behavior of ctestAndy Cedilnik2004-01-262-157/+368
* BUG: fix put/get env problemsBill Hoffman2004-01-266-69/+58
* ENH: fix for build on cygwin mingwBill Hoffman2004-01-261-0/+8
* ERR: Fix std:: namespaceAndy Cedilnik2004-01-262-2/+2
* ENH: Start adding new installation frameworkAndy Cedilnik2004-01-263-0/+240
* BUG: Due to backward ordering, Visual Studio GUIs need the link directories f...Brad King2004-01-241-0/+4
* BUG: .lib from a .dll should go in m_LibraryOutputPath not m_ExecutableOutput...Bill Hoffman2004-01-231-1/+1
* BUG: libdir was set wrong on windowsBill Hoffman2004-01-231-1/+1
* BUG: jump over feature was not working for windowsBill Hoffman2004-01-231-1/+1
* ENH: Fix urlAndy Cedilnik2004-01-231-1/+1
* BUG: fix for debug flags into project filesBill Hoffman2004-01-231-1/+29
* BUG: more fixes for relative path stuffBill Hoffman2004-01-231-3/+3
* ENH: Add nightly reportingAndy Cedilnik2004-01-231-1/+1
* ENH: use CFLAGS for testing for gnuBill Hoffman2004-01-231-1/+7
* ENH: More continuous e-mail stuffAndy Cedilnik2004-01-231-6/+4
* ENH: More continuous e-mail stuffAndy Cedilnik2004-01-231-0/+8
* ENH: convert the .o files to not have ./Bill Hoffman2004-01-231-2/+2
* BUG: Fix to build rule generation with relative paths.Brad King2004-01-233-23/+40
* ENH: Improving CMake continuous dashboards. Sending continuous email for all...Brad King2004-01-231-0/+5
* fixes to backup restore optionsKen Martin2004-01-232-32/+97
* STYLE: Deleted trailing whitespace.Brad King2004-01-231-15/+15
* ERR: Fixed project name for Jump tests.Brad King2004-01-231-2/+2
* ERR: Fixed function prototypes with zero arguments to be C-style.Brad King2004-01-222-6/+6
* BUG: If working directory does not exists, exitAndy Cedilnik2004-01-221-0/+1
* BUG: If at least one test fails, the percent cannot be greater than 99Andy Cedilnik2004-01-221-0/+4
* BUG: Fix jump-over-and-build for missing libraries when the relative path to ...Brad King2004-01-222-30/+10
* ENH: Improved test to have a different relative path name for libraries betwe...Brad King2004-01-225-19/+20
* ENH: Added JumpWithLibOut and JumpNoLibOut to test whether jumping over to bu...Brad King2004-01-221-0/+24
* BUG: CopyFileIfDifferent should return success if the files did not differ or...Brad King2004-01-222-8/+18
* ERR: Fixed post-build rule to copy shared library correctly.Brad King2004-01-221-6/+4
* ENH: Adding test for jumping over and building a missing library.Brad King2004-01-226-0/+47
* ENH: This will probably break some obscure version of gcc, but until then, ev...Andy Cedilnik2004-01-211-0/+4
* BUG: ::Stdout method should flush cout after writing data.Brad King2004-01-211-1/+2
* BUG#530: Using #error to report a nice error message if the C compiler is set...Brad King2004-01-211-1/+5
* BUG: Use return statement instead of exit.Brad King2004-01-211-1/+1
* BUG: empty method on std string is a test, and does not set the string to empty.Brad King2004-01-211-3/+3
* BUG: fix leakBill Hoffman2004-01-211-3/+6