summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qcontiguouscache.h
Commit message (Expand)AuthorAgeFilesLines
* Make QContiguousCache with zero capacity not crashThiago Macieira2013-05-071-0/+6
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Fixes possible memory leak in QContiguousCacheFabian Bumberger2012-08-301-2/+4
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Containers: add member-swapMarc Mutz2010-11-031-0/+1
* | C++0x move operatorsOlivier Goffart2010-09-031-0/+4
|/
* 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-061-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-251-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