summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* FindProtobuf: Link to threads dependency only when Protobuf is foundBrad King2020-09-221-1/+1
* Merge topic 'comp-ti-std-options'Brad King2020-09-223-12/+141
|\
| * Compiler/TI: Add std options for C++14Josef Angstenberger2020-09-211-4/+22
| * Compiler/TI: Add std options for C++98Josef Angstenberger2020-09-211-0/+51
| * Compiler/TI: Add std options for C11Josef Angstenberger2020-09-211-0/+11
| * Compiler/TI: Check default C standardJosef Angstenberger2020-09-212-0/+19
| * Compiler/TI: Check compiler version for C99 supportJosef Angstenberger2020-09-211-4/+35
| * Compiler/TI: Fix definition of std optionsJosef Angstenberger2020-09-211-4/+4
| * Compiler/TI: Avoid generic variable name in macroJosef Angstenberger2020-09-211-8/+7
* | Merge topic 'findthreads_missing_prototype'Brad King2020-09-221-1/+1
|\ \
| * | FindThreads: Add missing static keyword in pthread test codePavel Otchertsov2020-09-181-1/+1
| |/
* | Merge topic 'FindGLEW-platform'Brad King2020-09-221-2/+1
|\ \
| * | FindGLEW: Avoid using CMAKE_GENERATOR_PLATFORM to detect platformAsit Dhal2020-09-211-2/+1
* | | Merge topic 'findcudatoolkit_cross_scattered'Brad King2020-09-221-4/+5
|\ \ \
| * | | FindCUDAToolkit: Support scattered installations when crosscompilingRaul Tambre2020-09-201-4/+5
| | |/ | |/|
* | | Merge topic 'check-compiler-flag-result'Brad King2020-09-222-2/+0
|\ \ \
| * \ \ Merge branch 'backport-3.17-check-compiler-flag-result'Brad King2020-09-212-2/+0
| |\ \ \
| | * | | Check*CompilerFlag: Do not set result as a normal variable tooBrad King2020-09-212-2/+0
* | | | | Merge topic 'xcode-12-new-build-system'Brad King2020-09-212-0/+13
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ExternalProject: Use CMP0114 NEW behavior with Xcode "new build system"Brad King2020-09-182-0/+13
* | | | | Merge topic 'FindMatlab-r2020b'Brad King2020-09-181-0/+1
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | FindMatlab: add R2020b => 9.9Michael Hirsch2020-09-171-0/+1
* | | | Merge topic 'finddoxygen-permission-denied'Brad King2020-09-171-7/+11
|\ \ \ \
| * | | | FindDoxygen: build the generated file contents using temporary stringsRonald Hiemstra2020-09-161-7/+11
* | | | | Merge topic 'findlibxml2_add_names'Brad King2020-09-171-1/+1
|\ \ \ \ \
| * | | | | FindLibXml2 : added libxml2_a to find_library()Olivier LIESS2020-09-161-1/+1
| |/ / / /
* | | | | Merge topic 'system-includes-for-clang-on-windows'Brad King2020-09-171-0/+1
|\ \ \ \ \
| * | | | | Clang: use -imsvc for system include dirs when running on WindowsAndrew Fuller2020-09-161-0/+1
| |/ / / /
* | | | | Merge topic 'flexiblas'Brad King2020-09-162-0/+34
|\ \ \ \ \
| * | | | | Find{BLAS,LAPACK}: Add support for FlexiBLASMattias Ellert2020-09-142-0/+34
* | | | | | Merge topic 'CMAKE_LINKER_points_to_lld_link_for_msvc_with_clang_gnu_interface'Brad King2020-09-161-1/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Clang: Detect lld-link when using gnu front end with msvc targetThomas Bernard2020-09-141-1/+5
| |/ / / /
* | | | | Merge topic 'ExternalProject-steps-refinement'Brad King2020-09-151-57/+257
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | ExternalProject: Add policy CMP0114 to refine step target dependenciesBrad King2020-09-141-43/+235
| * | | | ExternalProject: Factor out an internal helper to add a step targetBrad King2020-09-101-19/+27
* | | | | Merge topic 'cuda_clang_scattered_cross'Brad King2020-09-151-2/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | CUDA: Support scattered installations when crosscompiling with ClangRaul Tambre2020-09-141-2/+5
* | | | | Merge topic 'findpython-docs-fixes'Kyle Edwards2020-09-143-3/+3
|\ \ \ \ \
| * | | | | FindPython: fix typo in Python_LIBRARY_DIRSPhilipp Storz2020-09-113-3/+3
| |/ / / /
* | | | | Merge topic 'add_COMPILER_TARGET_for_all_clang_variants_on_windows'Brad King2020-09-144-10/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Clang: Implement CMAKE_${LANG}_COMPILER_TARGET for all variants on windowsThomas Bernard2020-09-114-10/+14
| |/ / /
* | | | Merge topic 'ispc_window_failures'Brad King2020-09-111-1/+5
|\ \ \ \
| * | | | ISPC: Use the `obj` file extension for objects on windowsRobert Maynard2020-09-101-1/+5
* | | | | Merge topic 'armclang-fixes'Brad King2020-09-111-2/+3
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | ARMClang: Fix link line generation after addition of armlink supportMarc Chevrier2020-09-101-2/+3
| * | | Merge topic 'ios-pch-x-lang-header' into release-3.18Brad King2020-09-094-4/+19
| |\ \ \
* | \ \ \ Merge topic 'pch-instantiate-templates'Brad King2020-09-101-0/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | PCH: Template instantiation supportTobias Hieta2020-09-021-0/+3
* | | | | Merge topic 'ios-pch-x-lang-header'Brad King2020-09-094-4/+19
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | PCH: Mark CMake PCH source files as -x <lang>-headerCristian Adam2020-09-044-4/+19