Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Objective-C: Do not treat Objective-C files as C++ files | Cristian Adam | 2019-10-11 | 1 | -1/+1 |
* | Merge branch 'ExternalProject-minor-typos' into release-3.16 | Brad King | 2019-10-09 | 1 | -2/+2 |
|\ | |||||
| * | ExternalProject: fix some documentation typos | Ben Boeckel | 2019-10-09 | 1 | -2/+2 |
* | | Apple: Set Clang ASM compiler features | Gregor Jasny | 2019-10-09 | 1 | -0/+2 |
|/ | |||||
* | Merge topic 'pch-clang-pch-regen' | Brad King | 2019-10-04 | 2 | -3/+7 |
|\ | |||||
| * | PCH: Use clang's own pch functionality instead of the GCC emulation | Cristian Adam | 2019-10-03 | 2 | -3/+7 |
* | | Merge topic 'FindGTK2-harfbuzz' | Brad King | 2019-10-03 | 1 | -0/+3 |
|\ \ | |||||
| * | | FindGTK2: Add harfbuzz to GTK2_INCLUDE_DIRS | Markus Mittendrein | 2019-10-02 | 1 | -0/+3 |
| |/ | |||||
* | | FindJava: ensure all versions can be found | Marc Chevrier | 2019-10-02 | 2 | -3/+3 |
|/ | |||||
* | Merge topic 'vs-v142-version' | Brad King | 2019-10-02 | 1 | -1/+7 |
|\ | |||||
| * | VS: Fix support for v142 toolset minor versions | Brad King | 2019-10-01 | 1 | -1/+7 |
| * | Merge branch 'FindBoost-1.71' into release-3.15 | Brad King | 2019-09-04 | 1 | -9/+15 |
| |\ | |||||
| * \ | Merge branch 'FindBoost-1.71' into release-3.15 | Brad King | 2019-08-30 | 1 | -18/+31 |
| |\ \ | |||||
| * \ \ | Merge branch 'CrayPrgEnv-update-link-type-detection' into release-3.15 | Brad King | 2019-08-22 | 1 | -3/+17 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'FindMPI-restore-flag-vars' into release-3.15 | Brad King | 2019-08-21 | 1 | -1/+1 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'FindCurses-ncursesw' | Brad King | 2019-10-01 | 1 | -4/+12 |
|\ \ \ \ \ \ | |||||
| * | | | | | | FindCurses: toplevel ncursesw support, recover cflags | nick black | 2019-09-28 | 1 | -4/+12 |
* | | | | | | | Merge topic 'objective-c-cxx' | Brad King | 2019-09-30 | 32 | -2/+2263 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Languages: Add support for Objective-C++ | Steve Wilson | 2019-09-28 | 17 | -4/+1221 |
| * | | | | | | | Languages: Add support for Objective-C | Steve Wilson | 2019-09-28 | 17 | -2/+1046 |
* | | | | | | | | Merge topic 'FPHSA-reason-failure-message' | Brad King | 2019-09-30 | 1 | -6/+21 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | FPHSA: add capability to specify message explaining reason of failure | Marc Chevrier | 2019-09-27 | 1 | -6/+21 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge topic 'FindBinUtils-ask-compiler' | Brad King | 2019-09-27 | 2 | -21/+75 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | FindBinUtils: Use the compiler to get the path to compiler tools | Isuru Fernando | 2019-09-27 | 2 | -21/+75 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'cpack-DEB-use-CPACK_PACKAGE_DESCRIPTION_FILE' | Kyle Edwards | 2019-09-26 | 1 | -50/+127 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | CPackDeb: Use `CPACK_PACKAGE_DESCRIPTION_FILE` | Alex Turbov | 2019-09-21 | 1 | -16/+104 |
| * | | | | | | | Refactor: Use `list` commands instead of old-way string ops | Alex Turbov | 2019-09-21 | 1 | -31/+20 |
| * | | | | | | | Style: Remove spaces after command call and `(` | Alex Turbov | 2019-09-08 | 1 | -8/+8 |
* | | | | | | | | Merge topic 'iar-v850-asm' | Brad King | 2019-09-24 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | IAR: Add v850 assembler support | Nico Mueller | 2019-09-23 | 1 | -0/+5 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'FindThreads-lib-name' | Brad King | 2019-09-24 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | FindThreads: Do not hard-code '-l' flag on library name | Alan W. Irwin | 2019-09-23 | 1 | -4/+4 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge topic 'FindOpenSSL-static-deps' | Brad King | 2019-09-24 | 1 | -5/+43 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | FindOpenSSL: add pthread and dl dependencies to static lib on Linux | David Callu | 2019-09-20 | 1 | -5/+43 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'autogen_path_prefix' | Brad King | 2019-09-19 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Autogen: Add moc path prefix generation (AUTOMOC_PATH_PREFIX) | Sebastian Holtermann | 2019-09-16 | 1 | -0/+1 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'CMakeFindBinUtils-install_name_tool-prefix' | Brad King | 2019-09-19 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Use _CMAKE_TOOLCHAIN_PREFIX for install_name_tool as well | Isuru Fernando | 2019-09-18 | 1 | -1/+1 |
* | | | | | | | | Merge topic 'FindGnuTLS-target' | Brad King | 2019-09-19 | 1 | -10/+30 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | FindGnuTLS: add target GnuTLS::GnuTLS | David Callu | 2019-09-18 | 1 | -10/+30 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'shared-pch' | Brad King | 2019-09-18 | 1 | -3/+10 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Precompile Headers: Add REUSE_FROM signature | Cristian Adam | 2019-09-17 | 1 | -3/+10 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'iar-v850' | Brad King | 2019-09-17 | 5 | -2/+15 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | IAR: Add v850 support | Nico Mueller | 2019-09-16 | 5 | -2/+15 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'allow-pkg-config-missing-libraries' | Brad King | 2019-09-17 | 1 | -1/+5 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | FindPkgConfig: Allow libraries that can't be found with their full path | Chuck Atkins | 2019-09-16 | 1 | -1/+5 |
* | | | | | | | Merge topic 'doxygen-add-docs-USE_STAMP_FILE' | Craig Scott | 2019-09-06 | 1 | -17/+53 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | FindDoxygen: add USE_STAMP_FILE option | Nikita Sirgienko | 2019-09-05 | 1 | -17/+53 |
* | | | | | | | Merge topic 'FindBoost-1.71' | Brad King | 2019-09-04 | 1 | -9/+15 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | FindBoost: Tolerate future Boost INTERFACE libraries | Brad King | 2019-09-04 | 1 | -8/+14 |