aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/tst_api.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement codesign moduleJake Petroules2021-02-181-1/+3
* clang-tidy: Apply modernize-use-nullptr fix-itIvan Komissarov2020-10-261-76/+76
* Fix TestApi::disappearedWildcardFile()Christian Kandeler2020-07-291-0/+1
* Add autotest for renaming a qbs project fileChristian Kandeler2020-06-221-0/+41
* Add a test case for source files disappearing during the buildChristian Kandeler2020-06-221-0/+47
* ProjectData: return const values/referencesIvan Komissarov2020-05-251-1/+1
* Fix or skip tests to be able to run with the iOS profileIvan Komissarov2020-05-221-13/+29
* Fix TestApi::localProfiles() for mingwv1.16.0Christian Kandeler2020-04-241-3/+3
* setup-toolchains now sets the qbs.toolchainType, not qbs.toolchainIvan Komissarov2020-03-091-2/+2
* Add clang-cl to the list of known toolchainsIvan Komissarov2020-03-061-0/+4
* Introduce QBS_TEST_SOURCE_ROOT environment variableRichard Weickelt2020-02-271-1/+1
* Allow relaxed matching of multiplexed dependenciesRichard Weickelt2020-01-291-0/+25
* API tests: Fix a time stamp issueChristian Kandeler2020-01-081-0/+1
* Fix 'performance-unnecessary-value-param' warningsIvan Komissarov2020-01-071-2/+2
* API: Do not try to do manual book-keepingChristian Kandeler2020-01-061-115/+40
* Evaluate probes before Profile itemsRichard Weickelt2019-09-251-0/+6
* Introduce the session commandChristian Kandeler2019-09-181-1/+1
* C++: Add support for clang on WindowsChristian Kandeler2019-08-141-7/+6
* Remove actualRunTime check to fix tests on CIJochen Ulrich2019-08-071-23/+2
* Add command and AutotestRunner timeoutJochen Ulrich2019-08-011-0/+64
* Work around deprecation warnings in Qthjk2019-07-241-3/+3
* Apply fix-its for the missing override keywordIvan Komissarov2019-05-031-2/+2
* Use pass-by-value and moveIvan Komissarov2019-03-071-2/+6
* Fix calls to non-const begin()/end() in range-for loopsIvan Komissarov2019-03-061-1/+2
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-5/+5
* C++ scanner: Register for rc filesChristian Kandeler2019-01-171-6/+24
* Fix TestApi::generatedFilesList() for static QtChristian Kandeler2018-11-131-1/+2
* Merge 1.12 into masterChristian Kandeler2018-08-101-0/+43
|\
| * ModuleLoader: Fix edge case in Depends.productTypesChristian Kandeler2018-08-081-0/+43
* | Make sure the set of root artifacts is always up to dateChristian Kandeler2018-07-311-0/+30
* | Merge 1.12 into masterChristian Kandeler2018-07-061-4/+2
|\|
| * Autotests: Prevent another false positive on slow CI machinesChristian Kandeler2018-07-061-0/+1
| * Autotests: Allow to parameterize the "file unlock grace period"Christian Kandeler2018-06-291-4/+1
* | Remove the base module import from most test data projectsJoerg Bornemann2018-06-221-1/+1
|/
* Check for duplicate entries in multiplex propertiesChristian Kandeler2018-06-151-2/+2
* Merge 1.11 into masterChristian Kandeler2018-04-271-2/+2
|\
| * API: Fix ProductData::installableArtifacts()v1.11.1Christian Kandeler2018-04-231-2/+2
* | API: Make transformer data availableChristian Kandeler2018-04-201-0/+43
* | Fix and rename the excludedAuxiliaryInputs propertyChristian Kandeler2018-04-051-0/+46
* | Merge 1.11 into masterChristian Kandeler2018-02-231-0/+29
|\|
| * RunEnvironment: Add safety check for API mis-useChristian Kandeler2018-02-211-0/+29
* | Autotests: Add convenience function for changing file contentsChristian Kandeler2018-02-011-31/+6
|/
* Merge 1.10 into masterChristian Kandeler2017-12-151-0/+39
|\
| * Fix GCC support for "bare metal" systems againChristian Kandeler2017-12-111-0/+39
* | Run Android autotests in release mode as well as debugJake Petroules2017-12-141-3/+3
* | Add the qbs.toolchainType propertyJake Petroules2017-12-071-1/+1
* | Replace 'foreach' macro with range-based 'for'Denis Shienkov2017-11-241-22/+33
* | Add qbs.targetPlatform and qbs.hostPlatform propertiesJake Petroules2017-11-221-7/+13
* | STL compatibility: use cbegin/cend() instead of constBegin/constEnd()Jake Petroules2017-11-221-3/+3
* | Give the setupRunEnvironment script an additional parameterChristian Kandeler2017-11-221-1/+1