summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Add command for accessing cmake properties. At this point the only properties...Andy Cedilnik2003-03-063-0/+130
* Add method which returns a list of all variablesAndy Cedilnik2003-03-062-0/+33
* Cache manager should be able to take no argumentsAndy Cedilnik2003-03-061-3/+7
* oops... Forgot the main stepAndy Cedilnik2003-03-051-1/+2
* Fix typoAndy Cedilnik2003-03-031-1/+1
* Ifdef code that is missingAndy Cedilnik2003-02-281-0/+2
* Fix update date and cleanupAndy Cedilnik2003-02-281-34/+42
* Add configure stepAndy Cedilnik2003-02-281-0/+33
* Remove warning about shadowing variableAndy Cedilnik2003-02-251-16/+16
* BUG: Fixed crash when CMAKE_BACKWARDS_COMPATIBILITY is deleted between config...Brad King2003-02-241-0/+12
* BUG: Fixed tab ordering of gui components.Brad King2003-02-211-10/+10
* fix for correct path style in depend fileBill Hoffman2003-02-201-3/+3
* ERR: Added missing return.Brad King2003-02-201-0/+1
* ENH: Using new --all-for-coverage of DumpDocumentation to improve coverage.Brad King2003-02-191-1/+1
* ENH: Added option to dump all documentation (coverage).Brad King2003-02-191-8/+78
* BUG: Fix problem with lib in the name of library. If there was lib in the nam...Andy Cedilnik2003-02-191-1/+1
* ERR: Fixed signed/unsigned warning.Brad King2003-02-191-2/+2
* ENH: Updated to use cmDocumentation class.Brad King2003-02-191-1/+10
* ENH: Re-implemented document generation class to be more organized and more r...Brad King2003-02-194-368/+590
* Fix to documentation formatting: removed extra newline.Brad King2003-02-191-1/+1
* ENH: fix for vs 7 beta1Bill Hoffman2003-02-181-1/+1
* BUG: This command must be inherited.Brad King2003-02-171-0/+3
* Attempt to fix SGI ccmake problem (thank you Clint Miller)Andy Cedilnik2003-02-171-1/+1
* Minor documentation fixesAndy Cedilnik2003-02-171-5/+22
* ENH: Added executable-specific command-line options.Brad King2003-02-171-1/+9
* ENH: Added header before list of commands in generated docs. Made options mo...Brad King2003-02-172-14/+42
* ERR: Use of stream format flags is hard to make portable. Manually implement...Brad King2003-02-161-6/+6
* ERR: Use of std::ios::fmtflags is not portable to older compilers.Brad King2003-02-161-1/+1
* ENH: Cleaned up documentation and formatted it for use by cmDocumentation.Brad King2003-02-1475-365/+612
* ENH: Improved formatting of plain-text help to add a blank line before the be...Brad King2003-02-141-3/+7
* ENH: Further improved formatting. HTML/man/help now all have a consistent ap...Brad King2003-02-142-45/+93
* ENH: Improved formatting of documentation.Brad King2003-02-142-7/+72
* Lowercase has a bad signiture, so I have to live with itKen Martin2003-02-141-2/+1
* ERR: Added missing include for msvc.Brad King2003-02-141-0/+1
* ENH: Added cmDocumentation class to generate various forms of documentation. ...Brad King2003-02-1411-9/+663
* spelling errorsBill Hoffman2003-02-1410-20/+20
* ENH: Centralized setting of CMake version number to top-level CMake listfile.Brad King2003-02-147-11/+30
* Try to fix updateAndy Cedilnik2003-02-122-2/+5
* Write individual tooAndy Cedilnik2003-02-121-4/+11
* Fix commentAndy Cedilnik2003-02-111-1/+1
* Fix cont and remove commentsAndy Cedilnik2003-02-112-6/+6
* Start working on contAndy Cedilnik2003-02-113-16/+30
* Fix date issues with different modelsAndy Cedilnik2003-02-113-14/+134
* ENH: add a new test for TRY_COMPILEBill Hoffman2003-02-101-0/+5
* ENH: Running "make test" can now have ARGS specified on the command line. Th...Brad King2003-02-101-1/+4
* Fix for include optionalBill Hoffman2003-02-082-6/+12
* BUG: fix for spaces in paths in library pathBill Hoffman2003-02-081-1/+1
* Several fixes/improvements:Brad King2003-02-0712-39/+207
* Remove warnings on AIXBill Hoffman2003-02-071-1/+8
* Do not reuse connection as that feature seems to be brokenAndy Cedilnik2003-02-071-26/+26