summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Implement QDebug support for QSharedPointerGiuseppe D'Angelo2015-09-033-0/+24
* QRingBuffer: improve indexOf() performanceAlex Trotsenko2015-09-031-7/+6
* QRingBuffer: avoid allocation in c'torAlex Trotsenko2015-08-272-20/+37
* QByteArray: Add append/prepend/insert overloadKevin Funk2015-08-272-0/+53
* QRingBuffer: allow to search from any positionAlex Trotsenko2015-08-272-13/+26
* doc: Add a few missing const keywords in \fn commandsMartin Smith2015-08-162-4/+4
* qdoc: Allow formal parameters in link targetsMartin Smith2015-08-161-1/+1
* Add a dedicated QListData::realloc_grow for growing QListThiago Macieira2015-08-102-3/+16
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-067-35/+50
|\
| * 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
* | Add a quick optimization for QVersionNumber's constructorsThiago Macieira2015-07-301-1/+11
* | Refactor QVersionNumber so it stores values in-classThiago Macieira2015-07-292-21/+205
* | Doc: Increase accuracy of QString documentation discussing size()Topi Reinio2015-07-291-13/+14
* | Introduce QHash key iteratorsSérgio Martins2015-07-282-1/+175
* | Introduce QMap key iteratorsSérgio Martins2015-07-282-4/+178
* | doc: Corrected docs for QList and QVectorMartin Smith2015-07-272-73/+111
* | QSet/QQueue/QStack: remove docs for removed special member functionsMarc Mutz2015-07-223-59/+0
* | QLocale: mark some private types movable/primitiveMarc Mutz2015-07-221-0/+3
* | doc: QTimeZone::OffsetDataList is a QVector, not a QListMarc Mutz2015-07-221-1/+1
* | QStringRef: make nothrow move-assign- and -constructibleMarc Mutz2015-07-221-9/+13
* | QRegExp: remove pointless QRegExpCharClass copy special member functionsMarc Mutz2015-07-221-14/+0
* | QSharedPointer: make copy assignment from compatible shared pointer use copy-...Marc Mutz2015-07-211-14/+2
* | QVector: add an rvalue overload of push_back/appendMarc Mutz2015-07-192-0/+37
* | QVector: in append(), if we take a copy, then move, not copy from the copyMarc Mutz2015-07-191-3/+3
* | QArrayDataPointer: make move semantics consistent with other containersMarc Mutz2015-07-191-5/+6
* | QSet/QQueue/QStack: use compiler-generated special member functionsMarc Mutz2015-07-194-13/+8
* | QSharedPointer: add move construction, assignment from compatible shared poin...Marc Mutz2015-07-191-0/+17
* | Containers: destroy previous state on move-assignment immediatelyMarc Mutz2015-07-195-5/+6
* | QSharedPointer: mark some internal API nothrowMarc Mutz2015-07-191-4/+4
* | QList: mark const variants of begin()/end() noexceptMarc Mutz2015-07-191-45/+45
* | 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