summaryrefslogtreecommitdiff
path: root/src/corelib/tools/qcontiguouscache.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Change all ptrdiff_t to qptrdiff.Thiago Macieira2010-02-171-1/+1
* Fix for using QContiguousCache with default constructor or capacity=0Zeno Albisser2010-02-151-14/+21
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Fix compilation in QContiguousCache.Thiago Macieira2009-10-291-3/+3
* Initialise the reserved bits to 0.Thiago Macieira2009-10-281-1/+2
* Fix Qt containers to properly support types with strict alignments.Thiago Macieira2009-10-281-2/+13
* Add some STL compatibility for QContiguousCache and private inheritanceThiago Macieira2009-10-281-60/+65
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* Fix compilation: add #include <new> if placement new is usedThiago Macieira2009-07-311-0/+7
* Silence compiler warnings on shadowing of member functions.Volker Hilsheimer2009-07-211-11/+11
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-171-2/+2
* Protect dump function by ifdef.Ian Walters2009-05-261-1/+7
* Various fixes resulting from QA code review.Ian Walters2009-05-121-17/+15
* Update licensing headers.Ian Walters2009-04-071-3/+43
* Rename OffsetVector to ContiguousCacheIan Walters2009-04-031-0/+386