| Commit message (Expand) | Author | Age | Files | Lines |
* | llvm-rc: Write depfile to location specified by the generator | Thomas Bernard | 2020-03-26 | 1 | -1/+2 |
|
|
* | llvm-rc: Select preprocessor from active languages | Thomas Bernard | 2020-03-26 | 1 | -2/+2 |
|
|
* | llvm-rc: Forward DEFINES instead of FLAGS | Thomas Bernard | 2020-03-03 | 1 | -1/+1 |
|
|
* | PCH: Clang: Update PCH usage flags to include original header | Sergey Larin | 2020-02-24 | 2 | -2/+2 |
|
|
* | Swift: Exclude SDK include paths | Yauheni Khnykin | 2020-02-10 | 1 | -1/+1 |
|
|
* | Merge topic 'llvm-rc-preprocess' | Brad King | 2020-02-05 | 1 | -0/+17 |
|\ |
|
| * | Add -E cmake_llvm_rc to preprocess files for llvm-rc | Thomas Bernard | 2020-02-04 | 1 | -0/+17 |
|
|
* | | Merge topic 'sdcc-no-default-target' | Brad King | 2020-02-05 | 1 | -11/+0 |
|\ \ |
|
| * | | SDCC: Remove default flags for a specific target | fruit | 2020-02-04 | 1 | -11/+0 |
| |/ |
|
* | | Merge topic 'android-ndk-r19-binutils' | Brad King | 2020-02-04 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Android: Fix binutils selection with NDK r19+ unified toolchain | Brad King | 2020-02-03 | 1 | -0/+1 |
|
|
* | | Merge topic 'windows-gnu-asm' | Brad King | 2020-02-03 | 7 | -16/+28 |
|\ \ |
|
| * | | ASM: Hook up Windows-specific GNU/Clang compiler information modules | Martin Storsjö | 2020-01-31 | 7 | -16/+28 |
|
|
* | | | AIX: Add an option to disable automatic exports from shared libraries | Brad King | 2020-01-31 | 2 | -4/+4 |
|
|
* | | | AIX: Improve name of internal symbol export list file | Brad King | 2020-01-31 | 2 | -4/+4 |
|
|
* | | | AIX: Add ExportImportList option to skip the object files | Brad King | 2020-01-31 | 1 | -14/+18 |
|
|
* | | | AIX: Revise ExportImportList to build output more incrementally | Brad King | 2020-01-31 | 1 | -2/+5 |
|/ / |
|
* | | Merge topic 'aix-skip-exports' | Brad King | 2020-01-31 | 1 | -1/+11 |
|\ \ |
|
| * | | AIX: Restore pre-3.16 undocumented method to suppress exports with XL | Brad King | 2020-01-30 | 1 | -1/+11 |
| |/ |
|
| * | Merge topic 'macOS-Xcode-11-frameworks' into release-3.16 | Brad King | 2020-01-13 | 1 | -0/+4 |
| |\ |
|
* | | | CUDA: Add abstraction for cuda runtime selection | Robert Maynard | 2020-01-27 | 1 | -0/+5 |
|
|
* | | | MinGW: Update find_library to not find plain .dll files | Brad King | 2020-01-20 | 2 | -2/+2 |
|
|
* | | | Ninja: Add a separate job pool for PCH creation | Dan Johnston | 2020-01-16 | 1 | -1/+2 |
|
|
* | | | Merge topic 'macOS-Xcode-11-frameworks' | Brad King | 2020-01-13 | 1 | -0/+4 |
|\ \ \
| | |/
| |/| |
|
| * | | macOS: Add support for new Xcode 11 frameworks directory | Marc Chevrier | 2020-01-10 | 1 | -0/+4 |
|
|
* | | | Merge topic 'GNUtoMS-vs2019' | Brad King | 2020-01-10 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | GNUtoMS: Add search path for VS 2019 environment scripts | Brad King | 2020-01-09 | 1 | -1/+1 |
| |/ |
|
* | | Swift: move windows handling into platform file (NFC) | Saleem Abdulrasool | 2019-12-22 | 1 | -0/+1 |
|
|
* | | Merge topic 'fat-ios' | Brad King | 2019-12-17 | 1 | -11/+94 |
|\ \ |
|
| * | | Handle multi-arch sysroots on Apple platforms | Tor Arne Vestbø | 2019-12-13 | 1 | -0/+79 |
|
|
| * | | Refactor SDK name to path into a function | Cristian Adam | 2019-12-11 | 1 | -11/+15 |
|
|
| * | | Use xcrun instead of xcodebuild for resolving SDK path | Tor Arne Vestbø | 2019-12-09 | 1 | -1/+1 |
|
|
* | | | MSVC: Fixed missing import library for Windows 10 ARM64 (Desktop) | shibayan | 2019-12-10 | 1 | -1/+1 |
|
|
* | | | CUDA: forward unknown flags to host compiler when possible. | Robert Maynard | 2019-11-29 | 1 | -12/+5 |
|/ / |
|
* | | SDCC compiler: use sdar instead of sdcclib as librarian for recent versions | Johnny Jazeix | 2019-11-18 | 1 | -10/+24 |
|
|
* | | Merge topic 'cmake-e-rm' | Kyle Edwards | 2019-11-15 | 2 | -2/+2 |
|\ \ |
|
| * | | replace remove and remove_directory with rm in tests | Johnny Jazeix | 2019-11-13 | 2 | -2/+2 |
|
|
* | | | Merge topic 'objc-link-main' | Brad King | 2019-11-11 | 1 | -50/+26 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | ObjC: Set same settings for all languages supported on Darwin | Cristian Adam | 2019-11-07 | 1 | -50/+26 |
|
|
* | | Merge topic 'objc-pch' | Brad King | 2019-11-05 | 1 | -3/+0 |
|\ \
| |/ |
|
| * | PCH: Add support for OBJC/OBJCXX languages | Cristian Adam | 2019-11-03 | 1 | -3/+0 |
|
|
* | | Merge topic 'message-check-types' | Craig Scott | 2019-11-04 | 1 | -6/+6 |
|\ \ |
|
| * | | Refactor: Use added message types in various modules | Alex Turbov | 2019-11-02 | 1 | -6/+6 |
|
|
* | | | Merge topic 'swift-sdk-on-mac' | Brad King | 2019-10-29 | 1 | -0/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Swift: Honor CMAKE_OSX_SYSROOT on Apple platforms | Brad King | 2019-10-28 | 1 | -0/+1 |
|
|
| * | | Apple: Set Clang ASM compiler features | Gregor Jasny | 2019-10-09 | 1 | -0/+2 |
|
|
* | | | Android: add support for native compilation, such as with the Termux app | Butta | 2019-10-15 | 5 | -0/+35 |
| |/
|/| |
|
* | | Apple: Set Clang ASM compiler features | Gregor Jasny | 2019-10-07 | 1 | -0/+2 |
|/ |
|
* | PCH: Use clang's own pch functionality instead of the GCC emulation | Cristian Adam | 2019-10-03 | 1 | -3/+4 |
|
|
* | Languages: Add support for Objective-C++ | Steve Wilson | 2019-09-28 | 4 | -3/+18 |
|
|