aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix SOFT ASSERT for parametrized dependencies in Export/Module itemsv1.10.11.10Joerg Bornemann2018-01-313-7/+11
* Fix parameter extraction for Depends items within Export/Module itemsJoerg Bornemann2018-01-311-1/+2
* Clean up the list of file dependencies before buildingChristian Kandeler2018-01-302-9/+50
* ModuleLoader: Fix order of module mergingChristian Kandeler2018-01-172-19/+44
* Qt module templates: Fix for Qt 4Christian Kandeler2018-01-155-3/+30
* Don't crash when calling methods on empty IMultiplexableContainersJake Petroules2018-01-051-0/+2
* Fix convenience command-line override syntax for qbs propertiesChristian Kandeler2017-12-231-0/+2
* Fix scopes of dependency parametersChristian Kandeler2017-12-232-21/+5
* qbs.Environment: Normalize key values on WindowsChristian Kandeler2017-12-221-2/+5
* Fix invalid property assignments in Qt.core templateChristian Kandeler2017-12-211-2/+1
* Fix qtquickcompiler support properlyChristian Kandeler2017-12-202-4/+4
* Fix spurious "unknown property" error on loading module candidatesChristian Kandeler2017-12-152-19/+29
* ModuleLoader: Copy id when setting up module instance child itemsChristian Kandeler2017-12-152-0/+2
* Fix qtquickcompiler support for QML files in subdirectoriesChristian Kandeler2017-12-151-3/+3
* 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-131-2/+8
* 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
* Fix crash when "original" is being misusedChristian Kandeler2017-12-081-0/+7
* Fix inadvertant module prototype sharingv1.10.0Christian Kandeler2017-11-232-5/+10
* 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
* Close process launcher on socket disconnectChristian Kandeler2017-10-191-0/+1
* Also tag .qdocinc files so they participate in dependency trackingJake Petroules2017-10-191-1/+1
* CLI: Check generator name before buildingChristian Kandeler2017-10-182-20/+31
* Allow the qbs.Xml extension to work in JavaScript filesJake Petroules2017-10-172-5/+15
* setup-qt: Give feedback to the user if no Qt installations were detectedChristian Kandeler2017-10-171-0/+5
* Fix makefile warning "overriding commands for propertylist.moc"Jake Petroules2017-10-171-2/+2
* Fix unused function warningJake Petroules2017-10-171-1/+1
* Improve error messages for the generate commandJake Petroules2017-10-161-7/+10
* Fix the build with MinGWJake Petroules2017-10-162-3/+4
* Add missing dependencies for the qbs archive packageJake Petroules2017-10-161-2/+3
* 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