aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api
Commit message (Expand)AuthorAgeFilesLines
* Replace "product" variable by "exportingProduct" in Export itemsRaphael Cotty2021-05-072-3/+3
* Merge branch '1.18' into masterIvan Komissarov2021-03-021-1/+0
|\
| * cmake build: Fix project files updates in Qbs binaryIvan Komissarov2021-03-021-1/+0
* | Implement codesign moduleJake Petroules2021-02-181-1/+3
|/
* clang-tidy: Apply modernize-use-nullptr fix-itIvan Komissarov2020-10-261-76/+76
* tests: Add missing 'std' namespaceDenis Shienkov2020-09-304-4/+4
* Initial CMake portIvan Komissarov2020-08-171-0/+10
* Fix TestApi::disappearedWildcardFile()Christian Kandeler2020-07-291-0/+1
* Add autotest for renaming a qbs project fileChristian Kandeler2020-06-224-0/+52
* Add a test case for source files disappearing during the buildChristian Kandeler2020-06-225-0/+52
* 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-226-18/+54
* 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
* Fix code signing for Core Foundation bundlesLeon Buckel2020-02-131-0/+1
* Allow relaxed matching of multiplexed dependenciesRichard Weickelt2020-01-292-0/+32
* API tests: Fix a time stamp issueChristian Kandeler2020-01-081-0/+1
* Fix 'performance-unnecessary-value-param' warningsIvan Komissarov2020-01-072-3/+3
* API: Do not try to do manual book-keepingChristian Kandeler2020-01-061-115/+40
* Simplify multiplexing testcaseRichard Weickelt2019-11-152-45/+0
* Evaluate probes before Profile itemsRichard Weickelt2019-09-253-0/+26
* Introduce the session commandChristian Kandeler2019-09-181-1/+1
* More autotest fixesChristian Kandeler2019-08-151-0/+1
* C++: Add support for clang on WindowsChristian Kandeler2019-08-144-7/+30
* Fix autotests for older compilersChristian Kandeler2019-08-071-0/+1
* Remove actualRunTime check to fix tests on CIJochen Ulrich2019-08-071-23/+2
* Add command and AutotestRunner timeoutJochen Ulrich2019-08-015-0/+148
* Work around deprecation warnings in Qthjk2019-07-241-3/+3
* Apply fix-its for the missing override keywordIvan Komissarov2019-05-032-3/+3
* Add support for the clang-cl compilerIvan Komissarov2019-04-102-0/+6
* 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
* Merge 1.13 into masterChristian Kandeler2019-03-011-5/+5
|\
| * Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-5/+5
* | Stop using the excludedAuxiliaryInputs property in autotestChristian Kandeler2019-02-121-1/+1
|/
* Introduce module providersChristian Kandeler2019-01-231-5/+3
* C++ scanner: Register for rc filesChristian Kandeler2019-01-174-6/+28
* Fix TestApi::generatedFilesList() for static QtChristian Kandeler2018-11-131-1/+2
* Merge 1.12 into masterChristian Kandeler2018-08-103-0/+62
|\
| * ModuleLoader: Fix edge case in Depends.productTypesChristian Kandeler2018-08-083-0/+62
* | Merge 1.12 into masterChristian Kandeler2018-08-031-0/+5
|\|
| * GCC: Allow the -march option to be set in project filesChristian Kandeler2018-08-021-0/+5
* | Make sure the set of root artifacts is always up to dateChristian Kandeler2018-07-313-0/+60
* | 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-22122-221/+1
* | Merge 1.12 into masterChristian Kandeler2018-06-221-2/+2
|\|