aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix import search path precedenceChristian Kandeler2017-11-089-1/+37
* Yield error if Rule.outputArtifacts has invalid elementsJoerg Bornemann2017-11-067-4/+79
* Fix change tracking for rules with more than one commandChristian Kandeler2017-11-063-2/+6
* Fix handling of empty JS filesChristian Kandeler2017-11-065-1/+24
* Include file dependencies in artifact rescue dataChristian Kandeler2017-11-027-1/+53
* Fix File.move() and add autotestChristian Kandeler2017-11-013-6/+13
* Fix releasing of script resources for Rule.outputArtifactsJoerg Bornemann2017-10-261-1/+1
* Remove sync.profileJake Petroules2017-10-232-5/+1
* Only add /System/Library/Frameworks to default compiler path on DarwinJake Petroules2017-10-232-3/+5
* 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-205-16/+173
* Check return values of sanitizedListProperty()Joerg Bornemann2017-10-192-6/+18
* 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
* Android autotests: fix default architectureJake Petroules2017-10-191-1/+1
* Fix detection of binutils locationJoerg Bornemann2017-10-181-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-174-7/+17
* Polish examples/collidingmiceJoerg Bornemann2017-10-171-8/+7
* Polish examples/app-and-libJoerg Bornemann2017-10-173-4/+5
* 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
* GCC support: Remove unused function from JS fileChristian Kandeler2017-10-171-11/+0
* 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
* Add changelog file for 1.10.0Christian Kandeler2017-10-161-0/+43
* Properly split newlines from gcc and nm output on WindowsJake Petroules2017-10-161-3/+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
* 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
* Get rid of the ".obj" subdir in our build directoriesJoerg Bornemann2017-10-067-19/+18
* Improve error message for missing build graphChristian Kandeler2017-10-064-5/+41
* Merge "Merge 1.9 into master"Jake Petroules2017-10-058-11/+47
|\
| * Merge 1.9 into masterChristian Kandeler2017-10-058-11/+47
| |\
| | * Add changelog file for 1.9.11.9Christian Kandeler2017-10-051-0/+4
| | * Fix usage of outer within Properties blocksJoerg Bornemann2017-10-045-9/+41
| | * Increase the iOS example app's deployment target to 8.0Jake Petroules2017-10-042-3/+3
* | | Doc: How to apply C/C++ preprocessor macros to a subset of product filesLeena Miettinen2017-10-051-0/+45
* | | Doc: Add a how-to for creating modules for 3rd party librariesLeena Miettinen2017-10-051-0/+56
* | | CLI: Ensure "restore only" mode for commands that don't support -fChristian Kandeler2017-10-055-5/+13
|/ /
* | Remove pointless option for update-timestamps commandChristian Kandeler2017-10-053-5/+4
* | Improve dump-nodes-tree commandChristian Kandeler2017-10-054-23/+15