summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* STYLE: Nightly Version updateAndy Cedilnik2005-05-061-1/+1
* ENH: backup of work in progressKen Martin2005-05-054-0/+3873
* BUG: If there is a fatal error, stop processing list fileAndy Cedilnik2005-05-051-0/+4
* BUG: Added space after /clean to avoid putting it together with the build con...Brad King2005-05-051-1/+1
* ENH: Add configuration file for kwsysAndy Cedilnik2005-05-051-0/+2
* ENH: Add new style ctest projectAndy Cedilnik2005-05-053-0/+49
* ENH: Add default configure rules for CMake projects and add default rules for...Andy Cedilnik2005-05-052-7/+89
* ENH: Add variable that holds cmake executableAndy Cedilnik2005-05-051-0/+2
* ENH: Add accessort for CMake executableAndy Cedilnik2005-05-051-0/+1
* ENH: Disabling test 6 on QNX until process killing can be resolved. It will ...Brad King2005-05-051-0/+7
* BUG: Fix logic for verboseAndy Cedilnik2005-05-051-1/+1
* COMP: Removed unused parameter warning.Brad King2005-05-051-1/+1
* COMP: Added work-around to avoid warnings about unreferenced inline functions...Brad King2005-05-051-0/+21
* COMP: Added initializer to avoid warning. It is not really needed, though.Brad King2005-05-051-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2005-05-051-1/+1
* ENH: Add split that splits on arbitrary separatorAndy Cedilnik2005-05-042-0/+26
* ENH: Allow spaces in update commandAndy Cedilnik2005-05-041-0/+2
* ENH: Improve syntaxAndy Cedilnik2005-05-0411-58/+246
* BUG: Fix bootstrap test on machines with spaces in the pathAndy Cedilnik2005-05-041-3/+6
* ENH: Expose ConvertToUnixOutputPathAndy Cedilnik2005-05-041-2/+3
* STYLE: Nightly Version updateAndy Cedilnik2005-05-041-1/+1
* ENH: Add Site and BuildName, make sure that the rest of the default -S rule d...Andy Cedilnik2005-05-033-4/+8
* ENH: No need to convert to output pathAndy Cedilnik2005-05-031-1/+0
* COMP: Removed warnings about unreachable code and constant control expression...Brad King2005-05-034-133/+8
* COMP: Added pragma directives for SGI compilers to avoid useless warnings.Brad King2005-05-038-0/+46
* COMP: Changed while(1) to for(;;) to avoid warning about constant control exp...Brad King2005-05-032-2/+2
* COMP: Removed stray semicolon.Brad King2005-05-031-4/+4
* COMP: Added hack to avoid SGI termios.h warnings.Brad King2005-05-031-0/+19
* COMP: Need #undef ECHO to avoid conflict with system ECHO definition.Brad King2005-05-032-0/+2
* COMP: Changed type of regmlen to avoid warnings when other lengths are conver...Brad King2005-05-031-1/+1
* ENH: Adding test of running executable with forward slashes on windows.Brad King2005-05-031-0/+24
* ENH: CleanupsAndy Cedilnik2005-05-0314-108/+108
* ENH: Promote submit into a full handler, add test and submit command and do s...Andy Cedilnik2005-05-0312-211/+488
* STYLE: Nightly Version updateAndy Cedilnik2005-05-031-1/+1
* ENH: Make ctest build command workAndy Cedilnik2005-05-023-0/+41
* ENH: Make AddCMakePath publicAndy Cedilnik2005-05-021-5/+5
* ENH: Make FindMakeProgram publicAndy Cedilnik2005-05-021-3/+8
* ENH: More commands. Start working on new style ctest configurationAndy Cedilnik2005-05-0211-19/+358
* STYLE: Nightly Version updateAndy Cedilnik2005-05-021-1/+1
* STYLE: Nightly Version updateAndy Cedilnik2005-05-011-1/+1
* COMP: Remove warningAndy Cedilnik2005-04-301-0/+1
* STYLE: Nightly Version updateAndy Cedilnik2005-04-301-1/+1
* ENH: Try to see if GenerateBuildCommand produces apropriate resultAndy Cedilnik2005-04-291-4/+10
* ENH: Add option to ignore errors. Only works on makeAndy Cedilnik2005-04-298-17/+29
* COMP: Converting INSTALL->ALL_BUILD dependency implementation to use the AddU...Brad King2005-04-296-81/+35
* COMP: Remove warningAndy Cedilnik2005-04-291-0/+3
* ENH: make install depend on allBill Hoffman2005-04-291-1/+9
* STYLE: Nightly Version updateAndy Cedilnik2005-04-291-1/+1
* ENH: Start working on command that will abstract generating of build commandAndy Cedilnik2005-04-282-37/+20
* ENH: Start working on a method that abstracts generating of build commandAndy Cedilnik2005-04-284-77/+27