summaryrefslogtreecommitdiffstats
path: root/tests/postbuild
Commit message (Expand)AuthorAgeFilesLines
* Blacklist ABI-unstable QJSListForInIterator and QJSListForOfIteratorVille Voutilainen7 days1-0/+2
* Blacklist QSignalSpy and everything in the QTest namespaceVille Voutilainen2024-04-081-0/+3
* Blacklist an intentionally removed implementation detailv6.7.0-rc2v6.7.0-rc1v6.7.0-beta3v6.7.0Ville Voutilainen2024-02-071-1/+1
* Port away from Q_FOREACHJoerg Bornemann2023-12-167-79/+73
* Blacklist QOperatingSystemVersionUnexportedVille Voutilainen2023-11-141-0/+1
* Fix a Bic failure caused by a new override in QRasterWindowVille Voutilainen2023-10-021-0/+2
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-178-1/+14
* Blacklist an override addition done in a patch releaseVille Voutilainen2023-08-011-0/+3
* Fix BiC test after an intentional removeVille Voutilainen2023-06-191-0/+2
* Blacklist Vulkan video codec symbols (StdVideo*)Ville Voutilainen2023-05-181-0/+2
* Blacklist Vulkan additionsVille Voutilainen2023-04-251-0/+4
* Blacklist all of QtPrivate::Ville Voutilainen2023-04-241-3/+1
* Fix build with QT_NO_PROCESSVille Voutilainen2023-02-201-1/+2
* Fix the broken test after the retirement of qt_parse_all_argumentsAmir Masoud Abdol2023-01-212-2/+2
* Blacklist the offending QtPrivate class properlyVille Voutilainen2022-11-231-1/+1
* Blacklist another private symbolVille Voutilainen2022-11-161-0/+1
* The generation script doesn't work on Ubuntu's dashVille Voutilainen2022-10-201-1/+1
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-162-14/+14
* Add TypedFunction to BIC blacklistUlf Hermann2022-10-141-0/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-235-5/+5
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-3/+3
* Add license headers to cmake filesLucie Gérard2022-07-075-0/+15
* Use SPDX license identifiersLucie Gérard2022-06-0810-270/+20
* Blacklist two false positivesVille Voutilainen2022-05-091-0/+4
* Fix BiC tests to be able to test multiple modules at onceVille Voutilainen2022-05-093-30/+118
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-032-7/+4
* Remove .prev_CMakeLists.txtKai Köhne2022-03-222-47/+0
* Don't bic-test QQmlPrivate::RegisterTypeAndRevisionsFabian Kosmale2021-11-241-0/+1
* Fix typo in tstBicTeemu Holappa2021-11-111-1/+1
* Don't bic-test QEGLContextVille Voutilainen2021-11-111-0/+2
* Don't bic-test Vulkan typesVille Voutilainen2021-11-101-0/+2
* On Qt 6, run bic test against Qt 6, not against Qt 5Ville Voutilainen2021-10-281-0/+4
* Blacklist QBindingStatus and QQmlPrivate::AOTCompiledFunctionVille Voutilainen2021-10-281-0/+8
* Fix warning about format string not being string literalTor Arne Vestbø2021-08-041-2/+2
* Replace uses of deprecated QWARN macro with qWarningTor Arne Vestbø2021-08-034-8/+8
* In Qt6, bic test needs to compile code in C++17 modeVille Voutilainen2021-03-232-2/+2
* Postbuild C++ tests: Silence buildFriedemann Kleint2021-02-222-1/+11
* Fix build of the manual gui app launcher test on WindowsFriedemann Kleint2021-02-221-6/+31
* Build fixes for GCC 11Ville Voutilainen2021-01-183-16/+18
* Port QProcess::pid() usages to QProcess::processId()Vlad Zahorodnii2020-10-121-2/+5
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-016-11/+11
* Fix BIC test to build against latest changes in qtbaseTor Arne Vestbø2020-08-221-3/+3
* Remove deprecated algorithms from tst_symbolsLars Schmertmann2020-08-211-3/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-06-291-3/+3
* CMake: Port qtqa to CMakeAlexandru Croitor2020-06-027-0/+160
* guiapplauncher: Fix deprecated APIFriedemann Kleint2020-05-203-32/+28
* Add multiline option to compiler version regular expressionEdward Welbourne2020-05-201-2/+3
* Fix build with latest qtbase devLiang Qi2020-05-201-5/+5
* Port QRegExp usages to QRegularExpressionLiang Qi2020-05-206-45/+48
* Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-271-0/+4