Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'FindJPEG-imported-targets' | Brad King | 2018-04-19 | 1 | -15/+104 |
|\ | |||||
| * | FindJPEG: Add imported target support and full test | Mateusz Loskot | 2018-04-18 | 1 | -2/+40 |
| * | FindJPEG: Add multi config support and associated docs | Mateusz Loskot | 2018-04-17 | 1 | -2/+22 |
| * | FindJPEG: Add version detection and associated test update and docs | Mateusz Loskot | 2018-04-17 | 1 | -1/+26 |
| * | FindJPEG: Cleanup documentation formatting | Mateusz Loskot | 2018-04-17 | 1 | -9/+15 |
| * | FindJPEG: Clean up whitepaces and lowercase function names | Mateusz Loskot | 2018-04-17 | 1 | -5/+5 |
* | | Merge topic 'InstallRequiredSystemLibraries-mfcm' | Brad King | 2018-04-19 | 1 | -0/+8 |
|\ \ | |||||
| * | | InstallRequiredSystemLibraries: Check for existence of mfcm dlls | Christof Krüger | 2018-04-18 | 1 | -0/+8 |
| * | | Merge branch 'FindOpenMP-Intel-Windows' into release-3.11 | Brad King | 2018-04-16 | 1 | -13/+4 |
| |\ \ | |||||
| * \ \ | Merge branch 'implicit-lib-gcceh-file' into release-3.11 | Brad King | 2018-04-16 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'features-msvc-2017' into release-3.11 | Brad King | 2018-04-11 | 1 | -21/+15 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'depfile-flag' | Brad King | 2018-04-19 | 3 | -0/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | SunPro,XL: Add depfile flags to support Ninja generator | Ephi Sinowitz | 2018-04-17 | 3 | -0/+6 |
* | | | | | | | Merge topic 'CheckIncludeFile-required-libs' | Brad King | 2018-04-19 | 3 | -0/+81 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | CheckIncludeFiles: Honor CMAKE_REQUIRED_LIBRARIES | Brad King | 2018-04-18 | 3 | -0/+81 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge topic '17870-effective-system-name' | Brad King | 2018-04-19 | 43 | -66/+73 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Apple: Use include_guard() within compiler config | Gregor Jasny | 2018-04-18 | 4 | -16/+4 |
| * | | | | | | | Apple: Use CMAKE_EFFECTIVE_SYSTEM_NAME to share compiler info | Gregor Jasny | 2018-04-18 | 35 | -38/+47 |
| * | | | | | | | Modules: Introduce CMAKE_EFFECTIVE_SYSTEM_NAME to lookup compiler info | Gregor Jasny | 2018-04-18 | 8 | -20/+28 |
| * | | | | | | | CMakeFindPackageMode: Perform platform-specific initialization | Brad King | 2018-04-18 | 1 | -0/+2 |
* | | | | | | | | Merge topic 'android-ndk-r17' | Brad King | 2018-04-18 | 1 | -1/+34 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Android: Add support for NDK r17 | Brad King | 2018-04-17 | 1 | -1/+34 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'fix-findmpi-lib-regex' | Christian Pfeiffer | 2018-04-18 | 1 | -6/+9 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | FindMPI: Fix libname regex to not match the compiler executable | Chuck Atkins | 2018-04-12 | 1 | -6/+9 |
* | | | | | | | | | Merge topic 'FindOpenSSL-components' | Craig Scott | 2018-04-17 | 1 | -19/+46 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | FindOpenSSL: Add component support | Harry Mallon | 2018-04-16 | 1 | -19/+46 |
* | | | | | | | | | Merge topic 'FindOpenAL-std-includes' | Brad King | 2018-04-17 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | FindOpenAL: Find AL/al.h or OpenAL/al.h in standard include paths | James Jones | 2018-04-16 | 1 | -1/+1 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge topic 'FindOpenMP-Intel-Windows' | Brad King | 2018-04-17 | 1 | -13/+4 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | FindOpenMP: Fix support for Intel on Windows | Roland Schulz | 2018-04-16 | 1 | -13/+4 |
* | | | | | | | | | Merge topic 'implicit-lib-gcceh-file' | Brad King | 2018-04-17 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | Exclude "libgcc_eh" library files from implicit link libraries | Brad King | 2018-04-16 | 1 | -1/+1 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'cuda-compiler-loaded' | Brad King | 2018-04-16 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | CUDA: Set CMAKE_CUDA_COMPILER_LOADED variable when language is enabled | Henry Schreiner | 2018-04-13 | 1 | -0/+1 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge topic 'clang-cl-std' | Brad King | 2018-04-13 | 1 | -5/+42 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Clang: Add standard flags support when simulating MSVC | Ruben Van Boxem | 2018-04-11 | 1 | -0/+21 |
| * | | | | | Clang: Avoid extra C++ feature detection when simulating MSVC | Brad King | 2018-04-11 | 1 | -0/+15 |
| * | | | | | Clang: Refactor standard flags logic when simulating MSVC | Brad King | 2018-04-11 | 1 | -5/+6 |
* | | | | | | Merge topic 'features-msvc-2017' | Brad King | 2018-04-12 | 1 | -21/+15 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Features: Record for VS 2017 through 15.6 | Daniel Filipe | 2018-04-11 | 1 | -21/+15 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'FindMatlab-handle-exception' | Brad King | 2018-04-12 | 1 | -2/+3 |
|\ \ \ \ \ | |||||
| * | | | | | FindMatlab: always handle uncaught exception | Clemens Buchacher | 2018-04-09 | 1 | -2/+3 |
* | | | | | | Merge topic 'FindwxWidgets-local-var' | Brad King | 2018-04-12 | 1 | -4/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | FindwxWidgets: Use more private name for local variable | Andrea Ranieri | 2018-04-11 | 1 | -4/+6 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge topic 'FindImageMagick-FixForMultipleInstalls' | Brad King | 2018-04-12 | 1 | -0/+3 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | FindImageMagick: Find components in same locations as main package | Roman Wüger | 2018-04-11 | 1 | -0/+3 |
* | | | | | | UseSWIG: fix erroneous generator expressions | Marc Chevrier | 2018-04-10 | 1 | -7/+11 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge topic 'FindCUDA-nvcc-clcache-support' | Brad King | 2018-04-09 | 1 | -0/+5 |
|\ \ \ \ \ | |||||
| * | | | | | FindCUDA: Add support for clcache | Edward Z. Yang | 2018-04-06 | 1 | -0/+5 |
* | | | | | | Merge topic 'findwxwidgets-msys-library-dirs' | Brad King | 2018-04-05 | 1 | -0/+20 |
|\ \ \ \ \ \ |