summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* On windows but not on borland, look at cmake_build_tool instead of compiler ↵Andy Cedilnik2003-02-271-5/+5
| | | | to determine build name. Otherwise they will all be cl
* Use more condense buildname. If this works fine we can make cmBuildName ↵Andy Cedilnik2003-02-271-1/+16
| | | | command deprecated
* Remove warning about shadowing variableAndy Cedilnik2003-02-251-16/+16
|
* BUG: Fixed crash when CMAKE_BACKWARDS_COMPATIBILITY is deleted between ↵Brad King2003-02-241-0/+12
| | | | configures.
* BUG: Fixed tab ordering of gui components.Brad King2003-02-211-10/+10
|
* Use simple defaults if DartConfig does not exist. This way you can use dart ↵Andy Cedilnik2003-02-201-1/+26
| | | | to build any project
* BUG: look for msdev in the right placeBill Hoffman2003-02-201-1/+1
|
* ENH: Updated for 1.6.5 release.Brad King2003-02-201-2/+2
|
* fix for correct path style in depend fileBill Hoffman2003-02-201-3/+3
|
* remove commented codeBill Hoffman2003-02-201-2/+2
|
* 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: Removed use of cmake 1.4 compatability variable.Brad King2003-02-191-1/+2
|
* BUG: Fix problem with lib in the name of library. If there was lib in the ↵Andy Cedilnik2003-02-191-1/+1
| | | | name of library, then on Windows (where there is not lib prefix), cmake split the name wrongly. This only manifested when full path to the library is specified.
* 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 ↵Brad King2003-02-194-368/+590
| | | | robust.
* 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
|
* Fix return value problemAndy Cedilnik2003-02-171-1/+1
|
* 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 ↵Brad King2003-02-172-14/+42
| | | | more intuitive.
* ERR: Use of stream format flags is hard to make portable. Manually ↵Brad King2003-02-161-6/+6
| | | | implementing justification.
* 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 ↵Brad King2003-02-141-3/+7
| | | | beginning of a preformatted section.
* ENH: Further improved formatting. HTML/man/help now all have a consistent ↵Brad King2003-02-142-45/+93
| | | | appearance.
* 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
| | | | Each executable will be able to generate its own documentation.
* ENH: move full path compiler to internal and not just advancedBill Hoffman2003-02-142-2/+3
|
* spelling errorsBill Hoffman2003-02-1411-22/+22
|
* fix spelling errorsBill Hoffman2003-02-141-43286/+11353
|
* ENH: Centralized setting of CMake version number to top-level CMake listfile.Brad King2003-02-1410-30/+92
|
* ENH: Merged updates for 1.6.4 release.Brad King2003-02-131-2/+2
|
* Try to fix updateAndy Cedilnik2003-02-122-2/+5
|
* Write individual tooAndy Cedilnik2003-02-121-4/+11
|
* Ok, now it finds JNI on Mac OSX 10.2Andy Cedilnik2003-02-111-10/+14
|
* Fix typoAndy Cedilnik2003-02-111-3/+3
|
* Add missing locationAndy Cedilnik2003-02-111-0/+3
|
* Improve searching for java files on OSXAndy Cedilnik2003-02-111-10/+38
|
* Fix commentAndy Cedilnik2003-02-111-1/+1
|
* Moving this very specific module to VTK.Brad King2003-02-112-52/+0
|
* Fix cont and remove commentsAndy Cedilnik2003-02-112-6/+6
|
* Start working on contAndy Cedilnik2003-02-113-16/+30
|