Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | BUG: Remove reference to PROJECT_SOURCE_DIR so that the Subversion_WC_INFO ↵ | David Cole | 2008-03-20 | 1 | -1/+1 |
| | | | | macro may be called from a ctest or cmake script. | ||||
* | BUG: Fix issue when Qt from Linux distro is used | Clinton Stimpson | 2008-03-19 | 1 | -43/+47 |
| | | | | and glib and dbus development packages aren't installed. | ||||
* | BUG: Don't clear output strings before using. | Clinton Stimpson | 2008-03-19 | 1 | -2/+2 |
| | |||||
* | STYLE: Improve documentation by expanding on how UseQt4.cmake fits in. | Clinton Stimpson | 2008-03-18 | 1 | -10/+33 |
| | |||||
* | STYLE: fix documentation again: QT_LIBRARIES exists if you use Qt4 via ↵ | Alexander Neundorf | 2008-03-18 | 1 | -2/+4 |
| | | | | | | UseQt4.cmake Alex | ||||
* | STYLE: fix documentation, QT_LIBRARIES doesn't exist, and also didn't exist | Alexander Neundorf | 2008-03-18 | 1 | -2/+1 |
| | | | | | | in cmake 2.4.3, the first stable cmake 2.4.x release Alex | ||||
* | ENH: Satisfy QtDBus dependencies for builds with static Qt. | Clinton Stimpson | 2008-03-18 | 1 | -4/+33 |
| | | | | Finish fix for #6607. | ||||
* | ENH: For Mac OS X, remove QuickTime link for Qt 4.3+ and add AppKit link ↵ | Clinton Stimpson | 2008-03-17 | 1 | -1/+12 |
| | | | | for Qt 4.2+. | ||||
* | ENH: Added FindPackageMessage module | Brad King | 2008-03-17 | 4 | -7/+50 |
| | | | | | | | | - Defines FIND_PACKAGE_MESSAGE function to help display find result messages only once - Added use of it to FindPackageHandleStandardArgs - Added use of it to FindQt4, and FindX11 - This cleans up repeated messages in big projects | ||||
* | ENH: Avoid printing message about unknown repository type repeatedly in CTest. | Brad King | 2008-03-17 | 1 | -1/+4 |
| | |||||
* | ENH: Patch from Maik to add per-configuration default flags to GCC and Intel ↵ | Brad King | 2008-03-17 | 2 | -2/+23 |
| | | | | Fortran compilers on Linux. | ||||
* | BUG: Go back to using "." so the Java test passes on the nightly nmake ↵ | David Cole | 2008-03-16 | 1 | -4/+4 |
| | | | | dashboards again. Still need a solution that works with both nmake and Visual Studio builds. | ||||
* | ENH: preparations for cross compiling KDE4 | Alexander Neundorf | 2008-03-14 | 1 | -31/+44 |
| | | | | Alex | ||||
* | BUG: Fix typo to find QAssistantClient header. | Clinton Stimpson | 2008-03-14 | 1 | -1/+1 |
| | |||||
* | ENH: Satisfy QtNetwork and QtOpenGL dependencies for builds with static Qt. | Clinton Stimpson | 2008-03-14 | 1 | -1/+13 |
| | | | | Partial fix for #6607. | ||||
* | ENH: Automatically add dependent modules. | Clinton Stimpson | 2008-03-14 | 2 | -118/+64 |
| | | | | | For example, if QT_USE_QTXMLPATTERNS is on, QT_USE_QTNETWORK is turned on. The equivalent happens in a qmake .pro file when QT += xmlpatterns is specified. | ||||
* | ENH: Support static Qt 4.4 builds using QtHelp module. | Clinton Stimpson | 2008-03-14 | 1 | -0/+4 |
| | |||||
* | ENH: Add support for Qt 4.4's phonon module. | Clinton Stimpson | 2008-03-13 | 2 | -0/+38 |
| | | | | Add new Qt 4.4 modules in UseQt4.cmake | ||||
* | ENH: fix c flags for 2003 free command line tools | Bill Hoffman | 2008-03-13 | 1 | -9/+8 |
| | |||||
* | ENH: Convert CMAKE_LINK_OLD_PATHS to policy CMP0003. | Brad King | 2008-03-13 | 1 | -5/+0 |
| | | | | | | | | | - Policy is WARN by default so projects will build as they did in 2.4 without user intervention - Remove CMAKE_LINK_OLD_PATHS variable since it was never in a release and the policy supercedes it - Report target creation backtrace in warning message since policy should be set by that point | ||||
* | ENH: Add support for new modules in Qt 4.4. Fixes #6316. | Clinton Stimpson | 2008-03-13 | 1 | -106/+117 |
| | | | | | | | Simplify and clarify some documentation. BUG: Fix order of include paths (from KDE's FindQt4) Fix find of Designer components debug library on Windows. | ||||
* | COMP: Conditionalize the last change so that the fix only applies to WIN32. ↵ | David Cole | 2008-03-13 | 1 | -4/+10 |
| | | | | Leave it the way it was elsewhere, the new way does not work on the Mac continuous dashboard... | ||||
* | BUG: Fix the Java test for Visual Studio builds. Before this, it had been ↵ | David Cole | 2008-03-13 | 1 | -3/+4 |
| | | | | trying to include "BuildLog.htm" in the .jar file because it was using "." as the list of files to include in the .jar file. Use "*.class" instead of "." to prevent this silliness. | ||||
* | BUG: fix bug 6594 look for glut in more places on windows | Bill Hoffman | 2008-03-13 | 1 | -40/+23 |
| | |||||
* | ENH: for some reasons there was never a FindCVS module? | Sebastien Barre | 2008-03-10 | 1 | -1/+1 |
| | |||||
* | ENH: for some reasons there was never a FindCVS module? | Sebastien Barre | 2008-03-10 | 1 | -0/+56 |
| | |||||
* | ENH: use the standard find_package_handle_standard_args() for lua 5.0 and | Alexander Neundorf | 2008-03-10 | 2 | -20/+23 |
| | | | | | | 5.1 Alex | ||||
* | ENH: Make compiler id detection more robust | Brad King | 2008-03-10 | 3 | -3/+15 |
| | | | | | | | | | | - Split INFO strings in source into multiple pieces to make sure assembly or other listings produced by the compiler are never matched by the regex - Store INFO strings via pointer instead of array to convince some compilers to store the string literally in the binary - This should help make it work for sdcc 2.8.0 RC1 | ||||
* | BUG: make compiler id detection (almost) work again with sdcc 2.8.0 RC1, | Alexander Neundorf | 2008-03-09 | 1 | -4/+4 |
| | | | | | | | | | | mail sent to Brad for the remaining issue don't match INFO:compiler[" COMPILER_ID "] which appears in the assembler file generated from the C file by sdcc, but make sure the first character after the [ is no double quote Alex | ||||
* | ENH: add new version of FindMPI, fix it to work with MPICH2 on windows | Bill Hoffman | 2008-03-08 | 1 | -39/+225 |
| | |||||
* | ENH: Patch from Maik to add more fortran extensions. | Brad King | 2008-03-05 | 1 | -1/+1 |
| | |||||
* | ENH: Allow users to recover from trying to use an improperly installed Qt | Clinton Stimpson | 2008-03-05 | 1 | -10/+10 |
| | | | | without removing their cache, fixing their environment and trying again. | ||||
* | BUG: Fixed PATH_SUFFIXES copy/paste bug (0006201) | Eric Wing | 2008-03-05 | 1 | -1/+1 |
| | |||||
* | ENH: Add script GetPrerequisites.cmake to help analyze what shared libraries ↵ | David Cole | 2008-03-04 | 1 | -0/+491 |
| | | | | executable files depend on. Primary uses are to determine what shared libraries should be copied into Mac OSX bundle applications to create standalone bundles apps and to determine what shared library files need to be installed for an executable to run on any platform. Requires native platform tools dumpbin, otool and ldd to generate results. | ||||
* | STYLE: Remove trailing whitespace. | Brad King | 2008-03-04 | 1 | -7/+7 |
| | |||||
* | STYLE: Remove trailing whitespace. | Brad King | 2008-03-04 | 1 | -1/+1 |
| | |||||
* | STYLE: Remove trailing whitespace. | Brad King | 2008-03-03 | 1 | -5/+5 |
| | |||||
* | STYLE: Remove trailing whitespace. | Brad King | 2008-03-03 | 1 | -12/+12 |
| | |||||
* | STYLE: Fixed docs of new CMakeForceCompiler | Brad King | 2008-03-03 | 1 | -2/+4 |
| | |||||
* | ENH: Restore CMAKE_FORCE_C_COMPILER and CMAKE_FORCE_CXX_COMPILER macros in ↵ | Brad King | 2008-03-03 | 1 | -27/+47 |
| | | | | CMakeForceCompiler module. | ||||
* | ENH: Use builtin chrpath instead of relinking ELF targets | Brad King | 2008-03-01 | 1 | -13/+0 |
| | | | | | | | | | | - Add cmSystemTools::ChangeRPath method - Add undocumented file(CHRPATH) command - When installing use file(CHRPATH) to change the rpath instead of relinking - Remove CMAKE_CHRPATH lookup from CMakeFindBinUtils - Remove CMAKE_USE_CHRPATH option since this should always work | ||||
* | BUG: Do not place $(CMAKE_COMMAND) in link scripts. | Brad King | 2008-03-01 | 1 | -4/+4 |
| | |||||
* | ENH: allow cdash not to trigger | Bill Hoffman | 2008-02-29 | 1 | -0/+1 |
| | |||||
* | ENH: add vs9 stuff, still need msvc9 mfc | Bill Hoffman | 2008-02-29 | 1 | -0/+29 |
| | |||||
* | ENH: Handle large object file lists on some platforms | Brad King | 2008-02-27 | 2 | -6/+9 |
| | | | | | | | - Use a response file when enabled by CMAKE_<LANG>_USE_RESPONSE_FILE_FOR_OBJECTS - Enable for C and CXX with cl (MSVC) - Enable for Fortran with ifort (Intel Fortran) | ||||
* | BUG: Apply patch from bug#6445. Add preprocessor definitions to assembly ↵ | Brad King | 2008-02-27 | 7 | -23/+28 |
| | | | | and preprocessing build rules. |