| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'fix-macos-sysroot' | Brad King | 2016-11-02 | 2 | -30/+2 |
|\ |
|
| * | Darwin: Remove deployment target version check | Gregor Jasny | 2016-11-01 | 2 | -26/+0 |
|
|
| * | Revert "Xcode: Convert maybe unversioned OSX sysroot into versioned SDK path" | Gregor Jasny | 2016-11-01 | 1 | -4/+2 |
|
|
* | | Merge topic 'android-pic' | Brad King | 2016-10-25 | 15 | -35/+9 |
|\ \ |
|
| * | | Android: Link position-independent executables with proper flags | Brad King | 2016-10-24 | 1 | -0/+4 |
|
|
| * | | Android: Set CMAKE_POSITION_INDEPENDENT_CODE automatically | Brad King | 2016-10-24 | 15 | -35/+5 |
|
|
* | | | Merge topic 'android-link-exe' | Brad King | 2016-10-24 | 4 | -0/+16 |
|\ \ \
| |/ / |
|
| * | | Android: Add missing link flags for device executables | Brad King | 2016-10-21 | 4 | -0/+16 |
|
|
* | | | Merge topic 'android-armeabi-c++_static' | Brad King | 2016-10-21 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Android: Fix support for armeabi with c++_static | Brad King | 2016-10-21 | 1 | -0/+2 |
| |/ |
|
| * | Merge branch 'fix-Android-NsightTegra' into release | Brad King | 2016-10-18 | 1 | -1/+1 |
| |\ |
|
| * \ | Merge branch 'osx-no-deployment-target-on-cross-compile' into release | Brad King | 2016-10-17 | 1 | -1/+1 |
| |\ \ |
|
* | \ \ | Merge topic 'fix-Android-NsightTegra' | Brad King | 2016-10-19 | 1 | -1/+1 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | VS: Fix NVIDIA Nsight Tegra Visual Studio Edition support | Brad King | 2016-10-18 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge topic 'osx-no-deployment-target-on-cross-compile' | Brad King | 2016-10-17 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | OS X: Do not try to set deployment target when cross-compiling | Gregor Jasny | 2016-10-17 | 1 | -1/+1 |
|
|
* | | | Merge topic 'remove-obsolete' | Brad King | 2016-10-13 | 1 | -2/+0 |
|\ \ \
| |_|/
|/| | |
|
| * | | Makefiles: Remove forbidden flag logic | Stephen Kelly | 2016-10-09 | 1 | -2/+0 |
|
|
* | | | Android: Fix support for cxxabi.h with libc++ | Brad King | 2016-10-07 | 1 | -0/+2 |
|/ / |
|
* | | Android: Update libc++ include directories for NDK r13 | Brad King | 2016-10-06 | 1 | -1/+7 |
|/ |
|
* | Merge topic 'vs-clang-llvm-support' | Brad King | 2016-09-29 | 1 | -2/+2 |
|\ |
|
| * | VS: Recognize VS/LLVM toolset names as Clang | Roman Wüger | 2016-09-28 | 1 | -2/+2 |
|
|
* | | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 66 | -825/+132 |
|/ |
|
* | Xcode: Convert maybe unversioned OSX sysroot into versioned SDK path | Gregor Jasny | 2016-09-25 | 1 | -2/+4 |
|
|
* | GNU: Do not use -fvisibility on AIX or HP-UX | Brad King | 2016-09-05 | 4 | -0/+4 |
|
|
* | Android: Add `ANDROID` variable to indicate the target | Brad King | 2016-08-23 | 1 | -0/+2 |
|
|
* | Android: Select the STL type for NDK builds | Brad King | 2016-08-23 | 15 | -0/+184 |
|
|
* | Android: Populate compiler flags for current ABI | Brad King | 2016-08-23 | 17 | -0/+192 |
|
|
* | Android: Add a CMAKE_BUILD_TYPE default | Brad King | 2016-08-12 | 1 | -0/+2 |
|
|
* | Android: Add Clang -target option for current ABI | Brad King | 2016-08-12 | 9 | -0/+17 |
|
|
* | Android: Add placeholders for compiler/abi-specific settings | Brad King | 2016-08-12 | 21 | -0/+38 |
|
|
* | Android: Avoid interfering with common pre-existing toolchain files | Brad King | 2016-08-12 | 5 | -0/+36 |
|
|
* | Android: Search for NDK and standalone toolchain in more places | Brad King | 2016-08-12 | 1 | -0/+8 |
|
|
* | Android: Detect and save a standalone toolchain without the NDK | Brad King | 2016-08-12 | 4 | -5/+115 |
|
|
* | Android: Detect settings from the CMAKE_SYSROOT if it is set | Brad King | 2016-08-12 | 1 | -1/+68 |
|
|
* | Android: Detect and save a toolchain from the NDK | Brad King | 2016-08-12 | 2 | -0/+296 |
|
|
* | Android: Set CMAKE_SYSROOT automatically | Brad King | 2016-08-12 | 1 | -0/+19 |
|
|
* | Android: Detect and save the architecture, ABI, and processor | Brad King | 2016-08-12 | 1 | -1/+88 |
|
|
* | Android: Detect and save the API level | Brad King | 2016-08-12 | 1 | -0/+48 |
|
|
* | Android: Detect and save the NDK directory | Brad King | 2016-08-12 | 1 | -0/+27 |
|
|
* | Android: Suppress new functionality with Nsight Tegra in VS IDE builds | Brad King | 2016-08-12 | 5 | -0/+41 |
|
|
* | Android: Add placeholders for platform-specific initialization | Brad King | 2016-08-12 | 2 | -0/+29 |
|
|
* | Android: Add placeholders for platform-specific compiler selection | Brad King | 2016-08-12 | 3 | -0/+25 |
|
|
* | Android: Add placeholders for platform-specific compiler settings | Brad King | 2016-08-12 | 7 | -0/+77 |
|
|
* | Merge topic 'update-cle-version-info' | Brad King | 2016-08-08 | 1 | -4/+12 |
|\ |
|
| * | CrayLinuxEnvironment: Add alternative methods to get version info | Chuck Atkins | 2016-08-05 | 1 | -4/+12 |
|
|
| * | Merge branch 'revert-vs-clang-minsize' into release | Brad King | 2016-06-17 | 1 | -1/+1 |
| |\ |
|
* | | | SCO_SV: Enable so filename versioning | Patrick Welche | 2016-08-02 | 1 | -0/+1 |
|
|
* | | | Use string(APPEND) in Modules | Daniel Pfeifer | 2016-07-27 | 3 | -3/+3 |
|
|
* | | | Honor CMAKE_*_LINKER_FLAGS[_<CONFIG>]_INIT set in toolchain files | Brad King | 2016-07-14 | 6 | -21/+21 |
|
|