summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* WinRT: Basic global supportAndrew Knight2013-09-201-5/+7
* QTest: use nth_element to calculate the medianMarc Mutz2013-09-131-4/+5
* Remove qSort usages from QtTestlibGiuseppe D'Angelo2013-09-111-1/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-212-36/+12
|\
| * Fix mouse test event in window warning message.Martin Jones2013-08-181-1/+5
| * Don't use deprecated qInstallMsgHandler in testlibKai Koehne2013-08-161-35/+7
* | Ensure that output is world readable on AndroidEskil Abrahamsen Blomfeldt2013-08-051-0/+10
* | Doc: Setting module pages' \qtvariable.Jerome Pasion2013-08-021-0/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-231-0/+10
|\|
| * Fix compilation of QtTest on Linux systems with old kernel headersThiago Macieira2013-07-211-0/+10
* | TestLib: align the colons so the "actual" and "expected" align tooThiago Macieira2013-07-211-3/+5
* | Testlib: Add a crash handler for Windows that prints a message.Friedemann Kleint2013-07-171-0/+13
* | QTestlib: Re-enable Windows error dialog when -nocrashhandler is passed.Friedemann Kleint2013-07-152-13/+12
* | Doc: Adding navigation configs in the module qdocconf files.Jerome Pasion2013-06-251-0/+3
|/
* QtTest: Output correct library nameSze Howe Koh2013-05-272-2/+2
* Fix compiler warning about deprecated APIKai Koehne2013-05-221-0/+10
* Utilize the new Q_OS_MACX define.Jake Petroules2013-05-091-5/+5
* Fix more warnings, found by cross-compiling QtThiago Macieira2013-05-011-0/+6
* Fix the QTouchEventSequence code snippet so that it compilesAndy Shaw2013-04-181-2/+2
* Warn if mouse event occurs outside target window in tests.Stephen Kelly2013-04-121-0/+3
* qWaitForWindow* default timeouts are 5 secondsShawn Rutledge2013-03-231-2/+2
* Fix error in XML and Xunit formatted benchmark output.Mirko Boehm (AWS)2013-03-222-2/+5
* Add minimumtotal option to improve accuracy of short-lived benchmarks.Mirko Boehm (AWS)2013-03-194-1/+33
* Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-191-0/+2
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-162-2/+2
* make testlib's toString() use local8Bit, not latin1Oswald Buddenhagen2013-03-131-9/+9
* fix encoding when printing debug under winceOswald Buddenhagen2013-03-121-1/+1
* don't clobber 8-bit outputOswald Buddenhagen2013-03-121-2/+2
* Android build fixPaul Olav Tvete2013-03-121-1/+1
* Silence warning about unused fields in test event (CLANG).Friedemann Kleint2013-03-121-1/+1
* Add support for attributes in the -perfcounter argumentThiago Macieira2013-03-061-1/+38
* Store the performance counter attributes globallyThiago Macieira2013-03-061-22/+27
* Add support for the cache-related operations counters in benchlibThiago Macieira2013-03-061-23/+180
* Add support for more performance counters in QBenchlibThiago Macieira2013-03-063-8/+213
* Add more events for QBenchlib, based on the Linux perf countersThiago Macieira2013-03-063-12/+137
* Implement the Linux Perf Counter backend for benchlibThiago Macieira2013-03-063-2/+109
* Add the skeleton Linux perf events counter for QtTestThiago Macieira2013-03-066-1/+224
* Import the Linux header linux/perf_event.hThiago Macieira2013-03-061-0/+615
* iOS: Don't use IOKit in QTestLib, it's a private framework on iOSTor Arne Vestbø2013-02-271-5/+5
* Mention offscreen platform plugin in QTestLib documentation.Samuel Rødal2013-02-191-0/+6
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-176-15/+11
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-146-15/+11
| |\
| | * fix doc page urlsOswald Buddenhagen2013-02-041-1/+1
| | * Merge "Merge branch 'release' into stable" into refs/staging/stableSergio Ahumada2013-02-011-4/+0
| | |\
| | | * Merge branch 'release' into stableSergio Ahumada2013-01-311-4/+0
| | | |\
| | | | * testlib: Remove old 'Partner Directory' external linkSergio Ahumada2013-01-281-4/+0
| | * | | substitute fixed version numbers in qdocconf files with variablesOswald Buddenhagen2013-02-011-5/+5
| | |/ /
| | * | Doc: Fix references to Qt TestSze Howe Koh2013-01-305-7/+7
* | | | remove QMAKE_TARGET_* overridesOswald Buddenhagen2013-02-131-6/+0
|/ / /
* | | Allow QtTest's QCOMPARE to work with mixed q(u)int32 and q(u)int64Jon Severinsson2013-02-112-0/+66