summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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-221-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-101-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-071-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
* | Precompile headers: Add methods to generate PCH sourcesCristian Adam2019-08-283-0/+23
|/
* Merge topic 'solaris_clang'Brad King2019-08-192-0/+2
|\
| * Solaris: Add support for Clang compilerLibor Bukata2019-08-092-0/+2
* | Merge topic 'msvc-runtime-library-flang'Brad King2019-08-191-0/+5
|\ \
| * | Flang: Implement MSVC runtime library abstractionBrad King2019-08-091-0/+5
* | | Clang: Fall back to llvm-rc when rc is unavailableGregory Mitrano2019-08-141-0/+15
| |/ |/|
* | Make CMAKE_LINK_LIBRARY_FILE_FLAG work like CMAKE_LINK_LIBRARY_FLAGBrad King2019-08-021-1/+1