summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QtCore: Use Q_NULLPTR instead of 0 in smart pointer headersMarc Mutz2015-07-183-27/+27
* QByteArray: document {const_,}{reverse_,}iteratorMarc Mutz2015-07-181-2/+24
* Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-172-3/+3
|\
| * 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
* | Remove the ref-qualified versions of segments and normalizedThiago Macieira2015-07-162-55/+18
* | QCommandLineOption: prevent aggressive inliningMarc Mutz2015-07-161-0/+1
* | QCommandLineOption: never inline the warning functionMarc Mutz2015-07-161-0/+2
* | QCommandLineOption: add some Q_UNLIKELYMarc Mutz2015-07-161-5/+5
* | QCommandLineOption: reduce string dataMarc Mutz2015-07-161-16/+16
* | Refactor QVersionNumber to use the public functions when possibleThiago Macieira2015-07-162-31/+39
* | doc: mark QVersionNumber as \since 5.6Keith Gardner2015-07-131-2/+2
* | Fix some qdoc-warnings.Friedemann Kleint2015-07-101-0/+1
* | QRingBuffer::reserveFront(): do not leave empty array in buffer listAlex Trotsenko2015-07-101-2/+6
* | Added QVersionNumber to QtCore's public APIKeith Gardner2015-07-103-3/+2
* | Compile with !QT_SUPPORTS(UNSHARABLE_CONTAINERS)Marc Mutz2015-07-082-0/+6
* | QVector: mark const variants of begin()/end() nothrowMarc Mutz2015-07-071-16/+16
* | QtCore: mark some more types as movable/primitiveMarc Mutz2015-07-075-0/+5
* | QByteArray: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-07-072-8/+63
* | QString: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-07-072-8/+79
* | Fix QVector move assignment to return a referenceMarc Mutz2015-07-041-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-013-3/+22
|\|
| * 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
* | 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