Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'squish_windows_ext' | Brad King | 2020-05-14 | 1 | -1/+1 |
|\ | |||||
| * | FindSquish: Fix target app name on windows | Frederik Gladhorn | 2020-05-13 | 1 | -1/+1 |
* | | Merge topic 'fix-cache-args-file-to-dep-list' | Brad King | 2020-05-13 | 1 | -0/+4 |
|\ \ | |||||
| * | | ExternalProject: expose _ep_cache_args_script to the caller | Ben Boeckel | 2020-05-12 | 1 | -0/+4 |
* | | | Merge topic 'conditional-CMAKE_EXPORT_COMPILE_COMMANDS' | Brad King | 2020-05-13 | 1 | -7/+1 |
|\ \ \ | |||||
| * | | | Initialize CMAKE_EXPORT_COMPILE_COMMANDS only if not set already | Brad King | 2020-05-12 | 1 | -7/+1 |
| | |/ | |/| | |||||
* | | | Merge topic 'FindPython-IronPython-support' | Brad King | 2020-05-13 | 4 | -85/+382 |
|\ \ \ | |/ / |/| | | |||||
| * | | FindPython: Add IronPython support on all platforms | Marc Chevrier | 2020-05-11 | 4 | -85/+382 |
* | | | Merge topic 'pch-msvc-pragma' | Brad King | 2020-05-12 | 1 | -7/+5 |
|\ \ \ | |||||
| * | | | MSVC: Use 'pragma system_header' in PCH only on cl 19.13 and above | Brad King | 2020-05-11 | 1 | -7/+5 |
* | | | | Merge topic 'doxygen-generated-sources' | Brad King | 2020-05-11 | 1 | -3/+5 |
|\ \ \ \ | |||||
| * | | | | FindDoxygen: Allow generated files with USE_STAMP_FILE | Craig Scott | 2020-05-09 | 1 | -3/+5 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'FindGTK2-harfbuzz-target' | Brad King | 2020-05-11 | 1 | -3/+6 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | FindGTK2: Add harfbuzz target for dependency from pango | Brad King | 2020-05-09 | 1 | -3/+6 |
| |/ / | |||||
* | | | Merge topic 'FindPython-check-specified-version' | Brad King | 2020-05-08 | 1 | -47/+66 |
|\ \ \ | |||||
| * | | | FindPython: ensure any specified version is correctly handled | Marc Chevrier | 2020-05-07 | 1 | -47/+66 |
* | | | | Merge topic 'ow-mult-platforms' | Brad King | 2020-05-07 | 10 | -6/+119 |
|\ \ \ \ | |||||
| * | | | | OpenWatcom: Add cross-compilation support for Windows | Jiri Malak | 2020-05-06 | 1 | -2/+11 |
| * | | | | OpenWatcom: Fix Linux support file | Jiri Malak | 2020-05-06 | 1 | -4/+13 |
| * | | | | OpenWatcom: Add OS/2 target support | Jiri Malak | 2020-05-06 | 4 | -0/+51 |
| * | | | | OpenWatcom: Add DOS target support | Jiri Malak | 2020-05-06 | 4 | -0/+44 |
| |/ / / | |||||
* | | | | Merge topic 'FindVulkan-use-SDK-env-variable' | Brad King | 2020-05-07 | 1 | -8/+15 |
|\ \ \ \ | |||||
| * | | | | FindVulkan: Prefer VULKAN_SDK env var before standard paths on UNIX | Patric Schmitz | 2020-05-06 | 1 | -8/+15 |
* | | | | | Merge topic 'compiler-sysroot-slashes' | Brad King | 2020-05-07 | 1 | -1/+2 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Windows: Normalize slashes in compiler -print-sysroot path | Brad King | 2020-05-06 | 1 | -1/+2 |
| |/ / / | |||||
* | | | | Merge topic 'gtest-space-in-parameter' | Brad King | 2020-05-06 | 1 | -4/+16 |
|\ \ \ \ | |||||
| * | | | | GoogleTestAddTests: Fix output processing | Stefan Floeren | 2020-05-05 | 1 | -4/+16 |
* | | | | | Merge topic 'FindPkgConfig-isystem' | Brad King | 2020-05-06 | 1 | -7/+41 |
|\ \ \ \ \ | |||||
| * | | | | | FindPkgConfig: also handle "-isystem" prefixes for include directories | Rolf Eike Beer | 2020-05-05 | 1 | -7/+41 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'CheckLanguage-cuda-host' | Brad King | 2020-05-06 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | CheckLanguage: Fix forwarding of CMAKE_CUDA_HOST_COMPILER | Brad King | 2020-05-05 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'FindBoost-1.73' | Brad King | 2020-05-05 | 1 | -1/+5 |
|\ \ \ \ | |||||
| * | | | | FindBoost: Update MinGW compiler tag for Boost 1.73 | Brad King | 2020-05-04 | 1 | -1/+5 |
| | |_|/ | |/| | | |||||
* | | | | Merge topic 'FindBoost-1.73' | Brad King | 2020-05-05 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | FindBoost: Add 1.73 to known versions | Boris Basic | 2020-05-04 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge topic 'FindBoost-1.73' into release-3.17 | Brad King | 2020-04-28 | 1 | -1/+1 |
| |\ \ | |||||
* | | | | FindPython: Add support for 'PyPy' | Marc Chevrier | 2020-05-01 | 4 | -9/+109 |
* | | | | Merge topic 'FPHSA-handle-components' | Brad King | 2020-05-01 | 1 | -4/+17 |
|\ \ \ \ | |||||
| * | | | | FPHSA: REQUIRED_VARS is optional if HANDLE_COMPONENTS is specified | Marc Chevrier | 2020-04-30 | 1 | -4/+17 |
* | | | | | Merge topic 'CTestCoverageCollectGCOV-compress-opts' | Brad King | 2020-05-01 | 1 | -6/+48 |
|\ \ \ \ \ | |||||
| * | | | | | CTestCoverageCollectGCOV: Add TARBALL_COMPRESSION option | Kelly (KT) Thompson | 2020-04-30 | 1 | -6/+48 |
* | | | | | | Merge topic 'patch-11' | Brad King | 2020-04-30 | 3 | -0/+18 |
|\ \ \ \ \ \ | |||||
| * | | | | | | OpenWatcom: Add Linux support | Jiri Malak | 2020-04-29 | 3 | -0/+18 |
* | | | | | | | FindPython: fix error on FPHSA call | Marc Chevrier | 2020-04-29 | 1 | -20/+20 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | Merge topic 'FindLibXslt-targets' | Brad King | 2020-04-29 | 1 | -3/+57 |
|\ \ \ \ \ \ | |||||
| * | | | | | | FindLibXslt: use LIBXSLT_LIBRARY as cache variable | Markus Rickert | 2020-04-28 | 1 | -2/+9 |
| * | | | | | | FindLibXslt: provide imported targets | Markus Rickert | 2020-04-28 | 1 | -2/+34 |
| * | | | | | | FindLibXslt: identify libexslt include directory | Markus Rickert | 2020-04-28 | 1 | -0/+15 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'FindVulkan-env-sdk-first' | Brad King | 2020-04-29 | 1 | -6/+5 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | FindVulkan: Prefer VULKAN_SDK env var before standard paths | pheonix xx | 2020-04-28 | 1 | -6/+5 |