summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'FindBoost-1.69'Brad King2018-10-251-14/+29
|\
| * FindBoost: Add support for upcoming Boost 1.69Mateusz Łoskot2018-10-251-14/+29
* | Merge topic 'cuda-thread-flags'Brad King2018-10-251-1/+3
|\ \
| * | FindThreads: Pass -pthread to CUDA compiler through -XcompilerRolf Eike Beer2018-10-241-1/+3
| * | Merge branch 'GNUInstallDirs-kfreebsd-man' into release-3.13Brad King2018-10-221-1/+1
| |\ \
* | \ \ Merge topic 'rst-block-comments'Brad King2018-10-23202-9868/+10078
|\ \ \ \
| * | | | Help: Convert remaining modules to block-style commentsKitware Robot2018-10-22202-9868/+10078
* | | | | Merge topic 'GNUInstallDirs-kfreebsd-man'Brad King2018-10-231-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | GNUInstallDirs: Don't use BSD info and man paths on GNU/kFreeBSDJames Clarke2018-10-221-1/+1
| | |_|/ | |/| |
* | | | ExternalProject: option LOG_MERGED_STDOUTERR to combine stdout and stderrWouter Klouwen2018-10-191-3/+14
* | | | ExternalProject: add LOG_DIR option that allows overriding of log locationWouter Klouwen2018-10-191-7/+17
| |/ / |/| |
* | | Merge topic 'deployqt4-cmp0080-fix'Brad King2018-10-192-365/+381
|\ \ \
| * \ \ Merge branch 'master' into deployqt4-cmp0080-fixKyle Edwards2018-10-197-148/+253
| |\ \ \ | | |_|/ | |/| |
| * | | DeployQt4: Do not include BundleUtilities at configure timeKyle Edwards2018-10-192-71/+86
| * | | DeployQt4: Convert to 2-space indentationKyle Edwards2018-10-181-259/+259
| * | | Help: Convert DeployQt4 to block-style commentKyle Edwards2018-10-181-100/+101
| * | | Merge branch 'FindPkgConfig-operator-docs' into release-3.13Brad King2018-10-151-6/+9
| |\ \ \
| * \ \ \ Merge branch 'FindBoost-mt-release' into release-3.13Brad King2018-10-111-0/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'FindPython-updates' into release-3.13Brad King2018-10-112-2/+77
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'FindBISON-fix-verbose-file' into release-3.13Brad King2018-10-091-7/+14
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'mkl_ilp64' into release-3.13Brad King2018-10-092-21/+37
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'UseSWIG-php-regression' into release-3.13Brad King2018-10-081-0/+4
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'autogen-moc-predef-cross-compile' into release-3.13Brad King2018-10-082-0/+9
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'pkgc-op-lt-gt' into release-3.13Brad King2018-10-041-1/+3
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'misc-typos' into release-3.13Brad King2018-10-043-6/+6
| |\ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ Merge topic 'find_fontconfig'Brad King2018-10-191-0/+101
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | FindFontconfig: Add module to find FontconfigFrederik Gladhorn2018-10-181-0/+101
* | | | | | | | | | | | | | Merge topic 'FindLibinput-no-version-string-var'Brad King2018-10-191-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | FindLibinput: do not set Libinput_VERSION_STRINGFrederik Gladhorn2018-10-181-1/+0
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge topic 'help-syntax-highlighting'Craig Scott2018-10-1916-156/+201
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Help: Revise docs of modules AddFileDependencies..CheckFunctionExistsJoachim Wuttke (l)2018-10-1814-114/+126
| * | | | | | | | | | | | | Help: Override pygments CMakeLexer to support <..> and [..]Joachim Wuttke (o)2018-10-182-16/+34
| * | | | | | | | | | | | | Help: Use appropriate list types in FindPkgConfigJoachim Wuttke (l)2018-10-171-27/+42
* | | | | | | | | | | | | | FindLibinput: Use _COMPILE_OPTIONS instead of _DEFINITIONSFrederik Gladhorn2018-10-161-3/+3
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge topic 'FindPkgConfig-operator-docs'Brad King2018-10-151-6/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| * | | | | | | | | | | FindPkgConfig: Document support for > and < operatorsCraig Scott2018-10-151-6/+9
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'find_libinput'Brad King2018-10-121-0/+83
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | FindLibinput: Add module to find libinputFrederik Gladhorn2018-10-111-0/+83
* | | | | | | | | | | | Merge topic 'FindPython-updates'Brad King2018-10-122-2/+77
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
| * | | | | | | | | | | FindPython*: Add missing registry pathsMarc Chevrier2018-10-112-2/+77
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'FindBoost-mt-release'Brad King2018-10-121-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | / | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | FindBoost: Search for -mt variant of release libsMario Bielert2018-10-111-0/+1
| |/ / / / / / / /
* | | | | | | | | Merge topic 'cmake_policy-get_warning'Brad King2018-10-113-133/+126
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmake_policy: Add undocumented GET_WARNING commandKyle Edwards2018-10-103-14/+6
| * | | | | | | | | Help: Convert FindOpenGL documentation to block commentKyle Edwards2018-10-101-119/+120
* | | | | | | | | | Merge topic 'FindwxWidgets-optional'Brad King2018-10-111-9/+37
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | FindwxWidgets: implement detailed components status on WindowsTomasz Słodkowicz2018-10-101-0/+10
| * | | | | | | | | FindwxWidgets: honor OPTIONAL_COMPONENTSTomasz Słodkowicz2018-10-041-9/+27
* | | | | | | | | | Merge topic 'module-index-restructure'Craig Scott2018-10-102-6/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Help: Document Use_wxWindows.cmake as deprecatedCraig Scott2018-10-091-1/+2