summaryrefslogtreecommitdiff
path: root/Modules/Platform
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | AIX: Add an option to disable automatic exports from shared librariesBrad King2020-01-312-4/+4
* | | AIX: Improve name of internal symbol export list fileBrad King2020-01-312-4/+4
* | | AIX: Add ExportImportList option to skip the object filesBrad King2020-01-311-14/+18
* | | AIX: Revise ExportImportList to build output more incrementallyBrad King2020-01-311-2/+5
|/ /
* | Merge topic 'aix-skip-exports'Brad King2020-01-311-1/+11
|\ \
| * | AIX: Restore pre-3.16 undocumented method to suppress exports with XLBrad King2020-01-301-1/+11
| |/
| * Merge topic 'macOS-Xcode-11-frameworks' into release-3.16Brad King2020-01-131-0/+4
| |\
* | | CUDA: Add abstraction for cuda runtime selectionRobert Maynard2020-01-271-0/+5
* | | MinGW: Update find_library to not find plain .dll filesBrad King2020-01-202-2/+2
* | | Ninja: Add a separate job pool for PCH creationDan Johnston2020-01-161-1/+2
* | | Merge topic 'macOS-Xcode-11-frameworks'Brad King2020-01-131-0/+4
|\ \ \ | | |/ | |/|
| * | macOS: Add support for new Xcode 11 frameworks directoryMarc Chevrier2020-01-101-0/+4
* | | Merge topic 'GNUtoMS-vs2019'Brad King2020-01-101-1/+1
|\ \ \ | | |/ | |/|
| * | GNUtoMS: Add search path for VS 2019 environment scriptsBrad King2020-01-091-1/+1
| |/
* | Swift: move windows handling into platform file (NFC)Saleem Abdulrasool2019-12-211-0/+1
* | Merge topic 'fat-ios'Brad King2019-12-171-11/+94
|\ \
| * | Handle multi-arch sysroots on Apple platformsTor Arne Vestbø2019-12-131-0/+79
| * | Refactor SDK name to path into a functionCristian Adam2019-12-111-11/+15
| * | Use xcrun instead of xcodebuild for resolving SDK pathTor Arne Vestbø2019-12-091-1/+1
* | | MSVC: Fixed missing import library for Windows 10 ARM64 (Desktop)shibayan2019-12-111-1/+1
* | | CUDA: forward unknown flags to host compiler when possible.Robert Maynard2019-11-291-12/+5
|/ /
* | SDCC compiler: use sdar instead of sdcclib as librarian for recent versionsJohnny Jazeix2019-11-181-10/+24
* | Merge topic 'cmake-e-rm'Kyle Edwards2019-11-152-2/+2
|\ \
| * | replace remove and remove_directory with rm in testsJohnny Jazeix2019-11-132-2/+2
* | | Merge topic 'objc-link-main'Brad King2019-11-111-50/+26
|\ \ \ | |/ / |/| / | |/
| * ObjC: Set same settings for all languages supported on DarwinCristian Adam2019-11-081-50/+26
* | Merge topic 'objc-pch'Brad King2019-11-051-3/+0
|\ \ | |/
| * PCH: Add support for OBJC/OBJCXX languagesCristian Adam2019-11-031-3/+0
* | Merge topic 'message-check-types'Craig Scott2019-11-041-6/+6
|\ \
| * | Refactor: Use added message types in various modulesAlex Turbov2019-11-021-6/+6
* | | Merge topic 'swift-sdk-on-mac'Brad King2019-10-291-0/+1
|\ \ \ | | |/ | |/|
| * | Swift: Honor CMAKE_OSX_SYSROOT on Apple platformsBrad King2019-10-281-0/+1
| * | Apple: Set Clang ASM compiler featuresGregor Jasny2019-10-091-0/+2
* | | Android: add support for native compilation, such as with the Termux appButta2019-10-155-0/+35
| |/ |/|
* | Apple: Set Clang ASM compiler featuresGregor Jasny2019-10-071-0/+2
|/
* PCH: Use clang's own pch functionality instead of the GCC emulationCristian Adam2019-10-031-3/+4
* Languages: Add support for Objective-C++Steve Wilson2019-09-284-3/+18
* Languages: Add support for Objective-CSteve Wilson2019-09-284-1/+18
* Precompile Headers: Add REUSE_FROM signatureCristian Adam2019-09-171-3/+10
* Merge topic 'clang-ipo-support'Brad King2019-09-031-2/+9
|\
| * Clang: add LTO support for GNU-command line clang on windowsZsolt Parragi2019-08-271-2/+9