summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlist.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Move a few QStringList methods up to QList<QString>Thiago Macieira2015-01-071-0/+6
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-10/+10
|\
| * Fix warnings about size conversion in QListThiago Macieira2014-10-311-10/+10
* | Check for integer overflows in places where qAllocMore is usedUlf Hermann2014-10-171-0/+2
|/
* Doc: Use title case in section1 titlesNico Vertriest2014-09-301-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Doc: corrected autolink errors qtbase/corelib/toolsNico Vertriest2014-09-241-2/+2
* Move the special QByteArrayList methods into QListThiago Macieira2014-08-091-0/+5
* Unify all mid() functions in QtBase.Jędrzej Nowacki2014-05-161-3/+3
* Improve implicit shared documentation a bitThorbjørn Martsum2013-10-151-0/+10
* QList - fix a few doc issuesThorbjørn Martsum2013-10-151-10/+14
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-28/+28
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+17
* Update the documentation for C++11 initializer lists supportLaszlo Papp2013-03-071-1/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QtBase: Doc: Fix links to STL-style iteratorsDavid Schulz2012-12-061-6/+6
* Remove qSort from QList/QSet docsGiuseppe D'Angelo2012-11-161-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+3
* Remove use of ::free from qlist.hThiago Macieira2012-08-091-0/+6
* QtCore: remove \link usagesGiuseppe D'Angelo2012-05-291-2/+2
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-29/+29
* Merge master into api_changesKent Hansen2012-03-191-0/+18
|\
| * containers: add C++11-style c{begin,end}() as alias for const{Begin,End}()Marc Mutz2012-03-171-0/+18
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-081-3/+3
|\|
| * Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-3/+3
* | Base QList::setSharable on RefCount::setSharableJoão Abecasis2012-03-051-3/+1
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-051-3/+3
|\|
| * 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
| * Remove QBool and use bool instead.David Faure2012-01-201-1/+1
* | Don't use RefCount int operatorsJoão Abecasis2012-01-231-8/+8
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-01-161-4/+6
|\|
| * Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-061-3/+5
| * Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* | Retire the generic Q_REFCOUNT_INITIALIZER macroJoão Abecasis2012-01-041-1/+1
* | Get rid of assignment operators in RefCountJoão Abecasis2012-01-041-2/+2
|/
* Revert "Use memmove in QListData::append(int) as regions overlap."Oswald Buddenhagen2011-10-261-1/+1
* Make QListData::shared_null constBradley T. Hughes2011-09-261-1/+1
* Remove declarations for QListData functions removed by 36c29abBradley T. Hughes2011-09-011-1/+1
* Doc: Removed documentation for deleted code.David Boddie2011-07-211-42/+0
* Use memmove in QListData::append(int) as regions overlap.Thiago Macieira2011-07-081-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Doc: Applied pending fixes to API documentation.David Boddie2011-05-231-2/+2
* Removed deprecated functions in QListEckhart Koppen2011-05-131-91/+0
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1919