aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge 1.12 into masterChristian Kandeler2018-06-226-6/+45
|\
| * setup-toolchains: Fix another possible QProcess timeoutChristian Kandeler2018-06-211-1/+1
| * Give more help in 'No such product' error messageKai Koehne2018-06-211-3/+14
| * Consider Transformer::explicitlyDependsOn when disconnecting artifactsChristian Kandeler2018-06-201-0/+1
| * Do not collect exported properties for disabled productsChristian Kandeler2018-06-191-0/+6
| * Catch mis-use of "original" as default property valueChristian Kandeler2018-06-181-0/+7
| * Check for duplicate entries in multiplex propertiesChristian Kandeler2018-06-151-2/+16
* | Remove the base module import from Qt template filesJoerg Bornemann2018-06-2210-10/+0
* | Get rid of the need for "import qbs"Joerg Bornemann2018-06-224-7/+16
* | Merge 1.12 into masterChristian Kandeler2018-06-1512-32/+29
|\|
| * Fix FileInfo::isDir() on UnixChristian Kandeler2018-06-141-1/+3
| * qtprofilesetup: Remove unnecessary "product" qualifierChristian Kandeler2018-06-141-1/+1
| * Call QProcess::waitForFinished with timeout of -1Joerg Bornemann2018-06-143-5/+5
| * Make RescuableArtifactData::children a std::vectorJoerg Bornemann2018-06-143-4/+3
| * Fix C4267 warningsJoerg Bornemann2018-06-141-1/+1
| * RulesApplicator: Remove unnecessary qualificationsChristian Kandeler2018-06-141-10/+6
| * Fix RulesApplicator::InputsSourceFlagChristian Kandeler2018-06-141-1/+1
| * Makefile generator: Improve dependency collection performanceChristian Kandeler2018-06-141-9/+7
| * Prevent adding empty file paths as dependenciesChristian Kandeler2018-06-081-0/+2
* | Do not use colored output on dumb terminalsJoerg Bornemann2018-06-133-2/+13
* | JS imports: Cache also the results of "require"Christian Kandeler2018-06-124-4/+11
* | Merge 1.12 into masterChristian Kandeler2018-06-0811-23/+124
|\|
| * Fix VS toolchain compatibility matchingJoerg Bornemann2018-06-081-1/+8
| * Fix Windows build with QtScript-less QtJoerg Bornemann2018-06-085-3/+60
| * Change tracking: Do not rescue outdated child artifactsChristian Kandeler2018-06-081-9/+12
| * Fix observation of JS imports pulled in via "require"Christian Kandeler2018-06-071-4/+3
| * Fix property values that are pure assignments of importsJoerg Bornemann2018-06-061-1/+15
| * Fix the qmlcachegen functionalityChristian Kandeler2018-06-051-4/+22
| * Make sure probe results are also cached for shadow productsChristian Kandeler2018-06-041-1/+4
* | Merge 1.12 into masterChristian Kandeler2018-06-0135-138/+479
|\|
| * Add support for system-level settingsChristian Kandeler2018-06-0126-80/+295
| * C++ scanner: Properly handle UTF-8 byte order markChristian Kandeler2018-05-301-0/+10
| * qbs-setup-toolchains: Check for presence of cl.exe in MSVC bin pathsJoerg Bornemann2018-05-241-3/+6
| * Move msvcVersion out of QtEnvironmentJoerg Bornemann2018-05-244-18/+29
| * Fix file tag for Qt libraries in qtprofilesetupJoerg Bornemann2018-05-241-1/+2
| * Move MSVC-related functions to qtprofilesetup libJoerg Bornemann2018-05-245-36/+137
* | Allow rules without output artifactsChristian Kandeler2018-05-282-15/+35
* | Apply all groups with the same file tag filterChristian Kandeler2018-05-243-31/+44
|/
* ModuleLoader: Set project-level search pathsChristian Kandeler2018-05-191-0/+1
* Include settingsrepresentation.h in the main header fileChristian Kandeler2018-05-191-0/+1
* Fix CLOCK_REALTIME not being available on macOS SDK < 10.11Alexandru Croitor2018-05-181-0/+5
* Fix FileTime and FileInfo stat times implementation on macOSAlexandru Croitor2018-05-183-8/+43
* ModuleLoader: Remove modules of disabled product modulesChristian Kandeler2018-05-181-6/+4
* Do not export anything from disabled productsChristian Kandeler2018-05-182-26/+73
* Mark parent artifacts explicitly as out of dateChristian Kandeler2018-05-186-2/+17
* ModuleLoader: Remove unneed loadBaseModule() callChristian Kandeler2018-05-173-6/+13
* Make Depends.productTypes in Export items workChristian Kandeler2018-05-162-30/+115
* ModuleLoader: Split up the module prototype cacheChristian Kandeler2018-05-162-43/+67
* Allow module instances with the same priority in different search pathsChristian Kandeler2018-05-151-9/+14
* ModuleLoader: Move some code out of a loopChristian Kandeler2018-05-151-15/+16