summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ExternalProject-minor-typos' into release-3.16Brad King2019-10-091-2/+2
|\
| * ExternalProject: fix some documentation typosBen Boeckel2019-10-091-2/+2
* | Apple: Set Clang ASM compiler featuresGregor Jasny2019-10-091-0/+2
|/
* Merge topic 'pch-clang-pch-regen'Brad King2019-10-042-3/+7
|\
| * PCH: Use clang's own pch functionality instead of the GCC emulationCristian Adam2019-10-032-3/+7
* | Merge topic 'FindGTK2-harfbuzz'Brad King2019-10-031-0/+3
|\ \
| * | FindGTK2: Add harfbuzz to GTK2_INCLUDE_DIRSMarkus Mittendrein2019-10-021-0/+3
| |/
* | FindJava: ensure all versions can be foundMarc Chevrier2019-10-022-3/+3
|/
* Merge topic 'vs-v142-version'Brad King2019-10-021-1/+7
|\
| * VS: Fix support for v142 toolset minor versionsBrad King2019-10-011-1/+7
| * Merge branch 'FindBoost-1.71' into release-3.15Brad King2019-09-041-9/+15
| |\
| * \ Merge branch 'FindBoost-1.71' into release-3.15Brad King2019-08-301-18/+31
| |\ \
| * \ \ Merge branch 'CrayPrgEnv-update-link-type-detection' into release-3.15Brad King2019-08-221-3/+17
| |\ \ \
| * \ \ \ Merge branch 'FindMPI-restore-flag-vars' into release-3.15Brad King2019-08-211-1/+1
| |\ \ \ \
* | \ \ \ \ Merge topic 'FindCurses-ncursesw'Brad King2019-10-011-4/+12
|\ \ \ \ \ \
| * | | | | | FindCurses: toplevel ncursesw support, recover cflagsnick black2019-09-271-4/+12
* | | | | | | Merge topic 'objective-c-cxx'Brad King2019-09-3032-2/+2263
|\ \ \ \ \ \ \
| * | | | | | | Languages: Add support for Objective-C++Steve Wilson2019-09-2817-4/+1221
| * | | | | | | Languages: Add support for Objective-CSteve Wilson2019-09-2817-2/+1046
* | | | | | | | Merge topic 'FPHSA-reason-failure-message'Brad King2019-09-301-6/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | FPHSA: add capability to specify message explaining reason of failureMarc Chevrier2019-09-271-6/+21
| |/ / / / / / /
* | | | | | | | Merge topic 'FindBinUtils-ask-compiler'Brad King2019-09-272-21/+75
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | FindBinUtils: Use the compiler to get the path to compiler toolsIsuru Fernando2019-09-262-21/+75
| |/ / / / / /
* | | | | | | Merge topic 'cpack-DEB-use-CPACK_PACKAGE_DESCRIPTION_FILE'Kyle Edwards2019-09-261-50/+127
|\ \ \ \ \ \ \
| * | | | | | | CPackDeb: Use `CPACK_PACKAGE_DESCRIPTION_FILE`Alex Turbov2019-09-221-16/+104
| * | | | | | | Refactor: Use `list` commands instead of old-way string opsAlex Turbov2019-09-211-31/+20
| * | | | | | | Style: Remove spaces after command call and `(`Alex Turbov2019-09-081-8/+8
* | | | | | | | Merge topic 'iar-v850-asm'Brad King2019-09-241-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | IAR: Add v850 assembler supportNico Mueller2019-09-231-0/+5
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'FindThreads-lib-name'Brad King2019-09-241-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | FindThreads: Do not hard-code '-l' flag on library nameAlan W. Irwin2019-09-231-4/+4
| |/ / / / / / /
* | | | | | | | Merge topic 'FindOpenSSL-static-deps'Brad King2019-09-241-5/+43
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | FindOpenSSL: add pthread and dl dependencies to static lib on LinuxDavid Callu2019-09-201-5/+43
| |/ / / / / /
* | | | | | | Merge topic 'autogen_path_prefix'Brad King2019-09-191-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Autogen: Add moc path prefix generation (AUTOMOC_PATH_PREFIX)Sebastian Holtermann2019-09-161-0/+1
| |/ / / / / /
* | | | | | | Merge topic 'CMakeFindBinUtils-install_name_tool-prefix'Brad King2019-09-191-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Use _CMAKE_TOOLCHAIN_PREFIX for install_name_tool as wellIsuru Fernando2019-09-181-1/+1
* | | | | | | | Merge topic 'FindGnuTLS-target'Brad King2019-09-191-10/+30
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | FindGnuTLS: add target GnuTLS::GnuTLSDavid Callu2019-09-181-10/+30
| |/ / / / / /
* | | | | | | Merge topic 'shared-pch'Brad King2019-09-181-3/+10
|\ \ \ \ \ \ \
| * | | | | | | Precompile Headers: Add REUSE_FROM signatureCristian Adam2019-09-171-3/+10
| |/ / / / / /
* | | | | | | Merge topic 'iar-v850'Brad King2019-09-175-2/+15
|\ \ \ \ \ \ \
| * | | | | | | IAR: Add v850 supportNico Mueller2019-09-165-2/+15
| |/ / / / / /
* | | | | | | Merge topic 'allow-pkg-config-missing-libraries'Brad King2019-09-171-1/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | FindPkgConfig: Allow libraries that can't be found with their full pathChuck Atkins2019-09-161-1/+5
* | | | | | | Merge topic 'doxygen-add-docs-USE_STAMP_FILE'Craig Scott2019-09-051-17/+53
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | FindDoxygen: add USE_STAMP_FILE optionNikita Sirgienko2019-09-061-17/+53
* | | | | | | Merge topic 'FindBoost-1.71'Brad King2019-09-041-9/+15
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | FindBoost: Tolerate future Boost INTERFACE librariesBrad King2019-09-041-8/+14
| * | | | | | FindBoost: Clarify role of legacy variables in warning messageBrad King2019-09-041-1/+1
| | |_|_|_|/ | |/| | | |