summaryrefslogtreecommitdiff
path: root/tests/auto/api
Commit message (Expand)AuthorAgeFilesLines
* Loader: Do not error out when encountering duplicate multiplex valuesChristian Kandeler2023-05-161-9/+6
* Rewrite ModuleLoaderChristian Kandeler2023-04-201-6/+8
* Prefer built-in JS function in autotestsChristian Kandeler2023-02-1623-38/+38
* Switch JavaScript back-endChristian Kandeler2023-02-071-2/+2
* RIP QMake buildIvan Komissarov2022-12-161-27/+0
* Github actions: Update mingwChristian Kandeler2022-10-141-1/+9
* Use Host and FileInfo serviceRaphael Cotty2022-01-316-7/+17
* Convenience products: Make installDebugInformation consistentChristian Kandeler2021-12-131-0/+1
* Add missing std:: namespace for all functions from <cstdio> libraryDenis Shienkov2021-12-0125-52/+51
* Fix descriptions for JS commandsDenis Shienkov2021-11-159-10/+10
* Merge 1.20 into masterChristian Kandeler2021-08-204-8/+4
|\
| * Remove `import qbs` from all project filesDenis Shienkov2021-08-044-8/+4
* | Get rid of Set::to/from methodsIvan Komissarov2021-08-161-6/+5
|/
* Always build with project file updates supportIvan Komissarov2021-07-274-8/+1
* 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