aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Only add /System/Library/Frameworks to default compiler path on DarwinJake Petroules2017-10-232-3/+5
* Check return values of sanitizedListProperty()Joerg Bornemann2017-10-192-6/+18
* Fix detection of binutils locationJoerg Bornemann2017-10-181-1/+1
* GCC support: Remove unused function from JS fileChristian Kandeler2017-10-171-11/+0
* Properly split newlines from gcc and nm output on WindowsJake Petroules2017-10-161-3/+3
* Get rid of the ".obj" subdir in our build directoriesJoerg Bornemann2017-10-065-13/+12
* Android: match default NDK behaviorJake Petroules2017-10-042-3/+3
* Merge 1.9 into masterChristian Kandeler2017-10-022-1/+6
|\
| * Fix default value of qbs.buildVariantsChristian Kandeler2017-09-281-1/+1
| * GCC: Add support for the AVR architectureChristian Kandeler2017-09-271-0/+5
* | Use Module.priority to choose the right cpp module instanceJoerg Bornemann2017-09-279-3/+11
* | Merge remote-tracking branch 'origin/1.9'Joerg Bornemann2017-09-263-76/+105
|\|
| * Remove @param comments from languagePropertyName()Joerg Bornemann2017-09-261-3/+0
| * Add a PropertyListVariableExpander classJake Petroules2017-09-202-73/+105
* | Merge remote-tracking branch 'origin/1.9' into masterJoerg Bornemann2017-09-112-4/+1
|\|
| * Fix deployment of dmgbuildJake Petroules2017-09-072-4/+1