Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: make sure gui no-dev workis | Bill Hoffman | 2008-03-29 | 1 | -1/+2 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-03-29 | 1 | -1/+1 |
| | |||||
* | BUG: fix packaging of files installed to absolute paths, works only when | Alexander Neundorf | 2008-03-29 | 1 | -1/+21 |
| | | | | | | used with SET(CPACK_SET_DESTDIR "ON") Alex | ||||
* | STYLE: add a comma to make it better understandable, also use STATUS as the | Alexander Neundorf | 2008-03-28 | 1 | -1/+1 |
| | | | | | | other MESSAGE() calls do Alex | ||||
* | ENH: remove dangerous access to ivar that should not be used | Bill Hoffman | 2008-03-28 | 1 | -1/+0 |
| | |||||
* | ENH: fix for the correct path to cmake | Bill Hoffman | 2008-03-28 | 1 | -1/+1 |
| | |||||
* | ENH: try to fix mac symlinks to the executable | Bill Hoffman | 2008-03-28 | 2 | -2/+4 |
| | |||||
* | ENH: allow deb to work without dpkg | Bill Hoffman | 2008-03-28 | 1 | -1/+2 |
| | |||||
* | ENH: Patch from Mathieu Malaterre to add documentation for his previous ↵ | Brad King | 2008-03-28 | 1 | -0/+8 |
| | | | | patch for CMakeImportBuildSettings. | ||||
* | BUG: Fix Fortran test to use more portable comment syntax in fixed format ↵ | Brad King | 2008-03-28 | 1 | -3/+3 |
| | | | | source. | ||||
* | ENH: Patch from Mathieu Malaterre to allow users to tell ↵ | Brad King | 2008-03-28 | 1 | -20/+20 |
| | | | | CMakeImportBuildSettings to not force compiler settings. | ||||
* | COMP: Add missing module for CHECK_INCLUDE_FILE macro. | Brad King | 2008-03-28 | 1 | -0/+1 |
| | |||||
* | ENH: Add note to Fortran_MODULE_DIRECTORY property documentation about using ↵ | Brad King | 2008-03-28 | 1 | -1/+3 |
| | | | | CMAKE_Fortran_MODULE_DIRECTORY to initialize it. | ||||
* | ENH: Better default size for help dialog. | Clinton Stimpson | 2008-03-28 | 1 | -1/+4 |
| | |||||
* | ENH: remove hard codeded arch | Bill Hoffman | 2008-03-28 | 1 | -1/+5 |
| | |||||
* | ENH: remove hard codeded arch | Bill Hoffman | 2008-03-28 | 1 | -3/+6 |
| | |||||
* | ENH: make this backwards compatible with older FindCurses | Bill Hoffman | 2008-03-28 | 1 | -2/+1 |
| | |||||
* | ENH: make this backwards compatible with older FindCurses | Bill Hoffman | 2008-03-28 | 1 | -10/+10 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-03-28 | 1 | -1/+1 |
| | |||||
* | BUG: fix for 6619 | Bill Hoffman | 2008-03-28 | 1 | -1/+2 |
| | |||||
* | BUG: fix for bug 6660 | Bill Hoffman | 2008-03-28 | 1 | -0/+2 |
| | |||||
* | BUG: fix for bug 6661 | Bill Hoffman | 2008-03-28 | 1 | -0/+3 |
| | |||||
* | COMP: fix warning about unused mf | Alexander Neundorf | 2008-03-27 | 2 | -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 directory | Bill Hoffman | 2008-03-27 | 3 | -0/+14 |
| | |||||
* | ENH: | Alexander Neundorf | 2008-03-27 | 1 | -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 Stimpson | 2008-03-27 | 1 | -8/+12 |
| | |||||
* | ENH: remove DashboardScripts and CMakeWeb from the change log | Bill Hoffman | 2008-03-27 | 1 | -11899/+4 |
| | |||||
* | ENH: check in new change log for 2.6 | Bill Hoffman | 2008-03-27 | 1 | -878/+36706 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-03-27 | 1 | -1/+1 |
| | |||||
* | ENH: clean up annoying output from rc tool in VS9 | Bill Hoffman | 2008-03-27 | 1 | -4/+9 |
| | |||||
* | ENH: use CPACK_PACKAGE_VERSION instead of | Alexander Neundorf | 2008-03-27 | 1 | -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. not | Alexander Neundorf | 2008-03-26 | 1 | -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 Hoffman | 2008-03-26 | 1 | -0/+15 |
| | |||||
* | ENH: | Bill Hoffman | 2008-03-26 | 1 | -0/+21 |
| | |||||
* | ENH: make sure numAttempts is incremented | Bill Hoffman | 2008-03-26 | 1 | -0/+1 |
| | |||||
* | ENH: try to fix dashboard issue with not being able to remove try compile code | Bill Hoffman | 2008-03-26 | 1 | -3/+19 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-03-26 | 1 | -1/+1 |
| | |||||
* | BUG: make test more robust | Ken Martin | 2008-03-25 | 1 | -2/+1 |
| | |||||
* | BUG: add debugging into to check out a problem | Ken Martin | 2008-03-25 | 1 | -0/+2 |
| | |||||
* | ENH: preclean some warnings | Ken Martin | 2008-03-25 | 70 | -2/+72 |
| | |||||
* | ENH: fix for watcom can't use phony | Bill Hoffman | 2008-03-25 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-03-25 | 1 | -1/+1 |
| | |||||
* | ENH: remove use of undefined cdr | Bill Hoffman | 2008-03-24 | 1 | -1/+2 |
| | |||||
* | ENH: fix if | Bill Hoffman | 2008-03-24 | 1 | -1/+1 |
| | |||||
* | ENH: FindBLAS.cmake&FindLAPACK updated to support intel mkl 10 | Alin Elena | 2008-03-24 | 1 | -180/+196 |
| | |||||
* | ENH: FindBLAS.cmake&FindLAPACK updated to support intel mkl 10 | Alin Elena | 2008-03-24 | 1 | -273/+338 |
| | |||||
* | ENH: Cleanup policy version interface presented to user. | Brad King | 2008-03-24 | 3 | -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 targets | Bill Hoffman | 2008-03-24 | 2 | -2/+5 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-03-24 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-03-23 | 1 | -1/+1 |
| |