summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix comparisons between QByteArray and QString.Christian Kandeler2015-09-281-4/+4
* QDateTime: Ensure a valid timezone when using the "offset constructor".Christian Kandeler2015-09-231-0/+1
* QString perf improvement : removal of useless testJulien Blanc2015-08-261-2/+0
* Avoid overflow in QTime::addSecs with too big a number of secondsThiago Macieira2015-08-191-0/+1
* QRegularExpression: fix matching over QStringRefsGiuseppe D'Angelo2015-08-181-24/+21
* Fix QChar char constructors documentationSamuel Gaist2015-08-131-2/+10
* Cocoa: fix integer multiplication overflow in qt_gettime()Michael Klein2015-08-131-0/+5
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-08-121-1/+1
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-171-1/+1
| |\
| | * Check for integer overflows in places where qAllocMore is usedMikhail Lappo2015-06-195-5/+31
* | | Doc: mark private QChar constructors as internalSamuel Gaist2015-08-061-0/+2
* | | Add reference to QRegularExpressionSamuel Gaist2015-08-061-0/+4
* | | Don't check if Pentium's CPUID leaf 1 existsThiago Macieira2015-08-061-0/+4
* | | Doc:added doc to undocumented functionsNico Vertriest2015-07-223-5/+5
* | | QTimeZone: Convert fractional timezones properly.Cesar Garcia Naranjo2015-07-211-6/+13
* | | Remove attempt at detecting compile-time HLEThiago Macieira2015-07-202-5/+1
* | | QtCore: Fix const correctness in old style castsThiago Macieira2015-07-202-19/+19
* | | Don't complain about missing CPU features under ValgrindThiago Macieira2015-07-181-1/+10
|/ /
* | Fix compilation with GCC 4.9.2 and up in debug modeThiago Macieira2015-07-151-2/+2
* | Make the Windows qt_msectime() function return 64-bitThiago Macieira2015-07-081-1/+1
* | QDate/QTime: fix SiC introduced by adding new non-explicit ctorsMarc Mutz2015-06-281-2/+2
* | QLocale: Fix example return value for uiLanguages()Kai Koehne2015-06-241-1/+1
* | Improve QString doc when using non-spaced numbered place markerSamuel Gaist2015-06-191-0/+19
* | Doc: corrected qdoc syntax errorNico Vertriest2015-06-101-0/+1
* | 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
* | QRegularExpression: add error strings from PCRE 8.37Giuseppe D'Angelo2015-05-011-1/+2
* | 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
* | 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
* | 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
* | 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