summaryrefslogtreecommitdiffstats
path: root/src/testlib/qpropertytesthelper_p.h
Commit message (Expand)AuthorAgeFilesLines
* qpropertytesthelper_p.h: port from QScopedPointer to std::optionalMarc Mutz2025-01-031-6/+33
* Make headers QT_NO_QSNPRINTF-cleanMarc Mutz2024-08-031-0/+2
* QPROPERTY_TEST_COMPARISON_HELPER: fix mbstowcs and snprintf usageMarc Mutz2024-07-311-13/+9
* QPROPERTY_TEST_COMPARISON_HELPER: don't write 1KiB of NULsMarc Mutz2024-07-211-1/+1
* Fix a compiler warning (GCC 13.2.1) -Wpessimizing-moveAhmad Samir2023-11-201-2/+2
* Extend QTestPrivate property tests - actual implementation [2/2]Ivan Solovev2023-11-011-20/+37
* QTestPrivate property tests: don't try to create abstract typesVolker Hilsheimer2023-09-281-2/+12
* Extend QTestPrivate property tests - update signatures [1/2]Ivan Solovev2023-09-271-2/+64
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-9/+9
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-241-0/+1
* Include qproperty.h where neededMarc Mutz2021-11-041-0/+1
* Add a helper method for testing write-once bindable propertiesJuha Vuolle2021-04-301-4/+117
* Improve error message in bindable property testAndreas Buhr2021-04-231-8/+14
* qpropertytesthelper: Check that the types matchFabian Kosmale2021-04-221-0/+11
* QTest: improve the read-only property test helperSona Kurazyan2021-04-201-0/+12
* QTest: add helper methods to test bindable propertiesIvan Solovev2021-04-161-0/+304