aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add QtScript git submoduleJoerg Bornemann2018-04-093-2/+18
* Fix autotest on macOSChristian Kandeler2018-04-061-2/+0
* Exporter support: Correctly detect use of importsChristian Kandeler2018-04-066-111/+125
* Merge 1.11 into masterChristian Kandeler2018-04-051-0/+2
|\
| * Fix autotest on macOSChristian Kandeler2018-04-041-0/+2
* | Fix and rename the excludedAuxiliaryInputs propertyChristian Kandeler2018-04-053-0/+161
* | Merge 1.11 into masterChristian Kandeler2018-03-155-18/+25
|\|
| * Make Qt Concurrent dependency optionalKai Koehne2018-03-132-2/+8
| * Fix symbolLinkMode autotest on macOSChristian Kandeler2018-03-131-12/+7
| * vcs module: Make sure the git meta data directory is absoluteChristian Kandeler2018-03-123-4/+10
* | Fix using the prefixMapping property in a Properties itemChristian Kandeler2018-03-141-1/+4
* | Exporter.qbs: Properly support variant valuesChristian Kandeler2018-03-143-0/+19
* | Add module Exporter.qbsChristian Kandeler2018-03-1410-0/+247
* | Tests: Fix compile for Qt5.6Christian Stenger2018-03-131-3/+3
* | Add autotest for exporting JavaScript objects from productsChristian Kandeler2018-03-132-0/+22
* | Add new property type "varList"Christian Kandeler2018-03-134-0/+16
* | Add product name to command descriptionsChristian Kandeler2018-03-121-1/+1
* | Merge 1.11 into masterChristian Kandeler2018-03-095-1/+64
|\|
| * Fix exports from multiplexed productsChristian Kandeler2018-03-093-1/+59
| * Fix qtquickcompiler support for Qt >= 5.11Joerg Bornemann2018-03-061-0/+1
| * Qt templates: Fix detection of QtQuick compilerChristian Kandeler2018-03-051-0/+4
* | Merge 1.11 into masterChristian Kandeler2018-03-029-1/+61
|\|
| * Guard QScriptEngine's creation/destruction with a mutexJoerg Bornemann2018-02-289-1/+61
* | Remove CONFIG += depend_includepath from our .pro filesJoerg Bornemann2018-02-281-1/+1
* | Fix generator() autotest on WindowsChristian Kandeler2018-02-261-0/+1
* | Fix handling of rules whose outputs all have "alwaysUpdated == false"Christian Kandeler2018-02-268-0/+80
* | Fix wholeArchive() autotestChristian Kandeler2018-02-231-2/+2
* | Merge 1.11 into masterChristian Kandeler2018-02-2311-63/+104
|\|
| * Add a location to errors in conditions of Properties itemsChristian Kandeler2018-02-231-1/+2
| * Make autotests mingw-friendlierChristian Kandeler2018-02-226-62/+33
| * Darwin: Fix lipo rulesChristian Kandeler2018-02-221-0/+32
| * Only use fallback values for the -std= command line option when neededJake Petroules2018-02-211-0/+1
| * RunEnvironment: Add safety check for API mis-useChristian Kandeler2018-02-213-0/+36
* | Merge 1.11 into masterChristian Kandeler2018-02-194-1/+12
|\|
| * Do not apply file tags filter to target artifacts of modulesChristian Kandeler2018-02-192-0/+8
| * Android autotest: Get the jar file path from qbsChristian Kandeler2018-02-162-1/+4
* | Add environment variables to allow runQbs to ALWAYS print its outputJake Petroules2018-02-191-7/+8
* | Run autotests using the qbs from the install root if availableJake Petroules2018-02-192-3/+5
* | Fix wholeArchive() autotestChristian Kandeler2018-02-162-1/+21
* | Merge 1.11 into masterChristian Kandeler2018-02-168-11/+176
|\|
| * Autotests: Fix function that figures out the object file extensionChristian Kandeler2018-02-161-3/+5
| * Fix race conditions in innosetup, wix and nsis modulesChristian Kandeler2018-02-161-8/+10
| * Check product and project names in command-line property overridesChristian Kandeler2018-02-153-0/+75
| * Fix connection to rules of dependenciesChristian Kandeler2018-02-153-0/+86
* | Track accesses to product.artifactsChristian Kandeler2018-02-167-0/+150
* | Fix race condition when accessing the artifacts map from JavaScriptChristian Kandeler2018-02-163-0/+82
* | Move transformer change tracking out of the build graph loaderChristian Kandeler2018-02-162-4/+11
* | Build qbs with C++14Christian Kandeler2018-02-154-4/+4
* | Save the build data of disabled productsChristian Kandeler2018-02-155-0/+37
* | Merge 1.11 into masterChristian Kandeler2018-02-124-3/+16
|\|