summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* 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: .lib from a .dll should go in m_LibraryOutputPath not ↵Bill Hoffman2004-01-231-1/+1
| | | | m_ExecutableOutputPath
* BUG: jump over feature was not working for windowsBill Hoffman2004-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: 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
|
* 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
| | | | the library is different between the source and destination of the jump.
* ENH: Added JumpWithLibOut and JumpNoLibOut to test whether jumping over to ↵Brad King2004-01-221-0/+24
| | | | build a missing library works.
* BUG: CopyFileIfDifferent should return success if the files did not differ ↵Brad King2004-01-222-8/+18
| | | | or if the copy succeeded. It should return failure only if the files were different and the copy failed.
* BUG: ::Stdout method should flush cout after writing data.Brad King2004-01-211-1/+2
|
* 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
|
* BUG: Fixed buffer size in MakeXMLSafe.Brad King2004-01-211-1/+1
|
* BUG: Fix valgrind error. If working directory is not set do not do chdirAndy Cedilnik2004-01-211-9/+10
|
* BUG: if a test is not found, it should failBill Hoffman2004-01-211-1/+2
|
* ENH: make sure tests that are not run fail, and make sure that it does not ↵Bill Hoffman2004-01-211-7/+19
| | | | try to run directories with the same name as tests
* ENH: bug fix for IBM broken xlC 6.0.0.4 compilerBill Hoffman2004-01-201-1/+1
|
* ENH: dont do relative paths when nothing is relativeBill Hoffman2004-01-201-0/+4
|
* ERR: Fixed unused argument warning.Brad King2004-01-191-0/+1
|
* ERR: Must include Dart module after PROJECT command.Brad King2004-01-191-6/+8
|
* ENH: Added Dart testing configuration.Brad King2004-01-171-0/+15
|
* ENH: Added a recursive process execution test.Brad King2004-01-171-27/+100
|
* fix so that ctest is run even with bad cmake resultKen Martin2004-01-161-4/+10
|
* ERR: Disabling some borland warnings.Brad King2004-01-161-0/+4
|
* ENH: Handle spaces in the dart output of testAndy Cedilnik2004-01-151-2/+3
|
* ENH: Added more error state checks to RunSingleCommand.Brad King2004-01-151-0/+10
|
* ERR: Do not ignore argument after nocmakeAndy Cedilnik2004-01-131-1/+0
|
* ENH: add no cmake optionBill Hoffman2004-01-132-31/+42
|
* BUG: try to get access to work on borlandBill Hoffman2004-01-121-1/+3
|
* ENH: use access over stat for performanceBill Hoffman2004-01-121-2/+7
|
* ENH: Only look for executable until foundAndy Cedilnik2004-01-122-57/+58
|
* BUG: make sure property list is cleared between cache loadingsBill Hoffman2004-01-121-2/+7
|
* ENH: clean up the output some moreBill Hoffman2004-01-091-2/+8
|