| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'geh-cleanup-identifiers' | Brad King | 2013-05-24 | 1 | -0/+6 |
|\ |
|
| * | GenerateExportHeader: Generate only C identifiers as defines | Stephen Kelly | 2013-05-24 | 1 | -0/+6 |
|
|
* | | GenerateExportHeader: Allow use of of this macro with MODULEs. | Stephen Kelly | 2013-05-23 | 1 | -5/+3 |
|/ |
|
* | Merge topic 'implicit-link-sanitize-regex' | Brad King | 2013-05-21 | 1 | -0/+1 |
|\ |
|
| * | Sanitize linker name to parse implicit link line (#14154) | Brad King | 2013-05-17 | 1 | -0/+1 |
|
|
* | | Merge topic 'fix-build-without-qt4-with-qt5' | Brad King | 2013-05-21 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | FindQt4: Fix QUIET failure with Qt 5 but not Qt 4 | Stephen Kelly | 2013-05-21 | 1 | -0/+3 |
|
|
* | | Merge topic 'cpack-reg-key-doc' | Brad King | 2013-05-16 | 1 | -2/+2 |
|\ \ |
|
| * | | Improve documentation for CPACK_PACKAGE_INSTALL_REGISTRY_KEY. | Clinton Stimpson | 2013-05-14 | 1 | -2/+2 |
| |/ |
|
* | | Merge topic 'vs-configurations' | Brad King | 2013-05-16 | 2 | -5/+0 |
|\ \ |
|
| * | | VS: Always initialize CMAKE_CONFIGURATION_TYPES in IDE generators | Brad King | 2013-05-13 | 2 | -5/+0 |
| |/ |
|
* | | Merge topic 'UseJava-cross-compile' | Brad King | 2013-05-16 | 1 | -1/+1 |
|\ \ |
|
| * | | Allow using Java in a cross-compilation toolchain | Gregoire Lejeune | 2013-05-08 | 1 | -1/+1 |
| |/ |
|
* | | Merge topic 'vs-compiler-id-arm' | Brad King | 2013-05-16 | 1 | -0/+2 |
|\ \ |
|
| * | | VS: Detect MSVC compiler id on ARM toolchain | Alexander Mohr | 2013-05-08 | 1 | -0/+2 |
| |/ |
|
* | | Merge topic 'doc-improvements' | Brad King | 2013-05-16 | 17 | -31/+33 |
|\ \ |
|
| * | | FindwxWidgets: add DOC strings with usual style | Andreas Mohr | 2013-05-07 | 1 | -3/+5 |
|
|
| * | | Fix spelling and typos (product names) | Andreas Mohr | 2013-05-07 | 2 | -3/+3 |
|
|
| * | | Fix spelling and typos (non-binary) | Andreas Mohr | 2013-05-07 | 14 | -24/+24 |
|
|
| * | | Fix spelling and typos (affecting binary data / module messages) | Andreas Mohr | 2013-05-07 | 1 | -1/+1 |
| |/ |
|
* | | Merge topic 'ExternalProject-svn-auth-blank' | Brad King | 2013-05-16 | 1 | -4/+4 |
|\ \ |
|
| * | | ExternalProject: Allow blank SVN_USERNAME/SVN_PASSWORD (#14128) | Matt McCormick | 2013-05-06 | 1 | -4/+4 |
| |/ |
|
* | | Merge topic 'implicit-linker-detection' | Brad King | 2013-05-16 | 1 | -1/+1 |
|\ \ |
|
| * | | Recognize ld with toolchain prefix (#13960) | Brad King | 2013-05-06 | 1 | -1/+1 |
|
|
* | | | Merge topic 'cpack-nsis-uninstall' | Brad King | 2013-05-16 | 1 | -1/+3 |
|\ \ \ |
|
| * | | | CPack/NSIS: Obtain path from which to uninstall from registry (#14124) | David Golub | 2013-05-02 | 1 | -1/+3 |
| | |/
| |/| |
|
* | | | Merge topic 'WindowsPaths-MinGW-cross-compile-only' | Brad King | 2013-05-16 | 1 | -2/+4 |
|\ \ \ |
|
| * | | | Windows: Search '/' prefix only when cross compiling (#10994) | Brad King | 2013-04-25 | 1 | -2/+4 |
| |/ / |
|
* | | | Merge topic 'check-compiler-flag-locale' | Brad King | 2013-05-16 | 2 | -0/+25 |
|\ \ \ |
|
| * | | | Check{C,CXX}CompilerFlag: Test using C locale (#14102) | Brad King | 2013-04-22 | 2 | -0/+25 |
| |/ / |
|
* | | | Merge topic 'Cuda_WRAP_SRCS_duplicates' | Brad King | 2013-05-16 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | FindCUDA: Remove duplicate entries from INCLUDE_DIRECTORIES. | Marcel Loose | 2013-04-18 | 1 | -0/+3 |
| |/ / |
|
* | | | Merge topic 'cuda_compute_build_path' | Brad King | 2013-05-16 | 1 | -1/+7 |
|\ \ \ |
|
| * | | | FindCUDA: CUDA_COMPUTE_BUILD_PATH uses relative paths to binary dir. | Mathias Gaunard | 2013-04-18 | 1 | -1/+7 |
| |/ / |
|
* | | | Merge topic 'OpenGL-require-includes' | Brad King | 2013-05-16 | 1 | -91/+88 |
|\ \ \ |
|
| * | | | FindOpenGL: require headers to be found on non-Windows platforms (#13746) | Rolf Eike Beer | 2013-04-17 | 1 | -1/+7 |
|
|
| * | | | FindOpenGL: simplify OS selection code | Rolf Eike Beer | 2013-04-17 | 1 | -91/+82 |
| |/ / |
|
* | | | Merge topic 'xcode-explicitFileType' | Brad King | 2013-05-16 | 3 | -3/+3 |
|\ \ \ |
|
| * | | | Xcode: Use explicitFileType to mark source types (#14093) | Brad King | 2013-04-16 | 3 | -3/+3 |
| |/ / |
|
* | | | Merge topic 'AddIARToolchain2' | Brad King | 2013-05-16 | 9 | -4/+154 |
|\ \ \ |
|
| * | | | Add IAR to the CMakeDetectC(XX)CompilerID.c(pp).in | Alex Neundorf | 2013-04-15 | 2 | -4/+8 |
|
|
| * | | | Add regexps for the IAR toolchain to the vendor list. | Alex Neundorf | 2013-04-15 | 3 | -0/+18 |
|
|
| * | | | Add support files for C, C++ and ASM for the IAR toolchain. | Alex Neundorf | 2013-04-15 | 4 | -0/+128 |
| |/ / |
|
* | | | Merge topic 'CrossCompilingFix13796' | Brad King | 2013-05-16 | 1 | -5/+5 |
|\ \ \ |
|
| * | | | CMakeSystem: include toolchain file after setting CMAKE_HOST_ (#13796) | Alex Neundorf | 2013-04-15 | 1 | -5/+5 |
| |/ / |
|
* | | | Merge topic 'fix-comment-typos' | Brad King | 2013-05-16 | 1 | -5/+5 |
|\ \ \ |
|
| * | | | Fix some copyastos in the DetermineRCCompiler file. | Stephen Kelly | 2013-04-14 | 1 | -5/+5 |
| |/ / |
|
* | | | Merge topic 'FindOpenSSL-cross-compiling' | Brad King | 2013-05-16 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | FindOpenSSL: Fix spelling of CMAKE_CROSSCOMPILING (#14075) | Robin Lee | 2013-04-12 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge topic 'vs-no-compiler-pdb-setting' | Brad King | 2013-05-16 | 2 | -4/+4 |
|\ \ \ |
|