summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Compile the 64-bit version of some code on all 64-bit processorsThiago Macieira2015-10-231-1/+1
* Several cases of s/decelerating from/decelerating to/.Edward Welbourne2015-10-211-4/+4
* QLatin1String: add some nothrowMarc Mutz2015-10-201-24/+24
* [docs] QLatin1String: add some guidance as to when to use itMarc Mutz2015-10-201-0/+7
* QLatin1String: add default ctorMarc Mutz2015-10-202-0/+7
* QLatin1String: add testMarc Mutz2015-10-191-5/+1
* The C locale should omit group separators by defaultLars Knoll2015-10-191-2/+3
* Fix left-shift wider than an int's widthThiago Macieira2015-10-161-1/+1
* QLinkedList/QSet: add {const_,}reverse_iterator, {c,}r{begin,end}()Marc Mutz2015-10-134-12/+192
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-5/+5
* QtCore: Don't compare QChars to literal 0sMarc Mutz2015-10-111-1/+1
* Fix \sinceLars Knoll2015-10-081-2/+2
* Make container move semantics consistentMarc Mutz2015-10-078-20/+22
* QMulti(Map|Hash): add move ctor from Q(Map|Hash)Marc Mutz2015-10-072-0/+6
* doc: fix a typo in QVersionNumber docsMarc Mutz2015-10-071-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-023-6/+5
|\
| * 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
* | Revert "Add support for same-file intrinsics with Clang 3.7"Thiago Macieira2015-10-011-3/+2
* | QLocale: remove (harmless) dead codeThiago Macieira2015-10-011-6/+6
* | Purge extraneous execute permissions.Edward Welbourne2015-09-301-0/+0
* | Fix sign-extensionThiago Macieira2015-09-281-2/+2
* | Fix ICC warning about use of "defined" in a macroThiago Macieira2015-09-251-1/+1
* | tools: StringBuilder - silence clang warningTim Blechmann2015-09-251-1/+1
* | Be more forgiving about arguments to QString::arg(double).Christian Kandeler2015-09-241-2/+2
* | winphone: Obtain QLocale::uiLanguages properlyOliver Wolff2015-09-241-6/+0
* | 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