aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* cpp.setupRunEnvironment: Ignore rpathsChristian Kandeler2018-03-121-7/+0
* vcs module: Make sure the git meta data directory is absoluteChristian Kandeler2018-03-121-0/+2
* NativeBinary: Do not evaluate qbs properties unnecessarilyChristian Kandeler2018-02-221-5/+13
* Darwin: Fix lipo rulesChristian Kandeler2018-02-222-4/+7
* mingw: Use a lower response file thresholdChristian Kandeler2018-02-221-0/+8
* Only use fallback values for the -std= command line option when neededJake Petroules2018-02-212-17/+97
* Pull in the latest Xcode build specs from Xcode 9.2Jake Petroules2018-02-191-3/+5
* Fix race conditions in innosetup, wix and nsis modulesChristian Kandeler2018-02-167-52/+7
* Officially provide "c++17" as possible value for cpp.cxxLanguageVersionChristian Kandeler2018-02-073-2/+12
* Re-add build environment to mingw compiler probeChristian Kandeler2018-02-051-0/+1
* Java: Adapt to Java 9 changesChristian Kandeler2018-02-053-10/+28
* setupRunEnvironment: Do not access properties of undefined valuesChristian Kandeler2018-01-301-5/+6
* Merge 1.10 into 1.11Christian Kandeler2018-01-262-10/+13
|\
| * Fix detection of Android SDK on WindowsJake Petroules2018-01-251-9/+13
| * Add better module validation for Android SDK and NDKJake Petroules2018-01-254-7/+29
* | GCC: Provide a Probe environment only if the compiler needs oneChristian Kandeler2018-01-192-2/+4
* | Merge remote-tracking branch 'origin/1.10'Joerg Bornemann2018-01-171-6/+6
|\|
| * GCC: Reorder prefixHeaders and precompiled headersArrigo Zanette2018-01-081-6/+6
* | Fix setupBuildEnvironment in cli moduleJoerg Bornemann2018-01-151-1/+1
* | setupRunEnvironment: Heuristic for WindowsChristian Kandeler2018-01-081-2/+13
* | Merge 1.10 into masterChristian Kandeler2017-12-224-20/+12
|\|
| * cpp module: Init all suffix and prefix properties to the empty stringChristian Kandeler2017-12-194-20/+12
* | Fix GccBinaryProbe for mingwChristian Kandeler2017-12-221-0/+2
* | Automatically detect Windows cross-compilers when building for WindowsJake Petroules2017-12-211-1/+35
* | Move the GCC-like compiler binary probe into a dedicated Probe typeJake Petroules2017-12-192-3/+35
* | Validate the compiler's target platform as well as arch and endiannessJake Petroules2017-12-194-22/+95
* | Merge 1.10 into masterChristian Kandeler2017-12-1510-43/+24
|\|
| * Fix Android builds in release mode with NDK r12 and aboveJake Petroules2017-12-152-1/+3
| * Fix GCC support for "bare metal" systems againChristian Kandeler2017-12-119-42/+22
* | Split modules and imports into two different groupsJake Petroules2017-12-141-2/+11
* | MinGW: add missing 'config' property in call to setupRunEnvironmentJake Petroules2017-12-081-1/+1
* | Uncomment a platform check now that the respective properties existJake Petroules2017-12-081-3/+2
* | Introduce cpp.rpathOriginJake Petroules2017-12-085-2/+22
* | setupRunEnvironment: Remove redundant codeChristian Kandeler2017-12-081-13/+4
* | Add the qbs.toolchainType propertyJake Petroules2017-12-071-12/+11
* | bundle module: Adapt to stricter configure scopeChristian Kandeler2017-12-051-6/+11
* | Merge 1.10 into masterChristian Kandeler2017-12-017-4/+58
|\|
| * Installer modules: add a "helper" file tag to pull in dependent inputsJake Petroules2017-11-307-4/+58
* | Don't rely on a qbs-autotests_android profile for autotestsJake Petroules2017-11-291-0/+1
* | Produce friendlier error messages when the Android SDK/NDK are missingJake Petroules2017-11-294-4/+30
* | Add qbs.targetPlatform and qbs.hostPlatform propertiesJake Petroules2017-11-222-4/+5
* | Consider library dependencies when setting up run environmentChristian Kandeler2017-11-224-32/+157
* | Make Module.setup{Build,Run}Environment first-class citizensChristian Kandeler2017-11-2010-28/+28
* | Add support for creating .ico and .cur files using icotool (icoutils)Jake Petroules2017-11-153-0/+245
* | Enable modules to declare target artifactsChristian Kandeler2017-11-072-0/+4
* | Give BinaryProbe a more sensible set of default paths on UnixJake Petroules2017-11-061-1/+1
* | cpp module: Add property for linking-only driver flagsChristian Kandeler2017-11-022-1/+11
* | Allow fully overriding the QML type info build and install pathsJake Petroules2017-11-021-2/+0
* | Automatically generate the QML type descriptions as part of the buildJake Petroules2017-11-011-1/+80
* | Rename the dynamiclibrary_copy tag to dynamiclibrary_symbolsJoerg Bornemann2017-10-244-17/+17
|/