summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'move-platform-specific-paths'Brad King2017-03-203-22/+24
|\
| * Cygwin: Move Cygwin-specific paths to the cygwin platformChuck Atkins2017-03-162-6/+10
| * SunOS: Move solaris-specific paths to the solaris platformChuck Atkins2017-03-162-2/+5
| * Unix: Consolidate path components into prefixesChuck Atkins2017-03-161-16/+11
* | Add support for x32-abiSteven Newbury2017-03-071-0/+1
* | CUDA: Fix default compiler flags on WindowsBrad King2017-02-151-5/+7
* | CUDA: Link to standard system libraries when linking as CUDABrad King2017-02-141-0/+2
|/
* Android: Pass sysroot include directory explicitlyBrad King2017-01-201-0/+9
* Android: Fix c++_{static,shared} support include directory orderBrad King2017-01-201-3/+2
* CUDA: Now pass correct FLAGS when device link cuda executables.Robert Maynard2017-01-121-1/+1
* CUDA: Populate NVIDIA compiler information on WindowsBrad King2017-01-121-0/+42
* CUDA: Detect MSVC architecture idBrad King2017-01-121-0/+2
* Android: Set compiler target platform when compiling ASM with ClangFlorent Castelli2017-01-102-1/+5
* PGI: Pass macOS-specific link flags directly to linkerBrad King2016-11-304-0/+20
* Merge topic 'android-info-variables'Brad King2016-11-173-2/+29
|\
| * Android: Add CMAKE_<LANG>_ANDROID_TOOLCHAIN_MACHINEBrad King2016-11-143-0/+11
| * Android: Add CMAKE_ANDROID_NDK_TOOLCHAIN_HOST_TAG variableBrad King2016-11-143-0/+4
| * Android: Always set CMAKE_ANDROID_NDK_TOOLCHAIN_VERSIONBrad King2016-11-143-2/+14
* | MSVC: Do not define _DEBUG explicitly when using /MDdBrad King2016-11-151-2/+2
|/
* Merge topic 'vs_targets_file_as_library'Brad King2016-11-111-0/+1
|\
| * VS: Treat libraries ending in `.targets` as msbuild importsSoji Yamakawa2016-11-091-0/+1
* | Add Fuchsia platform modulePetr Hosek2016-11-091-0/+25
* | Merge topic 'fix-macos-sysroot'Brad King2016-11-022-30/+2
|\ \ | |/ |/|
| * Darwin: Remove deployment target version checkGregor Jasny2016-11-012-26/+0
| * Revert "Xcode: Convert maybe unversioned OSX sysroot into versioned SDK path"Gregor Jasny2016-11-011-4/+2
* | Merge topic 'android-pic'Brad King2016-10-2515-35/+9
|\ \
| * | Android: Link position-independent executables with proper flagsBrad King2016-10-241-0/+4
| * | Android: Set CMAKE_POSITION_INDEPENDENT_CODE automaticallyBrad King2016-10-2415-35/+5
* | | Merge topic 'android-link-exe'Brad King2016-10-244-0/+16
|\ \ \ | |/ /
| * | Android: Add missing link flags for device executablesBrad King2016-10-214-0/+16
* | | Merge topic 'android-armeabi-c++_static'Brad King2016-10-211-0/+2
|\ \ \ | |/ /
| * | Android: Fix support for armeabi with c++_staticBrad King2016-10-211-0/+2
| |/
| * Merge branch 'fix-Android-NsightTegra' into releaseBrad King2016-10-181-1/+1
| |\
| * \ Merge branch 'osx-no-deployment-target-on-cross-compile' into releaseBrad King2016-10-171-1/+1
| |\ \
* | \ \ Merge topic 'fix-Android-NsightTegra'Brad King2016-10-191-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | VS: Fix NVIDIA Nsight Tegra Visual Studio Edition supportBrad King2016-10-181-1/+1
| |/ /
* | | Merge topic 'osx-no-deployment-target-on-cross-compile'Brad King2016-10-171-1/+1
|\ \ \ | | |/ | |/|
| * | OS X: Do not try to set deployment target when cross-compilingGregor Jasny2016-10-171-1/+1
* | | Merge topic 'remove-obsolete'Brad King2016-10-131-2/+0
|\ \ \ | |_|/ |/| |
| * | Makefiles: Remove forbidden flag logicStephen Kelly2016-10-091-2/+0
* | | Android: Fix support for cxxabi.h with libc++Brad King2016-10-071-0/+2
|/ /
* | Android: Update libc++ include directories for NDK r13Brad King2016-10-061-1/+7
|/
* Merge topic 'vs-clang-llvm-support'Brad King2016-09-291-2/+2
|\
| * VS: Recognize VS/LLVM toolset names as ClangRoman Wüger2016-09-281-2/+2
* | Simplify CMake per-source license noticesBrad King2016-09-2766-825/+132
|/
* Xcode: Convert maybe unversioned OSX sysroot into versioned SDK pathGregor Jasny2016-09-251-2/+4
* GNU: Do not use -fvisibility on AIX or HP-UXBrad King2016-09-054-0/+4
* Android: Add `ANDROID` variable to indicate the targetBrad King2016-08-231-0/+2
* Android: Select the STL type for NDK buildsBrad King2016-08-2315-0/+184
* Android: Populate compiler flags for current ABIBrad King2016-08-2317-0/+192