summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Andy Cedilnik2005-05-033-4/+8
| | | | does not happen, and make sure that new tag will be created
* ENH: No need to convert to output pathAndy Cedilnik2005-05-031-1/+0
|
* COMP: Removed warnings about unreachable code and constant control ↵Brad King2005-05-034-133/+8
| | | | expressions. Added the changes to the instructions in the input lex files.
* 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 ↵Brad King2005-05-032-2/+2
| | | | expression.
* 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 ↵Brad King2005-05-031-1/+1
| | | | converted to it.
* 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 ↵Andy Cedilnik2005-05-0312-211/+488
| | | | some cleanups
* 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 ↵Brad King2005-04-296-81/+35
| | | | AddUtility method on a target. This significantly simplifies the implementation and removes warnings about hiding virtual functions.
* 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
|
* ENH: Start working on command that will abstract generating of build commandAndy Cedilnik2005-04-282-23/+33
|
* ENH: Added dependency from INSTALL target to ALL_BUILD target so that ↵Brad King2005-04-286-23/+94
| | | | targets build before being installed.
* BUG: Avoid infinite loop during installation.Brad King2005-04-282-0/+8
|
* BUG: Extending all timeouts to help out slower machines.Brad King2005-04-281-3/+3
|
* ENH: Add internal errorAndy Cedilnik2005-04-281-0/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-04-281-1/+1
|
* ENH: Added dependency on all for install rule to make sure build is up to ↵Brad King2005-04-271-2/+9
| | | | date before installing. This behavior can be disabled by setting CMAKE_SKIP_INSTALL_ALL_DEPENDENCY to true.
* BUG: Do not leave ../ in the full path to a source file. Using ↵Brad King2005-04-271-27/+8
| | | | CollapseFullPath simplifies the code anyway.
* BUG: Extending timeout of test 6 from 0.1 seconds to 3 seconds. This should ↵Brad King2005-04-271-1/+1
| | | | avoid missed signals and intermittent failures.
* BUG: Use copy to produce doc1pre.txt instead of echo. The redirection does ↵Brad King2005-04-271-1/+1
| | | | not like forward slashes on Win9x.
* STYLE: Nightly Version updateAndy Cedilnik2005-04-271-1/+1
|
* BUG: Fix try-compile for sys/prctl.h. It needs to include sys/types.h first ↵Brad King2005-04-262-2/+5
| | | | according to the man page.
* ENH: Removing stdio_core hack. A better work-around has been put in ↵Brad King2005-04-264-22/+0
| | | | cmStandardIncludes.h.
* COMP: Adding inclusion of stdarg.h to work-around SGI header bug in 7.4.2m.Brad King2005-04-261-0/+2
|
* ENH: Added pre-build and post-build test for custom targets.Brad King2005-04-261-1/+20
|