| Commit message (Expand) | Author | Age | Files | Lines |
* | Clang: Support WIN32_EXECUTABLE | Raul Tambre | 2020-12-23 | 1 | -0/+3 |
|
|
* | Merge topic 'macos-homebrew-apple-silicon' | Brad King | 2020-12-14 | 1 | -0/+7 |
|\ |
|
| * | macOS: Add /opt/homebrew to CMAKE_SYSTEM_PREFIX_PATH on Apple Silicon | Brad King | 2020-12-11 | 1 | -0/+7 |
|
|
* | | Merge topic 'apple-silicon-host-arch' | Brad King | 2020-12-11 | 1 | -4/+13 |
|\ \
| |/ |
|
| * | macOS: Offer control over host architecture on Apple Silicon hosts | Brad King | 2020-12-10 | 1 | -4/+13 |
|
|
* | | Merge topic 'explicit-LANGUAGE-flag' | Brad King | 2020-12-04 | 1 | -4/+4 |
|\ \ |
|
| * | | Embarcadero: Simplify addition of -P flag for C++ | Brad King | 2020-12-02 | 1 | -4/+4 |
|
|
* | | | Merge topic 'llvm-rc-preprocess-as-c' | Brad King | 2020-12-03 | 1 | -5/+5 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' into llvm-rc-preprocess-as-c | Brad King | 2020-12-02 | 22 | -94/+323 |
| |\ \ \
| | |_|/
| |/| | |
|
| * | | | llvm-rc: Force C language for the clang gnu frontend | Thomas Bernard | 2020-12-02 | 1 | -5/+5 |
|
|
* | | | | Merge topic 'ninja-deps-updates' | Brad King | 2020-12-02 | 4 | -7/+52 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Ninja Generators: Homogenize configuration with Makefiles | Marc Chevrier | 2020-12-01 | 4 | -7/+52 |
| | |/
| |/| |
|
* | | | Merge topic 'windows-clang-LINKER-prefix' | Brad King | 2020-12-01 | 1 | -0/+3 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Clang on Windows: 'LINKER:' prefix must be honored | Marc Chevrier | 2020-11-30 | 1 | -0/+3 |
|
|
* | | Makefiles Generators: use compiler for dependencies generation | Marc Chevrier | 2020-11-29 | 7 | -0/+67 |
|
|
* | | Refactoring: Introduce place-holder for dependency target. | Marc Chevrier | 2020-11-28 | 3 | -4/+4 |
|
|
* | | MSVC: Do not add /GR to CMAKE_CXX_FLAGS by default | Brad King | 2020-11-13 | 1 | -1/+7 |
|
|
* | | MSVC: Factor out initialization of /GR flag | Brad King | 2020-11-13 | 1 | -4/+8 |
|
|
* | | Android: load ABI information from abis.cmake | Haibo Huang | 2020-11-12 | 1 | -61/+76 |
|
|
* | | Merge topic 'android-abi' | Brad King | 2020-11-11 | 1 | -4/+13 |
|\ \
| |/ |
|
| * | Android: Use NDK_KNOWN_DEVICE_ABI{32,64}S instead of NDK_DEFAULT_ABIS | Haibo Huang | 2020-11-10 | 1 | -4/+13 |
|
|
* | | Merge topic 'android-root' | Brad King | 2020-11-10 | 1 | -32/+14 |
|\ \ |
|
| * | | Android: restructure android search paths | Haibo Huang | 2020-11-09 | 1 | -32/+14 |
|
|
* | | | Merge topic 'android-flags' | Brad King | 2020-11-09 | 10 | -56/+63 |
|\ \ \
| |/ /
|/| | |
|
| * | | Android: allow NDK to control cflags / ldflags | Haibo Huang | 2020-11-06 | 1 | -7/+27 |
|
|
| * | | Android: Move *_LLVM_TRIPLE to the centralized table | Haibo Huang | 2020-11-06 | 10 | -49/+36 |
|
|
* | | | Merge topic 'android-build-type' | Brad King | 2020-11-06 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Android: default to RelWithDebInfo | Haibo Huang | 2020-11-04 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge topic 'apple-v4-tbd-file-arch-lookup' | Brad King | 2020-11-06 | 1 | -3/+9 |
|\ \ \
| | |/
| |/| |
|
| * | | Apple: Update SDK architecture detection for tbd file version 4 | Tor Arne Vestbø | 2020-11-05 | 1 | -3/+9 |
|
|
* | | | Android: Link c++abi and android_support when necessary | Haibo Huang | 2020-11-04 | 1 | -0/+6 |
|
|
* | | | Android: Add options to control exceptions/rtti | Haibo Huang | 2020-11-04 | 1 | -0/+6 |
| |/
|/| |
|
* | | Android: add NDK hooks | Haibo Huang | 2020-10-30 | 5 | -0/+60 |
|
|
* | | llvm_rc: add llvm_rc option filter to correctly pick up all options | Thomas Bernard | 2020-10-28 | 1 | -1/+3 |
|
|
* | | Android: Fix find_* search order within NDK for unified toolchains | Haibo Huang | 2020-10-23 | 1 | -0/+36 |
|
|
* | | Android: Root searches within the NDK for unified toolchains | Haibo Huang | 2020-10-23 | 1 | -0/+38 |
|/ |
|
* | Android: show supported API level in error message | Haibo Huang | 2020-10-13 | 1 | -1/+2 |
|
|
* | Android: Fatal if ABI is not supported by NDK | Haibo Huang | 2020-10-09 | 1 | -0/+6 |
|
|
* | Android: Add support for NDK r22 | Haibo Huang | 2020-10-07 | 1 | -24/+64 |
|
|
* | Android: Drop redundant setting of CMP0057 in Android-Determine | Haibo Huang | 2020-10-07 | 1 | -3/+0 |
|
|
* | Android: Select Android API after ABI is determined | Haibo Huang | 2020-10-07 | 1 | -60/+60 |
|
|
* | macOS: Default to arm64 architecture on Apple Silicon hosts | Brad King | 2020-09-30 | 1 | -0/+11 |
|
|
* | Clang: Implement CMAKE_${LANG}_COMPILER_TARGET for all variants on windows | Thomas Bernard | 2020-09-11 | 2 | -8/+12 |
|
|
* | Merge topic 'ios-pch-x-lang-header' | Brad King | 2020-09-09 | 2 | -2/+12 |
|\ |
|
| * | PCH: Mark CMake PCH source files as -x <lang>-header | Cristian Adam | 2020-09-04 | 2 | -2/+12 |
|
|
* | | Merge topic 'ispc_lang_support' | Brad King | 2020-09-01 | 1 | -0/+8 |
|\ \ |
|
| * | | ISPC: Support building with the MSVC toolchain | Robert Maynard | 2020-08-28 | 1 | -0/+8 |
|
|
* | | | llvm-rc: Enable preprocessing for all Windows usage variants | Thomas Bernard | 2020-08-27 | 1 | -0/+2 |
|
|
* | | | llvm-rc: Refactor the preprocessing logic | Thomas Bernard | 2020-08-27 | 1 | -20/+27 |
|
|
* | | | Merge topic 'clang-cl-restore-preprocess' | Brad King | 2020-08-21 | 1 | -2/+2 |
|\ \ \ |
|