summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cleanup-CMP0054'Brad King2014-09-222-2/+2
|\
| * CheckPrototypeDefinition: Avoid if() auto-dereferenceBrad King2014-09-161-1/+1
| * ExternalProject: Fix CMP0054 warning in _ep_parse_argumentsMatt McCormick2014-09-151-1/+1
* | Merge topic 'ExternalProject-retry'Brad King2014-09-221-6/+0
|\ \ | |/ |/|
| * ExternalProject: Fix download retry logicRuslan Baratov2014-09-151-6/+0
* | Merge topic 'vs-generator-platform'Brad King2014-09-151-2/+2
|\ \
| * | ExternalProject: Use -A option to pass generator platformBrad King2014-09-151-2/+2
* | | Merge topic 'if-sanity'Brad King2014-09-156-6/+6
|\ \ \ | |_|/ |/| |
| * | FPHSA: Avoid if() dereferencing of quoted variableBrad King2014-09-111-1/+1
| * | FindGTK2: Avoid depending on if() to dereference a quoted variableBrad King2014-09-111-1/+1
| * | Modules/Test*.cmake: Use if(DEFINED) to simplify conditionsBrad King2014-09-114-4/+4
* | | Merge topic 'doc-check-results-cached'Brad King2014-09-1116-1/+18
|\ \ \
| * | | Help: Document that the CHECK_* macros create cache variablesSebastian Leske2014-09-1116-1/+18
* | | | Merge topic 'fix-gnu-hurd-host-detection'Brad King2014-09-111-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix CMAKE_HOST_SYSTEM_PROCESSOR detection on GNU/Hurd (#15147)Felix Geyer2014-09-101-1/+1
* | | | Merge topic 'vs-generator-platform'Brad King2014-09-101-0/+11
|\ \ \ \ | | |_|/ | |/| |
| * | | ExternalProject: Propagate the generator platformBrad King2014-09-051-0/+11
| | |/ | |/|
* | | Merge topic 'FindIce-updates'Brad King2014-09-101-18/+15
|\ \ \ | |_|/ |/| |
| * | FindIce: Respect Ice_FIND_QUIETLY when printing messagesRoger Leigh2014-09-091-12/+16
| * | FindIce: Remove unneeded search path modificationRoger Leigh2014-09-091-7/+0
* | | Merge topic 'use-consistent-regex-for-info-strings'Brad King2014-09-093-3/+3
|\ \ \
| * | | Use a more reliable regex for extracting binary INFO stringsChuck Atkins2014-09-033-3/+3
* | | | Merge topic 'ExternalProject-download-loop'Brad King2014-09-091-0/+1
|\ \ \ \
| * | | | ExternalProject: Avoid infinite loop on file download hash mismatchAlan W. Irwin2014-09-081-0/+1
* | | | | Merge topic 'fix-clang-cross-compile-find-binutils'Brad King2014-09-082-2/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix finding binutils when cross-compiling with ClangBrad King2014-09-052-2/+6
* | | | | Merge topic 'fix-gtk2-missing-optional-includes'Brad King2014-09-041-1/+5
|\ \ \ \ \
| * | | | | FindGTK2: Fix missing optional include dirs.Chuck Atkins2014-09-041-1/+5
* | | | | | Merge topic 'InstallRequiredSystemLibraries-vs-openmp'Brad King2014-09-041-0/+36
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | InstallRequiredSystemLibraries: Install OpenMP runtime libs (#15117)Gregory Sharp2014-09-021-0/+36
| |/ / / /
* | | | | Merge topic 'fix-findpostgres-for-multilib'Brad King2014-09-021-6/+16
|\ \ \ \ \
| * | | | | FindPostgreSQL: Fix for pg_config in multilib configurations.Chuck Atkins2014-09-021-6/+16
| |/ / / /
* | | | | Merge topic 'asm-user-override-files'Brad King2014-09-021-0/+18
|\ \ \ \ \
| * | | | | Load CMAKE_USER_MAKE_RULES_OVERRIDE[_ASM] for assembler (#15108)Mikhail Nikonov2014-08-271-0/+18
* | | | | | Merge topic 'vs-windows-apps'Brad King2014-09-022-5/+8
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | MSVC: Define 'WIN32' for Windows Store and Windows PhoneGilles Khouzam2014-09-021-0/+1
| * | | | | CMakeDetermineCompilerABI: Link with standard libraries on MSVCBrad King2014-08-211-5/+7
* | | | | | Merge topic 'wxWidgets-cflags'Brad King2014-08-271-2/+5
|\ \ \ \ \ \
| * | | | | | UsewxWidgets: CFLAGS are expected to be a string here, not a list.Richard M. Shaw2014-08-221-2/+5
| | |/ / / / | |/| | | |
* | | | | | FindwxWidgets: Improve path detection logic when cross-compiling.Richard M. Shaw2014-08-221-4/+3
|/ / / / /
* | | | | Merge topic 'vs-masm'Brad King2014-08-222-2/+3
|\ \ \ \ \
| * | | | | ASM_MASM: Fix selection of ml64Brad King2014-08-131-1/+2
| * | | | | ASM_MASM: Add preprocessor definitions to compile linesBrad King2014-08-131-1/+1
* | | | | | Merge topic 'FindXerces'Brad King2014-08-221-0/+85
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | FindXerces: New module to find Apache Xerces-C++Roger Leigh2014-08-211-0/+85
* | | | | | FindIce: New module to find ZeroC IceRoger Leigh2014-08-211-0/+396
|/ / / / /
* | | | | Merge topic 'check-flag-for-intel'Brad King2014-08-201-0/+1
|\ \ \ \ \
| * | | | | Check*CompilerFlag: Add another pattern for Intel (#15096)Roland Schulz2014-08-191-0/+1
| | |/ / / | |/| | |
* | | | | Merge topic 'FindOpenMP-add-Fortran-support'Brad King2014-08-191-0/+47
|\ \ \ \ \
| * | | | | FindOpenMP: Add support for Fortran (#14656)Nicolas Bock2014-08-181-0/+47