summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: support unset of propertiesKen Martin2008-04-018-29/+100
|
* ENH: remove trailing spaceBill Hoffman2008-04-011-1/+3
|
* STYLE: Nightly Date StampBrad King2008-04-011-2/+2
|
* BUG: Generated target export files should set the policy version to 2.6 ↵Brad King2008-03-311-5/+7
| | | | instead of the currently running version because they are 2.6 compatible.
* ENH: Allow policy CMP0000 to be set explicitlyBrad King2008-03-314-36/+79
| | | | | | | | - Message for missing cmake_minimum_required is not issued until the end of processing the top CMakeLists.txt file - During processing a cmake_policy command may set behavior - OLD behavior is to silently ignore the problem - NEW behavior is to issue an error instead of a warning
* BUG: Fix bug 6605 more completelyBrad King2008-03-313-0/+66
| | | | | | - CMake 2.4 added link directories for targets linked in the optimized configuration even when building debug - Old behavior for policy CMP0003 must account for this
* ENH: Improve speed of manifest tool on VS8 and VS9.Brad King2008-03-311-8/+33
| | | | | - Detect filesystem type where target will be linked - Use FAT32 workaround only when fs is FAT or FAT32
* ENH: Enhance FindMPI module by properly handling backward compatibility with ↵Douglas Gregor2008-03-311-96/+132
| | | | the older module, adding documentation, and coping with multiple include and linker paths
* ENH: Add Intel compiler module files for the Mac. Thanks to Mike Jackson for ↵David Cole2008-03-312-0/+132
| | | | contributing.
* STYLE: Nightly Date StampBrad King2008-03-311-1/+1
|
* STYLE: Nightly Date StampBrad King2008-03-301-1/+1
|
* ENH: make sure gui no-dev workisBill Hoffman2008-03-291-1/+2
|
* STYLE: Nightly Date StampBrad King2008-03-291-1/+1
|
* BUG: fix packaging of files installed to absolute paths, works only whenAlexander Neundorf2008-03-291-1/+21
| | | | | | used with SET(CPACK_SET_DESTDIR "ON") Alex
* STYLE: add a comma to make it better understandable, also use STATUS as theAlexander Neundorf2008-03-281-1/+1
| | | | | | other MESSAGE() calls do Alex
* 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
|