aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Prohibit use of ambiguous idsJoerg Bornemann2016-11-224-0/+38
* Fix usage of ambiguous ids in tst_language::propertiesBlocksJoerg Bornemann2016-11-221-26/+26
* Remove the concept of an "Export Scope"Christian Kandeler2016-11-188-58/+50
* Input scanner: Prevent resolving directories as included filesChristian Kandeler2016-11-181-1/+4
* qbs build: Use correct module name "Qt.testlib" instead of "Qt.test"Christian Kandeler2016-11-181-1/+1
* Merge 1.6 into 1.7Christian Kandeler2016-11-171-0/+2
|\
| * Fix bug that causes re-linking on every build on Linux1.6Christian Kandeler2016-11-141-0/+2
* | Fix include path order in C++ dependency scannerJoerg Bornemann2016-11-171-27/+13
* | Warn against possibly improper use of JS extensions in qbs project filesChristian Kandeler2016-11-117-1/+99
* | Speed up qbs-setup-toolchains for MSVCJoerg Bornemann2016-11-103-25/+65
* | Refactor MSVC toolchain detectionJoerg Bornemann2016-11-106-110/+141
* | Make list properties overridableChristian Kandeler2016-11-105-13/+66
* | Let nested groups inherit the parent group's file tagsChristian Kandeler2016-11-101-2/+6
* | Enable evaluation cache for module validationChristian Kandeler2016-11-104-28/+47
* | Use string sharing when serializing file tagsChristian Kandeler2016-11-108-80/+61
* | Use string sharing when storing the propertiers of rescuable artifactsChristian Kandeler2016-11-092-3/+4
* | Merge "Merge 1.6 into master"Christian Kandeler2016-11-0912-69/+388
|\ \
| * | Merge 1.6 into masterChristian Kandeler2016-11-0812-69/+388
| |\|
| | * Executor: Fix dynamic rules with generated inputsv1.6.1Christian Kandeler2016-11-081-3/+9
| | * Executor: Only abort engine evaluation if engine is really evaluatingChristian Kandeler2016-11-081-1/+2
| | * Add missing qHash() function for QualifiedId classChristian Kandeler2016-10-311-0/+1
| | * Fix module property assignments in Group itemsChristian Kandeler2016-10-3113-66/+383
* | | Do not use fromLocal8Bit() for string literalsKai Koehne2016-11-0815-41/+40
|/ /
* | Allow JavaScript expressions when overriding propertiesChristian Kandeler2016-11-081-1/+3
* | Assume UTF-8 encoding for qbs project filesChristian Kandeler2016-11-083-4/+8
* | Attach information about the context to our script engineChristian Kandeler2016-11-079-8/+35
* | Fix potential null pointer access in build graph loaderChristian Kandeler2016-11-041-1/+1
* | Append minor version number to soname of all qbs libsJoerg Bornemann2016-11-031-0/+7
* | Merge "Merge 1.6 into master"Christian Kandeler2016-10-283-14/+16
|\ \
| * | Merge 1.6 into masterChristian Kandeler2016-10-283-14/+16
| |\|
| | * Fix the value of "original" for list propertiesChristian Kandeler2016-10-282-10/+13
| | * Add module instance as scope to cloned module prototypeChristian Kandeler2016-10-243-4/+3
* | | Add support for generating qrc filesChristian Kandeler2016-10-281-0/+39
* | | Add missing qHash() function for QualifiedId classChristian Kandeler2016-10-261-0/+1
|/ /
* | Do not needlessly re-evaluate module properties in GroupsChristian Kandeler2016-10-257-26/+170
* | Add support for the QtScxml moduleChristian Kandeler2016-10-203-0/+71
* | Modules: Adapt to introduction of built-in "version" propertyChristian Kandeler2016-10-192-2/+1
* | Take relaxed error handling mode into account in more placesChristian Kandeler2016-10-192-11/+30
* | Merge 1.6 into masterChristian Kandeler2016-10-177-16/+112
|\|
| * Convert null variant values to empty listsChristian Kandeler2016-10-142-3/+14
| * Extend the autotest for module property assignments in GroupsChristian Kandeler2016-10-114-13/+94
| * Cleanup remaining qbs_dummy files on detection of the MSVC environmentThomas Epting2016-10-061-0/+4
* | Time more operationsChristian Kandeler2016-10-1019-74/+323
* | API: Fix off-by-one error when setting the install file pathChristian Kandeler2016-10-072-3/+5
* | Do not auto-convert values to property typesChristian Kandeler2016-10-065-35/+70
* | Improve the TimedActivityLoggerChristian Kandeler2016-10-067-23/+16
* | ModuleLoader: Remove redundant property checksChristian Kandeler2016-10-021-0/+4
* | Fix "restoredWarnings" autotestChristian Kandeler2016-09-301-4/+7
* | Re-display warnings when loading a stored build graphChristian Kandeler2016-09-3032-47/+130
* | Merge 1.6 into masterChristian Kandeler2016-09-3012-37/+45
|\|