summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qringbuffer
Commit message (Expand)AuthorAgeFilesLines
* Remove the qmake project filesJoerg Bornemann2021-01-071-4/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-2/+2
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-1/+1
* Regenerate tests/auto/corelib/toolsAlexandru Croitor2019-11-121-1/+12
* Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+1
* QRingBuffer: avoid reallocations of the dataAlex Trotsenko2017-12-301-0/+16
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* QRingBuffer: add packet modeAlex Trotsenko2016-07-231-0/+20
* QRingBuffer: allow to change the chunk size of the buffer dynamicallyAlex Trotsenko2016-07-231-0/+6
* Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-4/+4
|\
| * Q_(U)INT64_C is not a type, so don't use it as if it wasMarc Mutz2016-07-061-4/+4
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | Allow to use QRingBuffer in containersAlex Trotsenko2016-01-121-0/+12
* | tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-221-1/+1
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+1
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
* | QRingBuffer: avoid allocation in c'torAlex Trotsenko2015-08-271-8/+18
* | QRingBuffer: allow to search from any positionAlex Trotsenko2015-08-271-1/+2
|/
* Replace QVERIFY with QCOMPARE in QRingBuffer autotestAlex Trotsenko2015-06-231-23/+23
* Deinline QRingBuffer classAlex Trotsenko2015-05-201-0/+23
* QRingBuffer: allow to peek bytes from any positionAlex Trotsenko2015-04-101-0/+26
* Make QRingBuffer a 64-bit safeAlex Trotsenko2015-03-121-21/+21
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Fix assorted MSVC warnings in tests.Friedemann Kleint2015-01-171-5/+5
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Rewrite QRingBufferAlex Trotsenko2014-07-241-0/+120
* Make QRingBuffer::append() not leave empty arrays in buffer listAlex Trotsenko2014-07-231-0/+15
* Fix QRingBuffer::readPointerAtPosition()Alex Trotsenko2014-06-241-0/+7
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Cleanup corelib autotestsJason McDonald2011-11-111-7/+3
* Cleanup corelib autotestsJason McDonald2011-11-071-23/+0
* corelib: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-2/+3
* Moving relevant tests to corelib/toolsHolger Ihrig2011-09-012-0/+207