summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'pragma-once'Brad King2017-12-0421-3/+36
|\
| * Check*: Added include guardsCristian Adam2017-12-0121-3/+36
* | Merge topic 'CMakeFindBinUtils-improve-switch'Brad King2017-11-307-14/+12
|\ \
| * | CMakeFindBinUtils: Improve switch between MSVC- and GNU-like toolsBrad King2017-11-287-14/+12
| |/
* | Merge topic 'findcuda-separable-compilation-fix'Brad King2017-11-301-2/+2
|\ \
| * | FindCUDA: Add cublas device library to separable compilationJamil Appa2017-11-291-2/+2
* | | Merge topic 'findiconv-module'Brad King2017-11-301-0/+133
|\ \ \
| * | | FindIconv: Add the FindIconv module.Christian Pfeiffer2017-11-291-0/+133
* | | | Merge topic 'CheckIncludeFiles-fix-src-name'Brad King2017-11-301-2/+2
|\ \ \ \
| * | | | CheckIncludeFiles: Fix name of source file used for checkBrad King2017-11-301-2/+2
* | | | | Merge topic 'CodeBlocks-custom-compiler-id'Brad King2017-11-291-0/+3
|\ \ \ \ \
| * | | | | CodeBlocks: add option for the CB compiler IDMelven Roehrig-Zoellner2017-11-271-0/+3
| | |/ / / | |/| | |
* | | | | Merge topic 'clang-cl-fix'Brad King2017-11-291-3/+3
|\ \ \ \ \
| * | | | | Clang: Do not mistake clang-cl 6.0 for GNU-like clangİsmail Dönmez2017-11-281-3/+3
* | | | | | Merge topic 'CheckIncludeFiles-language-CXX'Brad King2017-11-291-5/+35
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | CheckIncludeFiles: improve warning for missing argumentDavid Adam2017-11-241-3/+5
| * | | | | CheckIncludeFiles: clean up documentation of new featuresDavid Adam2017-11-241-3/+5
| * | | | | CheckIncludeFiles: extend to allow a LANGUAGE argumentDavid Adam2017-11-111-3/+29
* | | | | | Merge topic 'win-clang-debug'Brad King2017-11-291-5/+3
|\ \ \ \ \ \
| * | | | | | FindBoost: Add Windows ABI tag for Clang debugRoger Leigh2017-11-271-0/+1
| * | | | | | FindBoost: Use CMAKE_CXX_COMPILER_ID for Intel compilerRoger Leigh2017-11-271-5/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'cuda-implicit-include-dirs'Brad King2017-11-291-0/+3
|\ \ \ \ \ \
| * | | | | | CUDA: Treat /usr/include as an implicit include directoryBrad King2017-11-271-0/+3
| | |_|/ / / | |/| | | |
* | | | | | GNUInstallDirs: Update link to 64-bit ABI documentsBrad King2017-11-271-1/+1
| |/ / / / |/| | | |
* | | | | Merge topic 'hardcoded-path-removal'Brad King2017-11-2725-273/+93
|\ \ \ \ \
| * | | | | Modules: Replace coded PATHS with PATH_SUFFIXESChristian Pfeiffer2017-11-209-109/+64
| * | | | | FindMPEG,2: Update to current libmpeg2 behaviorChristian Pfeiffer2017-11-202-23/+17
| * | | | | FindPike: Update names and pathsChristian Pfeiffer2017-11-201-6/+3
| * | | | | FindAVIFile: Replace PATHS with updated suffixesChristian Pfeiffer2017-11-201-8/+2
| * | | | | Modules: Remove paths set as global Unix prefixesChristian Pfeiffer2017-11-2012-127/+7
| | |_|/ / | |/| | |
* | | | | Merge topic 'WriteBasicConfigVersionFile_SameMinorVersion'Craig Scott2017-11-223-6/+58
|\ \ \ \ \
| * | | | | WriteBasicConfigVersionFile: Add SameMinorVersion COMPATIBILITY optionDaniele E. Domenichelli2017-11-213-6/+58
| |/ / / /
* | | | | Merge topic 'gtest-fix-discovery'Brad King2017-11-211-2/+25
|\ \ \ \ \
| * | | | | GoogleTest: Fix multiple discovery on same targetMatthew Woehlke2017-11-211-2/+25
| | |/ / / | |/| | |
* | | | | Merge topic 'irsl-intel-1041-folder'Christian Pfeiffer2017-11-211-1/+4
|\ \ \ \ \
| * | | | | IRSL: Install the 1041 folder for Intel compilersChristian Pfeiffer2017-11-201-1/+4
| | |/ / / | |/| | |
* | | | | Merge topic 'findqt4-dirs-fix'Christian Pfeiffer2017-11-211-1/+12
|\ \ \ \ \
| * | | | | FindQt4: Set PLUGINS and IMPORTS dir even if emptyChristian Pfeiffer2017-11-191-1/+12
| |/ / / /
* | | | | Merge topic 'wxwidgets-env-variables'Christian Pfeiffer2017-11-212-4/+6
|\ \ \ \ \
| * | | | | wxWidgets: Respect WX_CONFIG and WXRC_CMD env varsChristian Pfeiffer2017-11-192-4/+6
| |/ / / /
* | | | | Merge topic 'imagemagick-6-freebsd-names'Christian Pfeiffer2017-11-211-0/+9
|\ \ \ \ \
| * | | | | FindImageMagick: Add more library namesChristian Pfeiffer2017-11-201-0/+9
| |/ / / /
* | | | | Merge topic 'autogen-rcc-custom-command'Brad King2017-11-202-7/+12
|\ \ \ \ \
| * | | | | Autogen: Use integers instead of strings for the Qt versionSebastian Holtermann2017-11-191-1/+0
| * | | | | Autogen: Detect rcc feature once during configurationSebastian Holtermann2017-11-191-2/+2
| * | | | | Autogen: Add and use cmQtAutoGenerator base classSebastian Holtermann2017-11-191-0/+1
| * | | | | Autogen: Remove rcc code from cmQtAutoGeneratorsSebastian Holtermann2017-11-191-6/+0
| * | | | | Autogen: Switch to use custom commands for RCCSebastian Holtermann2017-11-191-0/+11
| |/ / / /
* | | | | Merge topic 'cpack-minor-cleanup-and-tests-extension'Brad King2017-11-202-2/+2
|\ \ \ \ \
| * | | | | CPack: set variable commands in lower caseDomen Vrankar2017-11-191-1/+1