aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix CLI documentationChristian Kandeler2018-06-1511-11/+11
* Check for duplicate entries in multiplex propertiesChristian Kandeler2018-06-155-4/+39
* 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
* Doc: Fix typoJesus Fernandez2018-06-131-1/+1
* Prevent adding empty file paths as dependenciesChristian Kandeler2018-06-085-3/+22
* 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-084-9/+84
* GCC: Fix input tags for static librariesChristian Kandeler2018-06-083-1/+10
* 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-065-1/+49
* Exporter.pkgconfig: Add support for custom variablesChristian Kandeler2018-06-064-0/+24
* Update man pageChristian Kandeler2018-06-051-3/+3
* Fix the qmlcachegen functionalityChristian Kandeler2018-06-053-5/+37
* Add module Exporter.pkgconfigChristian Kandeler2018-06-0421-0/+740
* Make sure probe results are also cached for shadow productsChristian Kandeler2018-06-044-1/+31
* Add info about system-level settings to changelogChristian Kandeler2018-06-041-0/+1
* Add support for system-level settingsChristian Kandeler2018-06-0138-90/+460
* AutotestRunner: Make sure to run only the actual autotestsChristian Kandeler2018-05-301-0/+7
* AutotestRunner: Fix default working dirChristian Kandeler2018-05-301-1/+1
* C++ scanner: Properly handle UTF-8 byte order markChristian Kandeler2018-05-306-0/+35
* Doc: Fix a typoLeena Miettinen2018-05-301-1/+1
* Fix copy/paste artifact in AutotestRunner documentationChristian Kandeler2018-05-291-1/+1
* Add how-to for running autotestsChristian Kandeler2018-05-291-0/+31
* Fix the type of the cpp.cLanguageVersion propertyChristian Kandeler2018-05-288-1/+58
* Documentation: Work around qdoc quirkChristian Kandeler2018-05-254-5/+5
* 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
* Add a changelog file for 1.12.0Christian Kandeler2018-05-221-0/+39
* 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 TestBlackbox:vcsGit testAlexandru Croitor2018-05-181-0/+1
* Fix vcsSubversion test on macOSAlexandru Croitor2018-05-181-1/+1
* 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-183-29/+73
* Mark parent artifacts explicitly as out of dateChristian Kandeler2018-05-1810-2/+53
* ModuleLoader: Remove unneed loadBaseModule() callChristian Kandeler2018-05-178-6/+59
* Make Depends.productTypes in Export items workChristian Kandeler2018-05-164-33/+174
* ModuleLoader: Split up the module prototype cacheChristian Kandeler2018-05-162-43/+67