summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: Introduce place-holder for dependency target.Marc Chevrier2020-11-283-4/+4
* MSVC: Do not add /GR to CMAKE_CXX_FLAGS by defaultBrad King2020-11-131-1/+7
* MSVC: Factor out initialization of /GR flagBrad King2020-11-131-4/+8
* Android: load ABI information from abis.cmakeHaibo Huang2020-11-121-61/+76
* Merge topic 'android-abi'Brad King2020-11-111-4/+13
|\
| * Android: Use NDK_KNOWN_DEVICE_ABI{32,64}S instead of NDK_DEFAULT_ABISHaibo Huang2020-11-101-4/+13
* | Merge topic 'android-root'Brad King2020-11-101-32/+14
|\ \
| * | Android: restructure android search pathsHaibo Huang2020-11-091-32/+14
* | | Merge topic 'android-flags'Brad King2020-11-0910-56/+63
|\ \ \ | |/ / |/| |
| * | Android: allow NDK to control cflags / ldflagsHaibo Huang2020-11-061-7/+27
| * | Android: Move *_LLVM_TRIPLE to the centralized tableHaibo Huang2020-11-0610-49/+36
* | | Merge topic 'android-build-type'Brad King2020-11-061-1/+1
|\ \ \
| * | | Android: default to RelWithDebInfoHaibo Huang2020-11-041-1/+1
| |/ /
* | | Merge topic 'apple-v4-tbd-file-arch-lookup'Brad King2020-11-061-3/+9
|\ \ \ | | |/ | |/|
| * | Apple: Update SDK architecture detection for tbd file version 4Tor Arne Vestbø2020-11-051-3/+9
* | | Android: Link c++abi and android_support when necessaryHaibo Huang2020-11-041-0/+6
* | | Android: Add options to control exceptions/rttiHaibo Huang2020-11-041-0/+6
| |/ |/|
* | Android: add NDK hooksHaibo Huang2020-10-305-0/+60
* | llvm_rc: add llvm_rc option filter to correctly pick up all optionsThomas Bernard2020-10-281-1/+3
* | Android: Fix find_* search order within NDK for unified toolchainsHaibo Huang2020-10-231-0/+36
* | Android: Root searches within the NDK for unified toolchainsHaibo Huang2020-10-231-0/+38
|/
* Android: show supported API level in error messageHaibo Huang2020-10-131-1/+2
* Android: Fatal if ABI is not supported by NDKHaibo Huang2020-10-091-0/+6
* Android: Add support for NDK r22Haibo Huang2020-10-071-24/+64
* Android: Drop redundant setting of CMP0057 in Android-DetermineHaibo Huang2020-10-071-3/+0
* Android: Select Android API after ABI is determinedHaibo Huang2020-10-071-60/+60
* macOS: Default to arm64 architecture on Apple Silicon hostsBrad King2020-09-301-0/+11
* Clang: Implement CMAKE_${LANG}_COMPILER_TARGET for all variants on windowsThomas Bernard2020-09-112-8/+12
* Merge topic 'ios-pch-x-lang-header'Brad King2020-09-092-2/+12
|\
| * PCH: Mark CMake PCH source files as -x <lang>-headerCristian Adam2020-09-042-2/+12
* | Merge topic 'ispc_lang_support'Brad King2020-09-011-0/+8
|\ \
| * | ISPC: Support building with the MSVC toolchainRobert Maynard2020-08-281-0/+8
* | | llvm-rc: Enable preprocessing for all Windows usage variantsThomas Bernard2020-08-271-0/+2
* | | llvm-rc: Refactor the preprocessing logicThomas Bernard2020-08-271-20/+27
* | | Merge topic 'clang-cl-restore-preprocess'Brad King2020-08-211-2/+2
|\ \ \
| * | | clang-cl: Restore rules to create preprocessed and assembly outputBrad King2020-08-191-2/+2
* | | | Merge branch 'backport-3.18-llvm-rc-quote-cmake' into llvm-rc-quote-cmakeBrad King2020-08-181-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | llvm-rc: Fix quoting of path to cmake in CMAKE_RC_COMPILE_OBJECTThomas Bernard2020-08-181-1/+1
* | | clang-cl: Add '--' before source fileThomas Bernard2020-08-072-1/+9
* | | cmake: Change cmake_llvm_rc separator from -- to ++ to avoid conflictThomas Bernard2020-08-071-1/+1
| |/ |/|
* | Detect the correct target architecture for clang compilers.Thomas Bernard2020-07-281-0/+5
* | Fix typos identified using codespellJean-Christophe Fillion-Robin2020-07-222-2/+2
* | macOS: Always pick latest SDK if user has not set one explicitlyTor Arne Vestbø2020-07-141-21/+12
* | Darwin: prefix internal osx variables with "_" to hide them from usersChuck Cranor2020-07-031-9/+9
* | Visual Studio: Add Android supportKyle Edwards2020-06-244-3/+101
|/
* 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