aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qstring-arg
Commit message (Collapse)AuthorAgeFilesLines
* qstring-arg: Don't warn when inside QT_REQUIRE_VERSIONSergio Martins2018-03-141-3/+4
| | | | | | | That should be fixed in Qt Added explicit ctor as a drive by BUG: 391851
* Remove hardcoded CLAZY_EXTRA_OPTIONS hack from run_tests.pySergio Martins2015-12-061-1/+5
| | | | Use config.json instead
* qstring-arg: Separate unit-tests into two different filesSergio Martins2015-12-065-6/+20
| | | | They are different tests.
* Introduce threading support for unit-testsSergio Martins2015-11-241-5/+5
| | | | | Meaning it's much faster now. The default is 4 threads.
* Port all other testsSergio Martins2015-11-242-0/+7
|
* qstring-arg: Warn when using chainged args()Sergio Martins2015-10-132-0/+6
| | | | | | Using multi-arg overloads saves heap allocations BUG: 353771
* New check: qstring-arg, finds misusage QString::arg()Sergio Martins2015-10-072-0/+29