aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* API: Consider auxiliary inputs when collecting transformer datav1.12.0Christian Kandeler2018-07-121-0/+5
* Consider Rule::excludedInputs where neededJoerg Bornemann2018-07-103-1/+6
* MSVC Probe: Expose WindowsSDKVersion and WindowsSdkDirJoerg Bornemann2018-07-101-1/+2
* Update the timestamps of file dependencies of rescued artifactsChristian Kandeler2018-07-101-1/+3
* ModuleLoader: Fix misleading error messageChristian Kandeler2018-07-042-0/+4
* Remove quotes and escaping from debug logsOrgad Shaneh2018-07-035-27/+28
* Do not crash on invalid property assignment in Export itemChristian Kandeler2018-06-261-0/+12
* Fix module property access trackingChristian Kandeler2018-06-251-6/+8
* setup-android: Fix case where there is only one architectureChristian Kandeler2018-06-251-2/+6
* Provide an error location for invalid property assignmentsChristian Kandeler2018-06-251-14/+15
* Properly diagnose invalid module property assignmentsChristian Kandeler2018-06-252-5/+9
* 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
* 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
* 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
* 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
* 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