aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix usage of ambiguous ids in tst_language::propertiesBlocksJoerg Bornemann2016-11-221-26/+26
* Cpp Module: Remove default rpath entry for LinuxChristian Kandeler2016-11-222-2/+1
* Fix plugin-meta-data test on macOSJake Petroules2016-11-211-0/+3
* Handle some TODO items in test projectsChristian Kandeler2016-11-183-9/+3
* Android NDK module: Move I/O operation into ProbeChristian Kandeler2016-11-182-3/+4
* 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-182-2/+2
* Merge "Merge 1.6 into 1.7" into 1.7Christian Kandeler2016-11-183-2/+12
|\
| * Merge 1.6 into 1.7Christian Kandeler2016-11-173-2/+12
| |\
| | * Fix bug that causes re-linking on every build on Linux1.6Christian Kandeler2016-11-143-2/+12
* | | Use product.targetName for APK name instead of product.nameJake Petroules2016-11-171-2/+2
|/ /
* | Skip soversion test on Windows more reliablyChristian Kandeler2016-11-171-2/+2
* | Fix include path order in C++ dependency scannerJoerg Bornemann2016-11-171-27/+13
* | Fix "generatedFilesList" API test with mingwChristian Kandeler2016-11-161-8/+7
* | qbs_benchmarker: Fix interpretation of massif outputChristian Kandeler2016-11-161-1/+1
* | Warn against possibly improper use of JS extensions in qbs project filesChristian Kandeler2016-11-1118-1/+269
* | Use a Probe in the ib moduleChristian Kandeler2016-11-101-1/+11
* | Xcode: move SDK enumeration into a ProbeJake Petroules2016-11-101-1/+12
* | 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-106-13/+74
* | Let nested groups inherit the parent group's file tagsChristian Kandeler2016-11-105-8/+48
* | Enable evaluation cache for module validationChristian Kandeler2016-11-104-28/+47
* | Use string sharing when serializing file tagsChristian Kandeler2016-11-108-80/+61
* | Doc: Update the copyright year in the page footer to 2016Leena Miettinen2016-11-101-1/+1
* | Use string sharing when storing the propertiers of rescuable artifactsChristian Kandeler2016-11-092-3/+4
* | Merge "Merge 1.6 into master"Christian Kandeler2016-11-0916-69/+458
|\ \
| * | Merge 1.6 into masterChristian Kandeler2016-11-0816-69/+458
| |\|
| | * Executor: Fix dynamic rules with generated inputsv1.6.1Christian Kandeler2016-11-085-3/+79
| | * 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
* | | Fix xcode autotestChristian Kandeler2016-11-091-1/+1
* | | Do not use fromLocal8Bit() for string literalsKai Koehne2016-11-0817-57/+56
|/ /
* | Allow JavaScript expressions when overriding propertiesChristian Kandeler2016-11-083-5/+7
* | Assume UTF-8 encoding for qbs project filesChristian Kandeler2016-11-084-4/+9
* | 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-042-4/+5
* | ModUtils: Deal sensibly with undefined valuesChristian Kandeler2016-11-031-3/+8
* | Append minor version number to soname of all qbs libsJoerg Bornemann2016-11-033-0/+10
* | Improve autotest for generating qrc filesChristian Kandeler2016-10-282-8/+15
* | Improve the documentation of the Rule itemChristian Kandeler2016-10-282-61/+102
* | Merge "Merge 1.6 into master"Christian Kandeler2016-10-285-65/+94
|\ \
| * | Merge 1.6 into masterChristian Kandeler2016-10-285-65/+94
| |\|
| | * Fix the value of "original" for list propertiesChristian Kandeler2016-10-282-10/+13
| | * Fix x86_64 > x86 cross compiling when -arch is not availableJake Petroules2016-10-251-29/+26
| | * Add module instance as scope to cloned module prototypeChristian Kandeler2016-10-244-14/+3
| | * Update specs from Xcode 8 using update-specs.shJake Petroules2016-10-191-12/+52
* | | Add support for generating qrc filesChristian Kandeler2016-10-288-0/+121