| Commit message (Expand) | Author | Age | Files | Lines |
* | OS X: Detect deployment target flags from GNU Fortran compilers | Brad King | 2014-10-27 | 1 | -0/+2 |
|
|
* | Avoid if() quoted auto-dereference | Ben Boeckel | 2014-10-20 | 1 | -1/+1 |
|
|
* | VS: Fix Tegra-Android platform linking of libraries by name | Brad King | 2014-09-30 | 1 | -0/+6 |
|
|
* | MSVC: Define 'WIN32' for Windows Store and Windows Phone | Gilles Khouzam | 2014-09-02 | 1 | -0/+1 |
|
|
* | MSVC: Select default standard libraries for ARM platform | Brad King | 2014-08-12 | 1 | -1/+5 |
|
|
* | MSVC: Add system libs for WindowsPhone and WindowsStore | Brad King | 2014-07-31 | 1 | -1/+5 |
|
|
* | MSVC: Add default WindowsPhone and WindowsStore compile flags | Paul Annetts | 2014-07-31 | 1 | -0/+4 |
|
|
* | MSVC: Disable incremental linking for WindowsPhone and WindowsStore | Gilles Khouzam | 2014-07-31 | 1 | -4/+6 |
|
|
* | Define 'WINDOWS_PHONE' and 'WINDOWS_STORE' variables | Gilles Khouzam | 2014-07-31 | 1 | -0/+4 |
|
|
* | Add WindowsPhone and WindowsStore platform information modules | Brad King | 2014-07-31 | 6 | -0/+6 |
|
|
* | Merge topic 'pdb-genex' | Brad King | 2014-07-31 | 1 | -0/+1 |
|\ |
|
| * | Genex: Implement generator expressions for target PDB files. | Nils Gladitz | 2014-07-31 | 1 | -0/+1 |
|
|
* | | Merge topic 'remove-link-remnants' | Brad King | 2014-07-30 | 1 | -1/+0 |
|\ \ |
|
| * | | Ninja: Remove _COMPILER_LINKER_OPTION_FLAG_ remnants | Nils Gladitz | 2014-07-29 | 1 | -1/+0 |
| |/ |
|
* | | Merge topic 'windows-ce-cleanup' | Brad King | 2014-07-29 | 3 | -5/+5 |
|\ \ |
|
| * | | WindowsCE: Drop unused Platform/WindowsCE-MSVC module | Brad King | 2014-07-28 | 1 | -1/+0 |
|
|
| * | | WindowsCE: Refactor setting of "WINCE" | Brad King | 2014-07-28 | 2 | -3/+4 |
|
|
| * | | MSVC: Use STREQUAL to check for WindowsCE | Brad King | 2014-07-28 | 1 | -1/+1 |
| |/ |
|
* | | OS X: Allow deployment target with "/" sysroot (#15040) | Jeremy Huddleston | 2014-07-28 | 1 | -0/+2 |
|/ |
|
* | Merge topic 'fix-QCC-compile-flags' | Brad King | 2014-07-21 | 3 | -27/+3 |
|\ |
|
| * | QNX: Add missing flags for configurations and artifact creation. | Stephen Kelly | 2014-07-17 | 3 | -27/+3 |
|
|
* | | Merge topic 'wince-fix-dll-linking' | Brad King | 2014-07-14 | 1 | -4/+6 |
|\ \ |
|
| * | | MSVC: Fix linking of DLLs on WinCE (#15013) | Brad King | 2014-07-10 | 1 | -4/+6 |
| |/ |
|
* | | VS14: Add Visual Studio 14 generator (#14982) | Brad King | 2014-06-25 | 1 | -1/+4 |
|
|
* | | Add basic Android platform module | Brad King | 2014-06-06 | 1 | -0/+9 |
|
|
* | | Merge topic 'GNUtoMS-vs-12' | Brad King | 2014-05-28 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | GNUtoMS: Add support for VS 2013 (#14936) | Brad King | 2014-05-27 | 1 | -1/+3 |
|
|
* | | OpenBSD: honor the LOCALBASE and X11BASE environment variables | Rolf Eike Beer | 2014-05-21 | 1 | -0/+13 |
|
|
* | | OpenBSD: disable FIND_LIBRARY_USE_LIB64_PATHS | Rolf Eike Beer | 2014-05-20 | 1 | -0/+3 |
|
|
* | | Windows: Avoid () in environment variable references | Ben Boeckel | 2014-05-08 | 1 | -2/+3 |
|
|
* | | Merge topic 'osx-iframework' | Brad King | 2014-05-07 | 2 | -0/+7 |
|\ \ |
|
| * | | OS X: Use -iframework for system framework directories | Mikołaj Siedlarek | 2014-05-07 | 2 | -0/+7 |
|
|
* | | | Merge topic 'xcode-sdkroot' | Brad King | 2014-05-07 | 1 | -14/+29 |
|\ \ \
| |/ /
|/| | |
|
| * | | Xcode: Find fallback SDK if one matching the OS version doesn't exist. | Clinton Stimpson | 2014-05-06 | 1 | -14/+29 |
|
|
* | | | Merge branch 'master' into osx-init-early | Brad King | 2014-04-29 | 8 | -61/+79 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge topic 'implicit-libNN-dirs' | Brad King | 2014-04-17 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| * | | Merge topic 'mingw-archive-no-replace' | Brad King | 2014-04-15 | 1 | -2/+2 |
| |\ \ |
|
| | * | | Windows-GNU: Support duplicate object names in large archives (#14874) | Brad King | 2014-04-14 | 1 | -2/+2 |
|
|
| * | | | Merge topic 'matches-cleanup' | Brad King | 2014-04-15 | 4 | -5/+5 |
| |\ \ \ |
|
| | * | | | Remove .* expressions from beginning and end of MATCHES regexs | Rolf Eike Beer | 2014-04-14 | 3 | -4/+4 |
|
|
| | * | | | Replace string(REGEX REPLACE) with string(REPLACE) where possible | Rolf Eike Beer | 2014-04-14 | 1 | -1/+1 |
|
|
| * | | | | MinGW: link like on Unix and use compile flags when linking | Peter Kümmel | 2014-04-15 | 1 | -2/+2 |
| |/ / / |
|
| * | | | Merge topic 'revert-Android-platform' | Brad King | 2014-04-11 | 1 | -5/+0 |
| |\ \ \ |
|
| | * | | | Revert "Modules: Add an Andriod platform file" | Stephen Kelly | 2014-04-10 | 1 | -5/+0 |
|
|
| * | | | | Watcom: Use single quote for all file/path items in wlink command | Jiri Malak | 2014-04-08 | 1 | -2/+2 |
| |/ / / |
|
| * | | | Watcom: Cleanup Windows-wcl386 configuration | Jiri Malak | 2014-04-02 | 1 | -23/+27 |
|
|
| * | | | Merge topic 'link-line-quoting' | Brad King | 2014-04-01 | 1 | -0/+5 |
| |\ \ \ |
|
| | * | | | Makefile: Generate single-quoted object lists for Watcom | Jiri Malak | 2014-03-27 | 1 | -0/+5 |
|
|
| * | | | | Haiku: Fix compiler detection when using distcc | Adrien Destugues | 2014-03-21 | 1 | -11/+16 |
| |/ / / |
|
| * | | | Merge topic 'watcom-updates' | Brad King | 2014-03-20 | 1 | -11/+13 |
| |\ \ \ |
|