summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qvector.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtCore: mark some operations nothrowMarc Mutz2015-01-101-1/+1
* Add a inline QVector::append(const QVector &) overloadhjk2014-11-061-0/+1
* Do Q_CHECK_PTR on all results of QArrayData::allocate()Ulf Hermann2014-10-171-0/+5
* Prepare QVector::operator==() for sharing with QList::operator==()Marc Mutz2014-10-031-7/+4
* Prepare QVector::contains() for sharing with QList::contains()Marc Mutz2014-10-031-6/+3
* QList: iterate forward in contains()Marc Mutz2014-10-011-4/+4
* QVector: iterate forward in operator==Marc Mutz2014-10-011-5/+5
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Micro-optimize QVector::count()Marc Mutz2014-08-281-1/+3
* QVector: check d for equality before d->size for inequalityMarc Mutz2014-08-281-2/+2
* Use std::vector range ctor in QVector::toStdVector()Marc Mutz2014-08-241-1/+1
* Re-implement QVector::countJoão Abecasis2014-07-251-7/+1
* Optimize QVector::midJędrzej Nowacki2014-05-161-5/+7
* Unify all mid() functions in QtBase.Jędrzej Nowacki2014-05-161-5/+10
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-3/+11
|\
| * Deprecate setSharable in Qt containersThiago Macieira2014-04-241-3/+11
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Mitch Curtis2014-03-311-0/+9
|\|
| * Remove level 4 compiler warnings from MSVC.David Schulz2014-03-151-0/+9
* | QVector: add removeOne(), removeAll() for QList compatibilityMarc Mutz2014-03-261-0/+19
|/
* Retain compiler warning stateKurt Pattyn2014-01-211-2/+5
* Fix crash when constructing a QVector with an empty initializer list.Volker Krause2014-01-181-5/+9
* QVector: add some functions missing for QList compatMarc Mutz2013-10-111-9/+14
* Remove redundant checks in some tools classesJędrzej Nowacki2013-09-131-2/+2
* Remove qCopy from QLinkedList / QVectorGiuseppe D'Angelo2013-09-111-2/+4
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-071-1/+1
|\
| * Compile in strict-iterator mode under MSVCThiago Macieira2013-09-061-1/+1
* | QVector - optimize removeLast (and takeLast + pop_back)Thorbjørn Martsum2013-08-161-8/+8
* | QVector - check if iterators arguments are valid (in debugmode)Thorbjørn Martsum2013-07-121-1/+9
|/
* Prevent negative size in QBitArray, QVector and QVarLengthArray ctors.Mitch Curtis2013-06-051-2/+4
* QVector: Fix signedness warning in assert.Friedemann Kleint2013-04-111-1/+1
* QVector - removeLast optimizeThorbjørn Martsum2013-03-071-1/+18
* QVector - add functions takeFirst and takeLastThorbjørn Martsum2013-03-071-0/+2
* QVector - add remove functionsThorbjørn Martsum2013-03-071-2/+4
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-2/+1
|\
| * Fix QVector detaching in one thread while another destroys it.Jędrzej Nowacki2013-02-201-2/+1
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix warnings when using QImage as QtConcurrent::mapped return typeLiang Qi2012-11-021-3/+3
* detach() safely in QVector::erase(), and update callers to not detach.Andreas Hartmetz2012-10-191-4/+6
* Make sure functions returning iterators have an iterator as parameterThiago Macieira2012-10-191-0/+11
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* compile without CamelCase headersOswald Buddenhagen2012-09-111-2/+1
* Fix performance regression when appending one vector to anotherLars Knoll2012-09-071-2/+6
* Silence clang warning in QVector::reallocData()Kent Hansen2012-07-031-1/+1
* Don't operate on bogus data, assert on preconditions insteadJoão Abecasis2012-06-231-5/+6
* Rename QVector::realloc and QVector::free.Jędrzej Nowacki2012-06-051-13/+13
* Fix the QVector build with C++11 initialiser listsThiago Macieira2012-06-011-3/+3
* Make QVector compile with QT_STRICT_ITERATORS againThiago Macieira2012-06-011-80/+13
* Get rid of MSVC compiler warnings from QVector codeFriedemann Kleint2012-06-011-2/+10