aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix SOFT ASSERT for parametrized dependencies in Export/Module itemsv1.10.11.10Joerg Bornemann2018-01-314-8/+11
* Fix parameter extraction for Depends items within Export/Module itemsJoerg Bornemann2018-01-313-2/+5
* Add failing test for QBS-1287Joerg Bornemann2018-01-315-9/+42
* Clean up the list of file dependencies before buildingChristian Kandeler2018-01-308-9/+88
* 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
* Do not use Qt's documentation macrosEike Ziller2018-01-252-1/+54
* ModuleLoader: Fix order of module mergingChristian Kandeler2018-01-176-19/+104
* Qt module templates: Fix for Qt 4Christian Kandeler2018-01-155-3/+30
* GCC: Reorder prefixHeaders and precompiled headersArrigo Zanette2018-01-087-6/+113
* Don't crash when calling methods on empty IMultiplexableContainersJake Petroules2018-01-051-0/+2
* Fix build with Qt 5.6Christian Kandeler2018-01-031-1/+1
* lexyacc test: explicitly declare yylvalJake Petroules2018-01-021-0/+1
* Fix possible false negative in reproducibleBuild autotestJake Petroules2018-01-021-4/+6
* Fix convenience command-line override syntax for qbs propertiesChristian Kandeler2017-12-234-0/+28
* Fix scopes of dependency parametersChristian Kandeler2017-12-234-24/+17
* qbs.Environment: Normalize key values on WindowsChristian Kandeler2017-12-224-2/+30
* Fix invalid property assignments in Qt.core templateChristian Kandeler2017-12-211-2/+1
* Fix qtquickcompiler support properlyChristian Kandeler2017-12-203-5/+5
* cpp module: Init all suffix and prefix properties to the empty stringChristian Kandeler2017-12-195-21/+13
* Fix spurious "unknown property" error on loading module candidatesChristian Kandeler2017-12-159-21/+93
* Fix Android builds in release mode with NDK r12 and aboveJake Petroules2017-12-153-1/+4
* ModuleLoader: Copy id when setting up module instance child itemsChristian Kandeler2017-12-156-2/+15
* Fix qtquickcompiler support for QML files in subdirectoriesChristian Kandeler2017-12-158-3/+68
* Fix copy-paste error in Qt.core templateChristian Kandeler2017-12-141-1/+1
* Fix regression resolving exported paths defined in the exporting productChristian Kandeler2017-12-134-2/+16
* Fix visual glitch in CppApplication documentationChristian Kandeler2017-12-131-1/+2
* Adapt chocolatey spec file to new repository URLChristian Kandeler2017-12-121-2/+2
* Allow running multiplexed iOS application bundles via `qbs run`Jake Petroules2017-12-123-4/+11
* Update changelog fileChristian Kandeler2017-12-121-2/+4
* Fix GCC support for "bare metal" systems againChristian Kandeler2017-12-1112-42/+84
* Fix crash when "original" is being misusedChristian Kandeler2017-12-083-0/+15
* Update changelog filesChristian Kandeler2017-12-082-1/+2
* Doc: Update the sidebar in online docs to show the current TOCLeena Miettinen2017-12-071-0/+4
* Bump version numberChristian Kandeler2017-12-072-4/+4
* Fix imports in Inno Setup, NSIS, and WiX autotestsJake Petroules2017-11-303-2/+3
* Installer modules: add a "helper" file tag to pull in dependent inputsJake Petroules2017-11-3022-6/+405
* Fix inadvertant module prototype sharingv1.10.0Christian Kandeler2017-11-235-5/+33
* Fix bogus error message about conflicting module filesChristian Kandeler2017-11-232-0/+12
* Ignore property assignments in Export items of disabled productsChristian Kandeler2017-11-2312-1/+138
* Fix default deployment target of storyboard in assetcatalog testJake Petroules2017-11-131-1/+1
* Fix assetcatalog test with newer versions of macOSJake Petroules2017-11-132-6/+19
* Make the teapot test a little less strictJake Petroules2017-11-131-6/+11
* Only include one of gl3stub.cpp or gl3stub.c in the Android teapot testJake Petroules2017-11-131-1/+2
* Rename CoreUtils in install-bundle exampleJake Petroules2017-11-131-3/+3
* Fix the outer value for Properties itemsJoerg Bornemann2017-11-104-28/+74
* Fix check for the "same file as different artifact" case in connect()Christian Kandeler2017-11-095-2/+89
* Fix evaluation of Properties.conditionJoerg Bornemann2017-11-084-111/+124
* SVConverter: Bail out early if the importScope is erroneousJoerg Bornemann2017-11-081-8/+7
* SVConverter: Factor out the creation of the extra scopeJoerg Bornemann2017-11-081-33/+47