aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Allow overriding the autotest profile for each test suite individuallyJake Petroules2017-11-153-1/+8
* STL compatibility: use front() instead of first()Jake Petroules2017-11-144-78/+78
* Benchmarker: Build qbs with debug infoChristian Kandeler2017-11-141-1/+2
* Benchmarker: Keep raw data in case a regression is detectedChristian Kandeler2017-11-135-21/+55
* Merge 1.10 into masterJake Petroules2017-11-135-14/+33
|\
| * Fix default deployment target of storyboard in assetcatalog testJake Petroules2017-11-131-1/+1
| * Fix assetcatalog test with newer versions of macOSJake Petroules2017-11-132-6/+19
| * Make the teapot test a little less strictJake Petroules2017-11-131-6/+11
| * Only include one of gl3stub.cpp or gl3stub.c in the Android teapot testJake Petroules2017-11-131-1/+2
* | Merge 1.10 into masterChristian Kandeler2017-11-1314-27/+197
|\|
| * Fix the outer value for Properties itemsJoerg Bornemann2017-11-103-0/+37
| * Fix check for the "same file as different artifact" case in connect()Christian Kandeler2017-11-094-0/+82
| * Fix evaluation of Properties.conditionJoerg Bornemann2017-11-083-27/+43
| * Fix import search path precedenceChristian Kandeler2017-11-088-0/+35
* | Better change tracking for imported JS filesChristian Kandeler2017-11-1014-0/+154
* | Allow disabling pieces of the Qbs project by categoryJake Petroules2017-11-091-0/+41
* | Remove unnecessary indirection from property mapsChristian Kandeler2017-11-081-15/+13
* | Fix build with Qt < 5.9Christian Kandeler2017-11-081-16/+16
* | CLI autotest: Give testInvalidCommandLine a _data functionChristian Kandeler2017-11-071-16/+28
* | CLI autotest: Factor out common codeChristian Kandeler2017-11-071-33/+36
* | Enable modules to declare target artifactsChristian Kandeler2017-11-0720-0/+292
* | CLI: Fix the --version optionChristian Kandeler2017-11-071-0/+9
* | Merge 1.10 into masterChristian Kandeler2017-11-0713-1/+109
|\|
| * Yield error if Rule.outputArtifacts has invalid elementsJoerg Bornemann2017-11-066-0/+49
| * Fix change tracking for rules with more than one commandChristian Kandeler2017-11-061-1/+4
| * Fix handling of empty JS filesChristian Kandeler2017-11-064-0/+22
| * Include file dependencies in artifact rescue dataChristian Kandeler2017-11-022-0/+22
| * Fix File.move() and add autotestChristian Kandeler2017-11-012-0/+12
* | CLI: Allow to mix options and property assignmentsChristian Kandeler2017-11-071-5/+5
* | Add BinaryFile service to manipulate binary filesDenis Shienkov2017-11-073-0/+73
* | Fix mocSameFileName autotestChristian Kandeler2017-11-021-0/+1
* | Remove qbs-qmltypes appJake Petroules2017-11-021-2/+2
* | cpp module: Add property for linking-only driver flagsChristian Kandeler2017-11-024-0/+57
* | Qt: Support mocable files with the same name in the same productChristian Kandeler2017-11-0210-0/+116
* | Give the SubProject item a condition propertyChristian Kandeler2017-11-023-0/+46
* | CLI: Ensure non-applicable commands refuse to take property assignmentsChristian Kandeler2017-10-301-0/+3
* | Use the [[noreturn]] attribute instead of Q_NORETURNChristian Kandeler2017-10-301-2/+2
* | CLI: Add more test casesChristian Kandeler2017-10-301-0/+18
* | ProjectResolver: Sanitize error handlingChristian Kandeler2017-10-253-0/+67
* | Fix the dependencies array for modulesChristian Kandeler2017-10-251-0/+8
* | Make it possible to mark non-generated C++ header files as "unmocable"Joerg Bornemann2017-10-245-0/+27
* | CLI: Make the configuration name explicitChristian Kandeler2017-10-242-9/+10
* | Merge 1.10 into masterJake Petroules2017-10-232-1/+133
|\|
| * Fix FileSaver and add some autotests to make sure it worksJake Petroules2017-10-202-1/+133
* | Autotest: Create a convenience header for DLL import/export macrosChristian Kandeler2017-10-2352-291/+159
* | Merge 1.10 into masterChristian Kandeler2017-10-202-2/+2
|\|
| * Android autotests: fix default architectureJake Petroules2017-10-191-1/+1
| * Allow the qbs.Xml extension to work in JavaScript filesJake Petroules2017-10-171-1/+1
* | Use Utilities.cStringQuote in qbs project filesChristian Kandeler2017-10-1310-25/+25
* | Replace QScopedPointer with std::unique_ptrJoerg Bornemann2017-10-131-123/+122
|/