summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Add qHash(QList)Marc Mutz2015-04-202-0/+19
* | | Remove <qhash.h> where it's not usedMarc Mutz2015-04-201-1/+0
* | | Replace <qhash.h> with <qhashfunctions.h> where applicableMarc Mutz2015-04-202-1/+7
* | | QList: remove (const_)iterator copy ctorsMarc Mutz2015-04-171-2/+0
* | | QRingBuffer: allow to peek bytes from any positionAlex Trotsenko2015-04-101-0/+24
* | | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devLiang Qi2015-04-096-39/+40
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-086-39/+40
| |\| |
| | * | QByteArray: begin()/end() are not \internalMarc Mutz2015-04-071-8/+26
| | * | docs: QString contains characters, not itemsMarc Mutz2015-04-071-2/+2
| | * | Remove unnecessary QDateTime::detach() functionThiago Macieira2015-04-072-22/+4
| | * | Use QT_WARNING_.. instead of #pragma GCC diagnostic ..Konstantin Ritt2015-04-071-7/+3
| | * | QQueue: unhide QList::swap(int, int)Marc Mutz2015-04-071-0/+5
* | | | Split qHash()-related code into separate headerMarc Mutz2015-04-083-97/+158
|/ / /
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-069-45/+94
|\| |
| * | Removed unused code on QT_STRING_UCS4 macroThiago Macieira2015-04-051-6/+0
| * | QVLA: Add operator= for initializer listsKai Koehne2015-04-042-0/+18
| * | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-012-21/+32
| |\ \
| | * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-312-21/+32
| | |\|
| | | * Core: fix crash in QCollator if ucol_open() failedLiang Qi2015-03-111-13/+30
| | | * Windows Embedded: GetTickCount64 won't be available so just remove itAndy Shaw2015-03-111-8/+2
| * | | Split out some inline qdebug formatting helpers to qdebug_p.h.Friedemann Kleint2015-04-014-18/+44
| |/ /
* | | QString::section: scope a variable betterMarc Mutz2015-04-051-2/+1
* | | Optimize QString::section(QString)Marc Mutz2015-04-051-4/+3
* | | Add Q_DECL_RELAXED_CONSTEXPR to QCharOlivier Goffart2015-04-051-3/+3
* | | QChar: plaster API with Q_DECL_NOTHROWMarc Mutz2015-04-052-137/+137
* | | QChar: move definitions of inline methods into the class bodyMarc Mutz2015-04-051-48/+31
* | | QVarLengthArray: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-04-052-0/+69
* | | QVarLengthArray: add relational operators <,<=,>,>=Marc Mutz2015-04-052-0/+78
* | | QList: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-04-052-0/+86
* | | QList: add relational operators <,<=,>,>=Marc Mutz2015-04-052-0/+78
* | | Optimize QString::section(QReg*Exp*)Marc Mutz2015-04-021-6/+6
* | | Add missing QString::prepend(QStringRef)/(const QChar*,int) overloadsMarc Mutz2015-04-022-0/+18
* | | Add QString::insert() overloads for QStringRef, const char*, QByteArrayMarc Mutz2015-04-022-0/+53
* | | QString: preserve embedded NULs when converting from QByteArrayMarc Mutz2015-04-021-17/+17
* | | QString::from{Utf8,Latin1,Local8Bit}(QByteArray): preserve nullness of argumentMarc Mutz2015-04-021-3/+3
* | | QVector: add {const_,}reverse_iterator, {c,}r{begin,end}()Marc Mutz2015-04-022-0/+86
* | | QVector: add relational operators <,<=,>,>=Marc Mutz2015-04-022-0/+78
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-0113-12129/+13516
|\| |