summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: remove dangerous access to ivar that should not be usedBill Hoffman2008-03-281-1/+0
|
* ENH: fix for the correct path to cmakeBill Hoffman2008-03-281-1/+1
|
* ENH: try to fix mac symlinks to the executableBill Hoffman2008-03-282-2/+4
|
* ENH: allow deb to work without dpkgBill Hoffman2008-03-281-1/+2
|
* ENH: Patch from Mathieu Malaterre to add documentation for his previous ↵Brad King2008-03-281-0/+8
| | | | patch for CMakeImportBuildSettings.
* BUG: Fix Fortran test to use more portable comment syntax in fixed format ↵Brad King2008-03-281-3/+3
| | | | source.
* ENH: Patch from Mathieu Malaterre to allow users to tell ↵Brad King2008-03-281-20/+20
| | | | CMakeImportBuildSettings to not force compiler settings.
* COMP: Add missing module for CHECK_INCLUDE_FILE macro.Brad King2008-03-281-0/+1
|
* ENH: Add note to Fortran_MODULE_DIRECTORY property documentation about using ↵Brad King2008-03-281-1/+3
| | | | CMAKE_Fortran_MODULE_DIRECTORY to initialize it.
* ENH: Better default size for help dialog.Clinton Stimpson2008-03-281-1/+4
|
* ENH: remove hard codeded archBill Hoffman2008-03-281-1/+5
|
* ENH: remove hard codeded archBill Hoffman2008-03-281-3/+6
|
* ENH: make this backwards compatible with older FindCursesBill Hoffman2008-03-281-2/+1
|
* ENH: make this backwards compatible with older FindCursesBill Hoffman2008-03-281-10/+10
|
* STYLE: Nightly Date StampBrad King2008-03-281-1/+1
|
* BUG: fix for 6619Bill Hoffman2008-03-281-1/+2
|
* BUG: fix for bug 6660Bill Hoffman2008-03-281-0/+2
|
* BUG: fix for bug 6661Bill Hoffman2008-03-281-0/+3
|
* COMP: fix warning about unused mfAlexander Neundorf2008-03-272-13/+3
| | | | | | | -"make VERBOSE=1 <target>" should be more portable than "VERBOSE=1 make <target>", since it doesn't rely on the shell, shouldn't it ? Alex
* BUG: fix install problem on make and allow symlinks to cmake bin directoryBill Hoffman2008-03-273-0/+14
|
* ENH:Alexander Neundorf2008-03-271-4/+4
| | | | | | | -enable colored output with the kdevelop generator -create non-verbose makefiles and have kdevelop call "VERBOSE=1 make" instead Alex
* ENH: Add QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH variables.Clinton Stimpson2008-03-271-8/+12
|
* ENH: remove DashboardScripts and CMakeWeb from the change logBill Hoffman2008-03-271-11899/+4
|
* ENH: check in new change log for 2.6Bill Hoffman2008-03-271-878/+36706
|
* STYLE: Nightly Date StampBrad King2008-03-271-1/+1
|
* ENH: clean up annoying output from rc tool in VS9Bill Hoffman2008-03-271-4/+9
|
* ENH: use CPACK_PACKAGE_VERSION instead ofAlexander Neundorf2008-03-271-2/+2
| | | | | | | CPACK_PACKAGE_VERSION_MAJOR.CPACK_PACKAGE_VERSION_MINOR.CPACK_PACKAGE_VERSION_PATCH for creating the package file name Alex
* BUG: fix the default "Unspecified" component when only the generic (i.e. notAlexander Neundorf2008-03-261-4/+4
| | | | | | | | | | RUNTIME, ARCHIVE, LIBRARY, etc.) arguments are given. If the component of a part of a target is queried, return the specific one, if a specific one hasn't been set, return the generic one, if that hasn't been set, return "Unspecified". Alex
* ENH:Bill Hoffman2008-03-261-0/+15
|
* ENH:Bill Hoffman2008-03-261-0/+21
|
* ENH: make sure numAttempts is incrementedBill Hoffman2008-03-261-0/+1
|
* ENH: try to fix dashboard issue with not being able to remove try compile codeBill Hoffman2008-03-261-3/+19
|
* STYLE: Nightly Date StampBrad King2008-03-261-1/+1
|
* BUG: make test more robustKen Martin2008-03-251-2/+1
|
* BUG: add debugging into to check out a problemKen Martin2008-03-251-0/+2
|
* ENH: preclean some warningsKen Martin2008-03-2570-2/+72
|
* ENH: fix for watcom can't use phonyBill Hoffman2008-03-251-1/+1
|
* STYLE: Nightly Date StampBrad King2008-03-251-1/+1
|
* ENH: remove use of undefined cdrBill Hoffman2008-03-241-1/+2
|
* ENH: fix ifBill Hoffman2008-03-241-1/+1
|
* ENH: FindBLAS.cmake&FindLAPACK updated to support intel mkl 10Alin Elena2008-03-241-180/+196
|
* ENH: FindBLAS.cmake&FindLAPACK updated to support intel mkl 10Alin Elena2008-03-241-273/+338
|
* ENH: Cleanup policy version interface presented to user.Brad King2008-03-243-14/+30
| | | | | | | - In cmake_minimum_required do not set policy version if current CMake is too old - In cmPolicies::ApplyPolicyVersion report error if version is too new or cannot be parsed
* ENH: add PHONY targetsBill Hoffman2008-03-242-2/+5
|
* STYLE: Nightly Date StampBrad King2008-03-241-1/+1
|
* STYLE: Nightly Date StampBrad King2008-03-231-1/+1
|
* ENH: make sure -Wno-dev sticks so make rebuild_cache will workBill Hoffman2008-03-222-16/+22
|
* STYLE: Nightly Date StampBrad King2008-03-221-1/+1
|
* STYLE: Nightly Date StampBrad King2008-03-211-1/+1
|
* ENH: Yet another attempt at warning for CMP0003.Brad King2008-03-213-52/+42
| | | | | | | - Give example code to avoid the warning - Make explanation more consise - Explicitly state this is for compatibility - Issue the warning for at most one target