summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qringbuffer_p.h
Commit message (Expand)AuthorAgeFilesLines
* Sprinkle Q_DECLARE_TYPEINFO on types used in containersGiuseppe D'Angelo2017-02-231-0/+2
* QRingBuffer: allow to change the chunk size of the buffer dynamicallyAlex Trotsenko2016-07-231-0/+8
* Make sure all private headers in Qt Core include qglobal_p.hThiago Macieira2016-06-251-0/+1
* QRingBuffer: add append(const char *, qint64) functionAlex Trotsenko2016-02-011-0/+1
* Integrate QProcess into QIODevice's multistreaming infrastructureAlex Trotsenko2016-01-291-1/+5
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Allow to use QRingBuffer in containersAlex Trotsenko2016-01-121-1/+1
* QRingBuffer: improve skip() performanceAlex Trotsenko2015-10-201-1/+4
* QRingBuffer: avoid allocation in c'torAlex Trotsenko2015-08-271-3/+1
* QRingBuffer: allow to search from any positionAlex Trotsenko2015-08-271-1/+1
* QRingBuffer: merge indexOf() overloadsAlex Trotsenko2015-05-281-1/+1
* Deinline QRingBuffer classAlex Trotsenko2015-05-201-243/+23
* QRingBuffer: allow to peek bytes from any positionAlex Trotsenko2015-04-101-0/+24
* Make QRingBuffer a 64-bit safeAlex Trotsenko2015-03-121-28/+34
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QRingBuffer: retrieve pointer to data more carefullyAlex Trotsenko2015-01-091-1/+1
* Simplify QRingBuffer::isEmpty()Alex Trotsenko2014-12-061-1/+1
* QRingBuffer: cache the last released blockAlex Trotsenko2014-12-021-8/+26
* QRingBuffer: optimize memory usageAlex Trotsenko2014-11-261-1/+1
* Make QRingBuffer::ungetChar() not leave empty array in buffer listAlex Trotsenko2014-10-131-2/+6
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Rewrite QRingBufferAlex Trotsenko2014-07-241-191/+88
* Make QRingBuffer::append() not leave empty arrays in buffer listAlex Trotsenko2014-07-231-3/+7
* QRingBuffer: purge unused part of the apiAlex Trotsenko2014-07-181-33/+0
* Fix QRingBuffer::readPointerAtPosition()Alex Trotsenko2014-06-241-1/+1
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QRingBuffer: make constructor explicitMarc Mutz2012-02-291-1/+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
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+451