aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix probes referencing project properties1.15Richard Weickelt2020-02-052-20/+34
* Fix user dependency scannersChristian Kandeler2019-11-051-0/+10
* Fix qbsSession autotestChristian Kandeler2019-10-231-2/+2
* Add test for cpp.generateLinkerMapFile propertyDenis Shienkov2019-10-214-0/+74
* Fix session autotest for slow machinesChristian Kandeler2019-10-141-1/+1
* Merge 1.14 into masterChristian Kandeler2019-10-081-1/+2
|\
| * Darwin: Adapt to Xcode 11Christian Kandeler2019-10-041-1/+2
* | Evaluate probes before Profile itemsRichard Weickelt2019-09-253-0/+26
* | Introduce the session commandChristian Kandeler2019-09-1811-5/+690
* | Merge 1.14 into masterChristian Kandeler2019-08-301-1/+2
|\|
| * Autotests: Work around compression bug in 5.13.0Christian Kandeler2019-08-301-1/+2
* | Merge 1.14 into masterChristian Kandeler2019-08-267-0/+50
|\|
| * Process Command: Do not needlessly interpret output as textChristian Kandeler2019-08-267-0/+50
* | More autotest fixesChristian Kandeler2019-08-152-0/+2
* | C++: Add support for clang on WindowsChristian Kandeler2019-08-1411-16/+108
* | Fix autotests for older compilersChristian Kandeler2019-08-072-0/+2
* | Remove actualRunTime check to fix tests on CIJochen Ulrich2019-08-071-23/+2
* | Add command and AutotestRunner timeoutJochen Ulrich2019-08-019-0/+226
* | Merge 1.14 into masterChristian Kandeler2019-07-261-3/+3
|\|
| * Work around deprecation warnings in Qthjk2019-07-241-3/+3
* | Speed up TestBlackboxJobLimitsIvan Komissarov2019-07-083-3/+3
|/
* Add support for gRPC to the protobuf.cpp moduleIvan Komissarov2019-06-275-0/+115
* Fix TestBlackboxApple::infoPlist for tvos/ios/watchos platformsIvan Komissarov2019-06-261-5/+32
* Fix TestBlackboxApple::xcode for tvos/ios/watchos platformsIvan Komissarov2019-06-262-8/+40
* Add PathProbe::candidateFilter propertyIvan Komissarov2019-06-263-0/+15
* Allow PathProbe to search multiple filesIvan Komissarov2019-06-2522-0/+190
* Apply modernize-loop-convert fix-itIvan Komissarov2019-05-211-2/+2
* Apply modernize-use-auto fix-itIvan Komissarov2019-05-201-6/+6
* Fix -Wclazy-inefficient-qlist-softIvan Komissarov2019-05-201-3/+6
* Add test for precompiled header and redefined macroIvan Komissarov2019-05-116-0/+87
* Merge 1.13 into masterChristian Kandeler2019-05-106-17/+75
|\
| * Fix TestBlackboxQt::staticQtPluginLinking()Christian Kandeler2019-05-083-3/+18
| * Fix qbsConfig test on MacosIvan Komissarov2019-05-021-2/+4
| * Fix compilation errorIvan Komissarov2019-04-301-3/+3
| * Fix lexyaccOutputs with outdated BisonIvan Komissarov2019-04-292-8/+35
| * Print LC_BUILD_VERSION instead of LC_VERSION_MIN_MACOSXIvan Komissarov2019-04-262-4/+18
* | Apply fix-its for the missing override keywordIvan Komissarov2019-05-035-9/+9
* | Fix uninitialized variablesIvan Komissarov2019-05-024-8/+8
* | Merge 1.13 into masterChristian Kandeler2019-04-261-3/+6
|\|
| * Do not check for minimumMacosVersion when not specifiedIvan Komissarov2019-04-251-3/+6
* | [Android] Allow the user to override version attributesBogDan Vatra2019-04-241-0/+2
* | Fix tests on non-latin systemsIvan Komissarov2019-04-232-2/+5
* | Add support for the clang-cl compilerIvan Komissarov2019-04-107-2/+21
* | Merge 1.13 into masterChristian Kandeler2019-04-052-3/+4
|\|
| * Android: Auto-detect Android.ndk.platformChristian Kandeler2019-04-051-2/+1
| * Fix badInterpreter autotestChristian Kandeler2019-04-051-1/+3
* | Use auto when declaring iteratorsIvan Komissarov2019-03-071-24/+24
* | Use pass-by-value and moveIvan Komissarov2019-03-071-2/+6
* | Fix calls to non-const begin()/end() in range-for loopsIvan Komissarov2019-03-064-5/+8
* | Merge 1.13 into masterChristian Kandeler2019-03-0126-190/+192
|\|