summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QDateTime: Remove redundant check.Christian Kandeler2015-09-231-15/+13
* Add getter and setter for qt_qhash_seedGabriel de Dietrich2015-09-222-1/+52
* Expand reporting of the Intel instruction set extensionsThiago Macieira2015-09-222-13/+155
* Reorganize the bits for the CPU feature detectionThiago Macieira2015-09-222-85/+157
* Change the CPU feature status word to be 64-bit instead of 32-bitThiago Macieira2015-09-112-25/+46
* Doc: Move selected \keywords to be \targets insteadTopi Reinio2015-09-071-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-265-24/+41
|\
| * 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
* | | | Fix documentation typoLouai Al-Khanji2015-08-251-1/+1
* | | | Fix qdoc warning by documenting function argumentLouai Al-Khanji2015-08-251-2/+2
* | | | Fix warning due to undocumented function argumentLouai Al-Khanji2015-08-251-2/+7
* | | | Fix warning due to undocumented function argumentLouai Al-Khanji2015-08-251-0/+2
* | | | Fix permissions on qalgorithms.hThiago Macieira2015-08-251-0/+0
* | | | Fix compilation with ICC on WindowsThiago Macieira2015-08-251-5/+5
* | | | Add support for same-file intrinsics with Clang 3.7Thiago Macieira2015-08-221-2/+3
* | | | Fix Clang warning about copy elisionThiago Macieira2015-08-191-1/+1
* | | | Doc: Remove invalid uses of \relates commandTopi Reinio2015-08-193-7/+2
* | | | 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