summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
Commit message (Expand)AuthorAgeFilesLines
* Darwin: honour `CMAKE_OSX_SYSROOT` more faithfullySaleem Abdulrasool2020-05-311-5/+21
* Merge topic 'support_conda_env'Brad King2020-05-221-0/+4
|\
| * Conda: Add CONDA_PREFIX as an acceptable system prefix pathRobert Maynard2020-05-211-0/+4
* | Merge branch 'backport-cuda-default-runtime' into cuda-default-runtimeBrad King2020-05-221-1/+0
|\ \ | |/ |/|
| * CUDA: Compute CMAKE_CUDA_RUNTIME_LIBRARY default from toolchainRobert Maynard2020-05-211-1/+0
| * Merge topic 'pch-msvc-pragma' into release-3.17Brad King2020-05-121-7/+5
| |\
* | \ Merge topic 'doc-CMAKE_SYSTEM_PREFIX_PATH'Craig Scott2020-05-202-0/+11
|\ \ \
| * | | Document which environment variables effect CMAKE_SYSTEM_PREFIX_PATHRobert Maynard2020-05-192-0/+11
* | | | CUDA: Add support for Clang compilerRaul Tambre2020-05-151-0/+4
|/ / /
* | | Merge topic 'pch-msvc-pragma'Brad King2020-05-121-7/+5
|\ \ \ | | |/ | |/|
| * | MSVC: Use 'pragma system_header' in PCH only on cl 19.13 and aboveBrad King2020-05-111-7/+5
| * | Merge topic 'android-ndk-r19-binutils' into release-3.16Brad King2020-02-041-0/+1
| |\ \
* | | | OpenWatcom: Add cross-compilation support for WindowsJiri Malak2020-05-061-2/+11
* | | | OpenWatcom: Fix Linux support fileJiri Malak2020-05-061-4/+13
* | | | OpenWatcom: Add OS/2 target supportJiri Malak2020-05-064-0/+51
* | | | OpenWatcom: Add DOS target supportJiri Malak2020-05-064-0/+44
* | | | OpenWatcom: Add Linux supportJiri Malak2020-04-293-0/+18
* | | | OpenWatcom: Move non-Windows settings to Modules/CompilerJiri Malak2020-04-281-109/+3
* | | | CUDA: Device linking use now link optionsMarc Chevrier2020-04-191-2/+2
* | | | Merge topic 'ios_multi_arch_fix'Brad King2020-04-171-11/+76
|\ \ \ \ | | |_|/ | |/| |
| * | | iOS: Fix detection of supported SDK architecturesAlexandru Croitor2020-04-161-11/+76
* | | | Merge topic 'support_pseudo_sysroots'Brad King2020-04-151-0/+4
|\ \ \ \
| * | | | Compilers: Add paths from -print-sysroot to system prefix pathRobert Maynard2020-04-141-0/+4
* | | | | Merge branch 'backport-3.17-apple-arch-sysroots' into apple-arch-sysrootsBrad King2020-04-081-2/+2
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Apple: Improve handling of missing SDKs in CMAKE_APPLE_ARCH_SYSROOTSBrad King2020-04-081-2/+2
* | | | Merge topic 'llvm-rc-include-path'Brad King2020-04-071-1/+1
|\ \ \ \ | |/ / /
| * | | llvm-rc: Restore include path for data after explicit preprocessingThomas Bernard2020-04-061-1/+1
* | | | Merge topic 'llvm_rc_pp'Brad King2020-03-301-1/+1
|\ \ \ \ | |/ / /
| * | | llvm-rc: Enable preprocessing if CMAKE_RC_COMPILER_INIT is an absolute pathLucas Wang2020-03-271-1/+1
* | | | Merge topic 'llvm-rc-depfile'Brad King2020-03-271-3/+4
|\ \ \ \ | |/ / /
| * | | llvm-rc: Write depfile to location specified by the generatorThomas Bernard2020-03-261-1/+2
| * | | llvm-rc: Select preprocessor from active languagesThomas Bernard2020-03-261-2/+2
* | | | Merge topic 'compile-commands-collapse-whitespace'Brad King2020-03-2612-22/+22
|\ \ \ \
| * | | | Modules: Collapse consecutive whitespace in stringsDaan De Meyer2020-03-2312-22/+22
* | | | | MinGW: Fix default windres selection when cross-compilingBrad King2020-03-251-1/+1
* | | | | MinGW: Drop unnecessary windres selection code with Unix MakefilesBrad King2020-03-251-4/+0
|/ / / /
* | | | CUDA: Abstract language flag to compiler modulesRaul Tambre2020-03-111-4/+4
* | | | Merge topic 'msvc-librarian'Brad King2020-03-043-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | MSVC: Use 'lib' instead of 'link /lib' to create static librariesFrancisco Facioni2020-03-033-3/+3
* | | | llvm-rc: Forward DEFINES instead of FLAGSThomas Bernard2020-03-031-1/+1
|/ / /
* | | PCH: Clang: Update PCH usage flags to include original headerSergey Larin2020-02-242-2/+2
* | | Swift: Exclude SDK include pathsYauheni Khnykin2020-02-101-1/+1
* | | Merge topic 'llvm-rc-preprocess'Brad King2020-02-051-0/+17
|\ \ \
| * | | Add -E cmake_llvm_rc to preprocess files for llvm-rcThomas Bernard2020-02-041-0/+17
* | | | Merge topic 'sdcc-no-default-target'Brad King2020-02-051-11/+0
|\ \ \ \
| * | | | SDCC: Remove default flags for a specific targetfruit2020-02-041-11/+0
| |/ / /
* | | | Merge topic 'android-ndk-r19-binutils'Brad King2020-02-041-0/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Android: Fix binutils selection with NDK r19+ unified toolchainBrad King2020-02-031-0/+1
* | | Merge topic 'windows-gnu-asm'Brad King2020-02-037-16/+28
|\ \ \
| * | | ASM: Hook up Windows-specific GNU/Clang compiler information modulesMartin Storsjö2020-01-317-16/+28