summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-0112-84/+84
* Add qHash(QLocale)Marc Mutz2015-06-302-0/+21
* QtCore: make all Q_DECLARE_SHARED types nothrow move-assignableMarc Mutz2015-06-303-8/+9
* Use QVector::reserve() all over the place.Sérgio Martins2015-06-293-0/+3
* QWeakPointer: remove misleading Q_DECL_CONSTEXPRMarc Mutz2015-06-281-1/+1
* QCommandLineOption: Q_DECL_NOTHROW -> Q_DECL_NOEXCEPTMarc Mutz2015-06-281-1/+1
* QSharedPointer: destroy LHS on move assignmentMarc Mutz2015-06-271-1/+2
* QList: Introduce constFirst() and constEnd()Sérgio Martins2015-06-272-2/+24
* QMap: use constrained templates instead of static-ifsMarc Mutz2015-06-221-29/+25
* doc: Fix qdoc errors in qstring.cppMartin Smith2015-06-221-3/+3
* doc: Add missing comment delimiterMartin Smith2015-06-221-0/+1
* QCommandLineOption: prevent aggressive inliningMarc Mutz2015-06-201-0/+2
* QCommandLineOption: optimize ctorsMarc Mutz2015-06-191-31/+48
* QStringRef: add truncate()Marc Mutz2015-06-192-1/+17
* QMap: add const equal_range() overloadMarc Mutz2015-06-192-0/+16
* QVector: add move(int,int) for QList compatMarc Mutz2015-06-182-0/+23
* Unify QByteArray::MaxSize and MaxAllocSizeUlf Hermann2015-06-165-22/+73
* Mark unused parameters with Q_UNUSEDUlf Hermann2015-06-121-0/+3
* core: Add several QList::reserve() calls.Sérgio Martins2015-06-112-1/+3
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-0312-52/+225
|\
| * Don't assign iterator to const_iteratorSérgio Martins2015-06-021-4/+4
| * Translate AM/PM under the QDateTimeParser context so it is consistentAndy Shaw2015-05-282-8/+9
| * Fix compilation of QContiguousCache::operator=Thiago Macieira2015-05-201-1/+1
| * Doc: added doc to undocumented functionsNico Vertriest2015-05-186-28/+200
| * QSize, QSizeF: Add Q_REQUIRED_RESULTSérgio Martins2015-05-131-9/+9
| * Add Q_REQUIRED_RESULT in several placesSérgio Martins2015-05-042-2/+2
* | QSet: Introduce intersects().Sérgio Martins2015-05-303-1/+42
* | QHash: Add a findNode() overload that doesn't calculate hashSérgio Martins2015-05-301-8/+16
* | QRingBuffer: merge indexOf() overloadsAlex Trotsenko2015-05-282-19/+1
* | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-13/+1
* | QVector: add const first/last gettersGiuseppe D'Angelo2015-05-262-2/+22
* | Deinline QRingBuffer classAlex Trotsenko2015-05-203-243/+351
* | QList: partially revert ab8366b5923ec0feb730df98040885669f7bbe38Marc Mutz2015-05-171-0/+10
* | Fixing the build of the SIMD support for WEC2013.Bjoern Breitmeyer2015-05-121-1/+3
* | Check the maximum size of a QByteArray more preciselyAlex Trotsenko2015-05-111-3/+4
* | Add qHash(QRegExp) and qHash(QRegularExpression)Marc Mutz2015-05-054-5/+50
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-041-1/+2
|\|
| * QRegularExpression: add error strings from PCRE 8.37Giuseppe D'Angelo2015-05-011-1/+2
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-273-17/+16
|\|
| * Doc: Bring QSizeF/QPointF::isNull() documentation up to dateTopi Reinio2015-04-272-12/+4
| * QVector: Save one copy-CTOR call if we don't reallocSérgio Martins2015-04-241-5/+12
* | QLocale: Exclude null-byte in QString generated from script_code_list.Milian Wolff2015-04-241-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-228-37/+32
|\|
| * qdoc: Remove #ifdef Q_QDOC for uses of QPrivateSignalMartin Smith2015-04-201-20/+4
| * QScopedValueRollback: add two strategic qMove()sMarc Mutz2015-04-161-2/+2
| * QScopedValueRollback: use ctor-init-listMarc Mutz2015-04-161-4/+2
| * QList: make QListSpecialMethods dtors protectedMarc Mutz2015-04-163-1/+14
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-153-10/+10
| |\
| | * Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-313-10/+10
* | | Add qHash(QVector)Marc Mutz2015-04-202-0/+19