Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Warn when system libraries may be hidden. | Brad King | 2008-07-29 | 3 | -3/+75 |
| | | | | | | | | We never explicitly specify system library directories in linker or runtime search paths. Furthermore, libraries in these directories are always linked by asking the linker to search for them. We need to generate a warning when explicitly specified search directories contain files that may hide the system libraries during the search. | ||||
* | ENH: Provide context in path ordering warnings | Brad King | 2008-07-29 | 3 | -12/+16 |
| | |||||
* | STYLE: Fix typo in comment in cmOrderDirectories | Brad King | 2008-07-29 | 1 | -1/+1 |
| | |||||
* | ENH: do not depend on files that do not exist | Bill Hoffman | 2008-07-29 | 1 | -0/+8 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-07-29 | 1 | -1/+1 |
| | |||||
* | BUG: Be more careful with Boost_MINOR_VERSION in FindBoost module | Douglas Gregor | 2008-07-28 | 1 | -9/+15 |
| | |||||
* | BUG: Work around Boost 1.36.0 bug fix on Darwin by setting the mangled ↵ | Douglas Gregor | 2008-07-28 | 1 | -17/+23 |
| | | | | compiler name to -xgccVERSION | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-07-28 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-07-27 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-07-26 | 1 | -1/+1 |
| | |||||
* | BUG: fix source file extension bug that broke Second life build | Bill Hoffman | 2008-07-25 | 1 | -0/+30 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-07-25 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-07-24 | 1 | -1/+1 |
| | |||||
* | ENH: Support full-path libs w/out valid names. | Brad King | 2008-07-23 | 6 | -40/+104 |
| | | | | | | | | This change introduces policy CMP0008 to decide how to treat full path libraries that do not appear to be valid library file names. Such libraries worked by accident in the VS IDE and Xcode generators with CMake 2.4 and below. We support them in CMake 2.6 by introducing this policy. See policy documentation added by this change for details. | ||||
* | ENH: Skip libs in known dirs for CMP0003 warnings. | Brad King | 2008-07-23 | 2 | -6/+10 |
| | | | | | | | Sometimes we ask the linker to search for a library for which the path is known but for some reason cannot be specified by full path. In these cases do not include the library in CMP0003 warnings because we know the extra paths are not needed for it. | ||||
* | ENH: Updated FindImageMagick to: | Miguel A. Figueroa-Villanueva | 2008-07-23 | 1 | -60/+173 |
| | | | | | | - Find newer additions such as animate, compare, etc. - Find development api: Magick++, MagickCore, MagickWand - Use FindPackageHandleStandardArgs to output standard messages. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | ENH: change to correct line feed | Bill Hoffman | 2008-07-22 | 1 | -71/+71 |
| | |||||
* | ENH: change to correct line feed | Bill Hoffman | 2008-07-22 | 2 | -731/+731 |
| | |||||
* | COMP: fix compiler warning and follow style | Bill Hoffman | 2008-07-22 | 1 | -1/+3 |
| | |||||
* | ENH: FindBLAS.cmake, FindLAPACK.cmake modules were redesigned so now you ↵ | Alin Elena | 2008-07-22 | 3 | -561/+733 |
| | | | | have three new variables BLA_VENDOR (you can specify the VENDOR), BLA_STATIC (gets the static version of libs), BLA_F95 (gets the fortran 95 interface). BLA_VENDOR can be specified as an environment variable. Intel mkls libs need FindThreads to be found correctly so you will need to enable the C/CXX | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-07-22 | 1 | -1/+1 |
| | |||||
* | ENH: handle HTML documentation for single items better: no warning about | Alexander Neundorf | 2008-07-21 | 3 | -16/+37 |
| | | | | | | ComputeSectionLinkPrefix, don't create an index for only one item Alex | ||||
* | ENH: switch to using cdash for submissions | Bill Hoffman | 2008-07-21 | 2 | -82/+12 |
| | |||||
* | ENH: get out of module if no fortran | Bill Hoffman | 2008-07-21 | 2 | -2/+4 |
| | |||||
* | ENH: this should fail only if required is sent to find package | Bill Hoffman | 2008-07-21 | 2 | -206/+215 |
| | |||||
* | ENH: checks if Fortran is enbaled. If not an error message is produced. | Alin Elena | 2008-07-21 | 2 | -6/+15 |
| | |||||
* | ENH: Support full-path libs w/out extension in VS IDE. | Brad King | 2008-07-21 | 1 | -1/+40 |
| | | | | | | | - This case worked accidentally in CMake 2.4, though not in Makefiles. - Some projects build only with the VS IDE on windows and have this mistake. - Support them when 2.4 compatibility is enabled by adding the extension. | ||||
* | ENH: Modules/CheckFortranFunctionExists.cmake helps gfortran to check the ↵ | Alin Elena | 2008-07-21 | 2 | -4/+7 |
| | | | | | | existence of a file ENH: Modules/FindLAPACK.cmake returns the full list of libraries required to link against Lapack | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-07-21 | 1 | -1/+1 |
| | |||||
* | STYLE: fix #7146, add documentation for | Alexander Neundorf | 2008-07-20 | 1 | -8/+98 |
| | | | | | | | | | | CMAKE[_SYSTEM]_(LIBRARY|PROGRAM|INCLUDE|PREFIX)_PATH variables -moved CMAKE_CROSSCOMPILING from "Variables that modify behaviour" to "variables that Provide Information", since it should be used only for testing whether we are currently in cross compiling mode, not for switching between the modes. Alex | ||||
* | BUG: #7333, search dirs for Fedora | Alexander Neundorf | 2008-07-20 | 1 | -0/+2 |
| | | | | Alex | ||||
* | BUG: #7360: add support for FreeBSD | Alexander Neundorf | 2008-07-20 | 1 | -1/+8 |
| | | | | | | BUG: #7345: add support for ppc Alex | ||||
* | BUG: fix #6416: provide JNI_LIBRARIES and JNI_INCLUDE_DIRS | Alexander Neundorf | 2008-07-20 | 1 | -3/+20 |
| | | | | Alex | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-07-20 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-07-19 | 1 | -1/+1 |
| | |||||
* | ENH: Improvements to the bundle cpack generator from second patch attached ↵ | David Cole | 2008-07-18 | 1 | -100/+138 |
| | | | | to feature request #7170. Thanks to Tim Shead. | ||||
* | ENH: Use the HINTS feature of find_library to find the right libraries for | Douglas Gregor | 2008-07-18 | 1 | -6/+7 |
| | | | | MPI, and act a bit more intelligently when MPI cannot be found. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-07-18 | 1 | -1/+1 |
| | |||||
* | COMP: Check for -Wno-long-double before using | Brad King | 2008-07-17 | 1 | -9/+13 |
| | | | | | | | Older GCC on the Mac warns for use of long double, so we use -Wno-long-double. Newer GCC on the Mac does not have this flag and gives an error. We now check for the flag before using it. See bug #7357. | ||||
* | ENH: Avoid cmcurl CMake macro name conflicts | Brad King | 2008-07-17 | 3 | -28/+28 |
| | | | | | | Utilities/cmcurl/CMake provides macros with the same file names and macro names as others in Modules, but with different interfaces. We rename the curl ones to avoid conflict. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-07-17 | 1 | -1/+1 |
| | |||||
* | BUG: Fix try_compile during EnableLanguage | Brad King | 2008-07-16 | 2 | -9/+33 |
| | | | | | | | | | | | | | | - The source-file signature of try_compile looks up the language of the source file using the extension-to-language map so that it knows what language to enable in the generated project. - This map needs to be filled before loading a file specified by CMAKE_USER_MAKE_RULES_OVERRIDE CMAKE_USER_MAKE_RULES_OVERRIDE_<LANG> so that the user file may call the try_compile() source-file signature. - It must still be re-filled after loading CMake<LANG>Information.cmake in case the compiler- or platform-specific files added anything. - See bug #7340. | ||||
* | ENH: remove test that does not work on all compilers | Bill Hoffman | 2008-07-16 | 1 | -32/+0 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-07-16 | 1 | -1/+1 |
| | |||||
* | ENH: add a test for bug 7316 | Bill Hoffman | 2008-07-15 | 1 | -0/+33 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-07-15 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug 7316 | Bill Hoffman | 2008-07-14 | 1 | -4/+0 |
| | |||||
* | ENH: FindBoost can now find the upcoming Boost 1.46 | Douglas Gregor | 2008-07-14 | 1 | -5/+5 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2008-07-14 | 1 | -1/+1 |
| |