summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Use nullptr to initialize the pointersDenis Shienkov2017-11-2010-13/+13
* Fix object filename test helper function to work with profile:noneJake Petroules2017-11-201-2/+3
* Make Module.setup{Build,Run}Environment first-class citizensChristian Kandeler2017-11-205-0/+62
* Benchmarker: Better names for short optionsChristian Kandeler2017-11-201-3/+3
* Allow "conflicting" artifacts referencing the same file, to be installedJake Petroules2017-11-176-0/+46
* STL compatibility: use push_back() instead of operator<<Jake Petroules2017-11-165-12/+12
* Benchmarker: Provide short command-line optionsChristian Kandeler2017-11-161-6/+9
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-169-52/+52
* STL compatibility: use size() instead of count()Jake Petroules2017-11-1512-188/+188
* Add support for creating .ico and .cur files using icotool (icoutils)Jake Petroules2017-11-1510-0/+216
* 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