aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix bogus error message about conflicting module filesChristian Kandeler2017-11-231-0/+10
* Ignore property assignments in Export items of disabled productsChristian Kandeler2017-11-231-1/+3
* Fix the outer value for Properties itemsJoerg Bornemann2017-11-101-28/+37
* Fix check for the "same file as different artifact" case in connect()Christian Kandeler2017-11-091-2/+7
* Fix evaluation of Properties.conditionJoerg Bornemann2017-11-081-84/+81
* 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
* Fix import search path precedenceChristian Kandeler2017-11-081-1/+2
* Yield error if Rule.outputArtifacts has invalid elementsJoerg Bornemann2017-11-061-4/+30
* Fix change tracking for rules with more than one commandChristian Kandeler2017-11-062-1/+2
* Fix handling of empty JS filesChristian Kandeler2017-11-061-1/+2
* Include file dependencies in artifact rescue dataChristian Kandeler2017-11-025-1/+31
* Fix File.move() and add autotestChristian Kandeler2017-11-011-6/+1
* Fix releasing of script resources for Rule.outputArtifactsJoerg Bornemann2017-10-261-1/+1
* CLI: Better message when building for the first timeChristian Kandeler2017-10-231-2/+4
* Fix FileSaver and add some autotests to make sure it worksJake Petroules2017-10-203-15/+40
* Also tag .qdocinc files so they participate in dependency trackingJake Petroules2017-10-191-1/+1
* Allow the qbs.Xml extension to work in JavaScript filesJake Petroules2017-10-172-5/+15
* Fix makefile warning "overriding commands for propertylist.moc"Jake Petroules2017-10-171-2/+2
* Fix unused function warningJake Petroules2017-10-171-1/+1
* Fix the build with MinGWJake Petroules2017-10-161-2/+2
* Remove superfluous use of QScopedPointer in RunEnvironmentJoerg Bornemann2017-10-131-7/+5
* Remove unused Logger from EvaluatorScriptClassJoerg Bornemann2017-10-133-7/+3
* Fix return value of VsEnvironmentDetector::startJoerg Bornemann2017-10-121-3/+6
* Remove superfluous qAsConst callJoerg Bornemann2017-10-121-1/+1
* Add missing mutex to JobObserver classChristian Kandeler2017-10-121-2/+13
* Emit better error message if process launcher fails to startChristian Kandeler2017-10-111-2/+7
* Do not reset the "canceled" state when initializing an observerChristian Kandeler2017-10-111-1/+0
* Add missing <locale> include in iosutils.hJake Petroules2017-10-101-0/+1
* Remove unused overload of ModuleLoader::productModuleJoerg Bornemann2017-10-062-8/+0
* Improve error message for missing build graphChristian Kandeler2017-10-062-4/+5
* Merge 1.9 into masterChristian Kandeler2017-10-053-8/+12
|\
| * Fix usage of outer within Properties blocksJoerg Bornemann2017-10-043-9/+13
* | Improve dump-nodes-tree commandChristian Kandeler2017-10-052-10/+13
* | Use range-based for loop in SVConverter::handle(JSSourceValue*)Joerg Bornemann2017-10-051-9/+7
* | Use std::vector as container for JSSourceValue::AlternativeJoerg Bornemann2017-10-054-8/+11
* | Fix shell commandChristian Kandeler2017-10-053-12/+29
* | Remove unused JSSourceValue::setAlternativesJoerg Bornemann2017-10-051-1/+0
* | Add support for running iOS and tvOS apps on the simulatorJake Petroules2017-10-041-21/+54
* | Add support for running Android apps on devicesJake Petroules2017-10-044-4/+77
* | ModuleLoader: Fix false positive in property declaration checkerChristian Kandeler2017-10-043-1/+13
* | ModuleLoader: Fix check for Probe.configureChristian Kandeler2017-10-041-1/+2
* | Log debug messages for failures in non-required modulesChristian Kandeler2017-10-041-0/+3
* | Fix missing error location in case of syntax errors in scriptsChristian Kandeler2017-10-043-2/+12
* | Merge 1.9 into masterChristian Kandeler2017-10-025-1/+41
|\|
| * Lower the default response file threshold a bit on Windowsv1.9.1Christian Kandeler2017-09-292-1/+11
| * Add undocumented Utilities methods to get the Qbs QML type infoJake Petroules2017-09-273-0/+30
* | Make sure Q_DECLARE_METATYPE is present when using itJake Petroules2017-09-271-1/+1
* | Remove the need for calling Process.close()Joerg Bornemann2017-09-271-2/+14
* | Fix recursion issue when releasing ResourceAcquiringScriptObjectsJoerg Bornemann2017-09-276-26/+15