| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | FindPostgreSQL: support version encoding used in pre-10 releases | Ben Boeckel | 2019-11-04 | 1 | -5/+16 |
| |/ / / / / / / |
|
* | | | | | | | | Merge branch 'objc-pch' into release-3.16 | Brad King | 2019-11-05 | 2 | -3/+2 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | PCH: Add support for OBJC/OBJCXX languages | Cristian Adam | 2019-11-03 | 2 | -3/+2 |
| |/ / / / / / / |
|
* | | | | | | | | FindwxWidgets: Add support for 3.1.3 VS binaries | Tomasz Słodkowicz | 2019-11-01 | 1 | -0/+10 |
|/ / / / / / / |
|
* | | | | | | | Merge branch 'swift-rpath' into release-3.16 | Brad King | 2019-10-31 | 1 | -0/+4 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Swift: support `BUILD_RPATH` properties | Saleem Abdulrasool | 2019-10-30 | 1 | -0/+4 |
|
|
* | | | | | | | | Merge branch 'docs-CMakePrintHelpers-typo' into release-3.16 | Craig Scott | 2019-10-31 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Help: Fix minor typo in CMakePrintHelpers module docs | Craig Scott | 2019-10-30 | 1 | -2/+2 |
| |/ / / / / / / |
|
* | | | | | | | | Merge branch 'sdk-on-mac' into release-3.16 | Brad King | 2019-10-28 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Swift: Honor CMAKE_OSX_SYSROOT on Apple platforms | Brad King | 2019-10-28 | 1 | -0/+1 |
| |/ / / / / / / |
|
* | | | | | | | | Merge branch 'FindCurses-formw' into release-3.16 | Brad King | 2019-10-28 | 1 | -3/+5 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | FindCurses: use formw when wide support is requested | nick black | 2019-10-28 | 1 | -3/+5 |
| |/ / / / / / / |
|
* | | | | | | | | Merge branch 'swift-parallel-jobs' into release-3.16 | Brad King | 2019-10-28 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Swift: correct flags for parallel jobs | Saleem Abdulrasool | 2019-10-28 | 1 | -3/+3 |
| |/ / / / / / / |
|
* | | | | | | | | Merge branch 'docs-FindPython-minor-grammar' into release-3.16 | Craig Scott | 2019-10-28 | 3 | -6/+6 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Help: Minor wording cleanup for Python modules | Craig Scott | 2019-10-27 | 3 | -6/+6 |
| |/ / / / / / / |
|
* | | | | | | | | Merge branch 'FindOpenMP-include-dir' into release-3.16 | Brad King | 2019-10-21 | 1 | -1/+42 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | FindOpenMP: Allow try_compile() to find omp.h for AppleClang | Craig Scott | 2019-10-17 | 1 | -1/+42 |
|
|
* | | | | | | | | Merge branch 'CMakeFindBinUtils-cleanup' into release-3.16 | Brad King | 2019-10-15 | 1 | -12/+0 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | CMakeFindBinUtils: Remove unnecessary variable unset calls | Brad King | 2019-10-15 | 1 | -12/+0 |
| |/ / / / / / / |
|
* | | | | | | | | Merge branch 'FindCurses-tinfow' into release-3.16 | Brad King | 2019-10-15 | 1 | -2/+4 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | FindCurses: use tinfow when wide support is requested | Manuel Herrmann | 2019-10-15 | 1 | -2/+4 |
| |/ / / / / / / |
|
* | | | | | | | | Merge branch 'FindHDF5-cray' into release-3.16 | Brad King | 2019-10-15 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | FindHDF5: Append hdf5 to hdf5_hl to avoid undefined references | Willem Deconinck | 2019-10-15 | 1 | -1/+1 |
|
|
| * | | | | | | | | FindHDF5: Cray HDF5 Fortran module filename is usually capitalized | Willem Deconinck | 2019-10-15 | 1 | -1/+1 |
| |/ / / / / / / |
|
* | | | | | | | | Merge branch 'FindOpenMP-clang-HIP-device' into release-3.16 | Brad King | 2019-10-14 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | FindOpenMP: Add support for HIP clang device pass | Konstantin Pyzhov | 2019-10-12 | 1 | -0/+2 |
| |/ / / / / / / |
|
* | | | | | | | | Merge branch 'InstallRequiredSystemLibraries-redist' into release-3.16 | Brad King | 2019-10-11 | 1 | -0/+7 |
|\ \ \ \ \ \ \ \
| | |_|/ / / / /
| |/| | | | | | |
|
| * | | | | | | | IRSL: Install vcruntime140_1.dll if available | Brad King | 2019-10-11 | 1 | -0/+6 |
|
|
| * | | | | | | | IRSL: Prefer MSVC runtime libraries from newest toolset first | Brad King | 2019-10-11 | 1 | -0/+1 |
|
|
* | | | | | | | | Merge branch 'FindPostgreSQL-macports-and-v12' into release-3.16 | Brad King | 2019-10-11 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | FindPostgreSQL: support macports installation scheme | Ben Boeckel | 2019-10-11 | 1 | -0/+3 |
|
|
| * | | | | | | | | FindPostgreSQL: support version 12 | Ben Boeckel | 2019-10-11 | 1 | -1/+1 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge branch 'iar-8051-support' into release-3.16 | Brad King | 2019-10-11 | 6 | -3/+23 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | IAR: Add 8051 support | Micael Borgefeldt | 2019-10-11 | 6 | -2/+22 |
|
|
| * | | | | | | | | IAR: Fix v850 assembler support file extensions | Micael Borgefeldt | 2019-10-11 | 1 | -1/+1 |
| |/ / / / / / / |
|
* | | | | | | | | Merge branch 'objc-c++flags' into release-3.16 | Brad King | 2019-10-11 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Objective-C: Do not treat Objective-C files as C++ files | Cristian Adam | 2019-10-11 | 1 | -1/+1 |
| |/ / / / / / / |
|
* | | | | | | | | Intel: Fix default C++ dialect detection on Windows | Brad King | 2019-10-10 | 1 | -3/+13 |
|/ / / / / / / |
|
* | | | | | | | 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 |
| |\ \ \ \ \ |
|