summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* removed duplicate includesKen Martin2003-08-103-3/+0
|
* removed duplicate includeKen Martin2003-08-101-1/+0
|
* ERR: Rename some variables to remove shadow warningAndy Cedilnik2003-08-091-6/+6
|
* ENH: Add regression images supportAndy Cedilnik2003-08-082-8/+146
|
* ENH: Better output and use RunMakeCommand for configureAndy Cedilnik2003-08-081-8/+30
|
* ENH: Cleanups and add missing CMakeOutput.log and CMakeError.log appending. ↵Andy Cedilnik2003-08-0821-47/+135
| | | | Close Bug #136 - Verify that all modules that do try compile produce CMakeError.log and CMakeOutput.log
* added stdioKen Martin2003-08-081-0/+1
|
* fid post build iue on vs6 utility targetsKen Martin2003-08-081-1/+36
|
* EHN: Also display Configure.h and Configure.hxx from cmsysAndy Cedilnik2003-08-081-0/+2
|
* ENH: When fixing cache value with uninitialized type, collapse full paths ↵Andy Cedilnik2003-08-081-0/+20
| | | | for PATH and FILEPATH. Closes Bug #82 - Specifying relative path when entering path can break things
* ENH: Handle untyped but initialized values for boolean AddCacheDefinition. ↵Andy Cedilnik2003-08-081-2/+10
| | | | Closes Bug #118 - Specifying cache entries with -D should not need the type
* ENH: Get accessor for cache value as booleanAndy Cedilnik2003-08-082-0/+6
|
* remove shadowed variableKen Martin2003-08-081-2/+2
|
* ERR: Fixed use of != operator for std::string on old broken compilers.Brad King2003-08-081-2/+2
|
* ENH: Add help for cmake -EAndy Cedilnik2003-08-081-0/+4
|
* ENH: Flush the output file, to make more nice output for tail -fAndy Cedilnik2003-08-081-0/+2
|
* ENH: Add displaying of dots when building project. Also, file is now written ↵Andy Cedilnik2003-08-072-16/+111
| | | | as the output is produced, so, tail -f works, baby...
* ENH: Abstract parsing of arguments so that I can use it in other placesAndy Cedilnik2003-08-072-20/+32
|
* ENH: More verboseAndy Cedilnik2003-08-071-0/+1
|
* ENH: Bold attempt to remove warningAndy Cedilnik2003-08-071-0/+4
|
* ENH: Bold attempt to remove warningAndy Cedilnik2003-08-071-1/+0
|
* ENH: Clarification of help dumped when no arguments are given and no test ↵Brad King2003-08-071-0/+6
| | | | file is found.
* BUG: fix the testBill Hoffman2003-08-073-18/+18
|
* ENH: Added compatability for capitalization of _DIR and _FOUND variables in ↵Brad King2003-08-071-2/+95
| | | | cmake 1.6.
* ENH: Add PDFLaTeX and LaTeX2HTML. Closes Bug #132 - Add pdflatex and ↵Andy Cedilnik2003-08-071-0/+17
| | | | html2latex to FindLATEX.cmake
* ENH: Add remove watchAndy Cedilnik2003-08-072-0/+15
|
* ENH: Fix dependencies for curses dialogAndy Cedilnik2003-08-072-1/+7
|
* BUG: Fixed typo in error message.Brad King2003-08-071-1/+1
|
* ENH: Report an error when ADD_LIBRARY and TARGET_LINK_LIBRARIES are in the ↵Andy Cedilnik2003-08-075-9/+51
| | | | wrong order and fix CMakeLists files to actually work
* ENH: improve coverageBill Hoffman2003-08-077-12/+51
|
* ENH: Cast into apropriate type to remove warningAndy Cedilnik2003-08-071-1/+1
|
* ENH: Use the new signatureAndy Cedilnik2003-08-071-10/+15
|
* ENH: More verbose testAndy Cedilnik2003-08-071-0/+1
|
* BUG: fix for main in a library on windows with nmakeBill Hoffman2003-08-071-0/+2
|
* ENH: Added convenience signature to OutputMakeRule.Brad King2003-08-071-0/+6
|
* ENH: Makefiles now have rules to do a global generate if the CMake listfiles ↵Brad King2003-08-071-13/+31
| | | | have changed. Necessary for when try-compiles are added to a listfile.
* BUG: fix for bugs 125 - 128, and a fix for the bug introduced by the bug fix ↵Bill Hoffman2003-08-072-4/+9
| | | | for but 92. & was being replaced with &amp, but after double quote was replaced with &quot causing it to be &quot. Also add more search paths for mpi
* ENH: oops, initialize variableAndy Cedilnik2003-08-061-1/+1
|
* ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIESAndy Cedilnik2003-08-067-1/+67
|
* BUG: Don't use -V as a version option. It conflicts with ctest.Brad King2003-08-061-1/+0
|
* ENH: Removed old argument processing code that never does anything.Brad King2003-08-061-24/+0
|
* BUG#129: Fixed load/save of CMakeCache.txt when it is not in the current ↵Brad King2003-08-062-5/+3
| | | | directory.
* ENH: If CMAKE_EDIT_COMMAND is not specified, use cmake -iAndy Cedilnik2003-08-061-0/+9
|
* ENH: Add rebuild_cacheAndy Cedilnik2003-08-061-0/+4
|
* ENH: On apple use -lpthreadsAndy Cedilnik2003-08-061-19/+21
|
* ENH: Tweaked whitespace in documentation of command.Brad King2003-08-062-3/+3
|
* ENH: Tweaked whitespace in documentation of command.Brad King2003-08-061-8/+6
|
* ENH: Added SEE ALSO support for generated unix manpage.Brad King2003-08-061-0/+9
|
* BUG: We don't want to install cmaketest on UNIX or windows. It is for ↵Brad King2003-08-061-1/+0
| | | | internal CMake testing only. We should probably fold its functionality into ctest anyway.
* ENH: Added documentation for ctest.Brad King2003-08-062-21/+102
|