aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Work around a QDirIterator peculiarity when expanding wildcardsChristian Kandeler2016-11-251-2/+4
* Cpp module: Don't set the C++ standard library explicitlyChristian Kandeler2016-11-241-6/+0
* Separate file scope and imports scopeChristian Kandeler2016-11-249-0/+40
* Fix "baseValidation" autotest for inferior file systemsChristian Kandeler2016-11-242-1/+1
* Fix group-level module property evaluation for nested groupsChristian Kandeler2016-11-243-21/+181
* GCC module: Do not add assume libc++abi with libc++ on LinuxChristian Kandeler2016-11-241-4/+0
* Add autotest for calling a base item's validate scriptChristian Kandeler2016-11-235-0/+36
* Fix input.fileName for Scanner itemsJoerg Bornemann2016-11-232-2/+4
* ModuleLoader: Check for cyclic dependencies between modulesChristian Kandeler2016-11-236-0/+52
* Set product scope in nested groups from modulesChristian Kandeler2016-11-232-1/+3
* MSVC: Do not overwrite build environment with result from ProbeChristian Kandeler2016-11-231-2/+2
* qbs build: Don't use relative paths in product parent itemsChristian Kandeler2016-11-232-2/+4
* Prohibit use of ambiguous idsJoerg Bornemann2016-11-224-0/+38
* 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