| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge topic 'pgi-fix-windows' | Brad King | 2017-05-22 | 3 | -0/+52 |
|\ \ |
|
| * | | Windows-PGI: Add platform definitions | Christian Pfeiffer | 2017-05-20 | 3 | -0/+52 |
|
|
* | | | Merge topic 'string-append' | Brad King | 2017-05-18 | 4 | -5/+5 |
|\ \ \ |
|
| * | | | Use string(APPEND) in Modules | Daniel Pfeifer | 2017-05-17 | 4 | -5/+5 |
| |/ / |
|
* | | | Merge topic 'vs14-GNUtoMS' | Brad King | 2017-05-18 | 1 | -0/+2 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | GNUtoMS: Add search path for VS 2015 environment scripts | Alex Ghosh | 2017-05-17 | 1 | -0/+2 |
|
|
* | | Linux-PGI: Prevent -rdynamic ending up in flags | Christian Pfeiffer | 2017-05-05 | 1 | -0/+1 |
|
|
* | | XL: Fix the use of the -qhalt flag for varying OSs | Chuck Atkins | 2017-04-27 | 12 | -0/+36 |
|
|
* | | Merge topic 'autogen-fixes' | Brad King | 2017-04-21 | 1 | -0/+1 |
|\ \ |
|
| * | | Autogen: Pass explicit predefines header to moc if possible | Aleix Pol | 2017-04-20 | 1 | -0/+1 |
|
|
* | | | Drop Visual Studio 7 .NET 2003 generator | Brad King | 2017-04-19 | 1 | -1/+1 |
|
|
* | | | TinyCC: Support ENABLE_EXPORT property | hsc | 2017-04-17 | 1 | -0/+1 |
|/ / |
|
* | | Merge topic 'ipo-policy-CMP0069' | Brad King | 2017-03-31 | 1 | -0/+1 |
|\ \ |
|
| * | | Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATION | Ruslan Baratov | 2017-03-30 | 1 | -0/+1 |
|
|
* | | | Merge topic 'vs-rc-defines' | Brad King | 2017-03-29 | 1 | -0/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | MSVC: Restore _DEBUG preprocessor definition in RC debug builds | Brad King | 2017-03-28 | 1 | -0/+3 |
|
|
* | | | Merge topic 'doc-prefer-MSVC_VERSION' | Brad King | 2017-03-23 | 1 | -1/+3 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | MSVC: Exclude future cl 20+ from MSVC14 variable | Brad King | 2017-03-22 | 1 | -1/+3 |
|
|
* | | Merge topic 'add-CheckIPOSupported-module' | Brad King | 2017-03-22 | 1 | -0/+5 |
|\ \ |
|
| * | | CheckIPOSupported: New module to check for compiler/cmake IPO support | Ruslan Baratov | 2017-03-11 | 1 | -0/+5 |
|
|
* | | | Merge topic 'move-platform-specific-paths' | Brad King | 2017-03-20 | 3 | -22/+24 |
|\ \ \
| |/ /
|/| | |
|
| * | | Cygwin: Move Cygwin-specific paths to the cygwin platform | Chuck Atkins | 2017-03-16 | 2 | -6/+10 |
|
|
| * | | SunOS: Move solaris-specific paths to the solaris platform | Chuck Atkins | 2017-03-16 | 2 | -2/+5 |
|
|
| * | | Unix: Consolidate path components into prefixes | Chuck Atkins | 2017-03-16 | 1 | -16/+11 |
|
|
* | | | Add support for x32-abi | Steven Newbury | 2017-03-07 | 1 | -0/+1 |
| |/
|/| |
|
* | | CUDA: Fix default compiler flags on Windows | Brad King | 2017-02-15 | 1 | -5/+7 |
|
|
* | | CUDA: Link to standard system libraries when linking as CUDA | Brad King | 2017-02-14 | 1 | -0/+2 |
|/ |
|
* | Android: Pass sysroot include directory explicitly | Brad King | 2017-01-20 | 1 | -0/+9 |
|
|
* | Android: Fix c++_{static,shared} support include directory order | Brad King | 2017-01-20 | 1 | -3/+2 |
|
|
* | CUDA: Now pass correct FLAGS when device link cuda executables. | Robert Maynard | 2017-01-12 | 1 | -1/+1 |
|
|
* | CUDA: Populate NVIDIA compiler information on Windows | Brad King | 2017-01-12 | 1 | -0/+42 |
|
|
* | CUDA: Detect MSVC architecture id | Brad King | 2017-01-12 | 1 | -0/+2 |
|
|
* | Android: Set compiler target platform when compiling ASM with Clang | Florent Castelli | 2017-01-10 | 2 | -1/+5 |
|
|
* | PGI: Pass macOS-specific link flags directly to linker | Brad King | 2016-11-30 | 4 | -0/+20 |
|
|
* | Merge topic 'android-info-variables' | Brad King | 2016-11-17 | 3 | -2/+29 |
|\ |
|
| * | Android: Add CMAKE_<LANG>_ANDROID_TOOLCHAIN_MACHINE | Brad King | 2016-11-14 | 3 | -0/+11 |
|
|
| * | Android: Add CMAKE_ANDROID_NDK_TOOLCHAIN_HOST_TAG variable | Brad King | 2016-11-14 | 3 | -0/+4 |
|
|
| * | Android: Always set CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION | Brad King | 2016-11-14 | 3 | -2/+14 |
|
|
* | | MSVC: Do not define _DEBUG explicitly when using /MDd | Brad King | 2016-11-15 | 1 | -2/+2 |
|/ |
|
* | Merge topic 'vs_targets_file_as_library' | Brad King | 2016-11-11 | 1 | -0/+1 |
|\ |
|
| * | VS: Treat libraries ending in `.targets` as msbuild imports | Soji Yamakawa | 2016-11-09 | 1 | -0/+1 |
|
|
* | | Add Fuchsia platform module | Petr Hosek | 2016-11-09 | 1 | -0/+25 |
|
|
* | | 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 |
|
|