summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining support for BlackberryLouai Al-Khanji2015-11-2125-1447/+39
* Long live qUtf16Printable()Marc Mutz2015-11-213-0/+37
* QPair: use std::type_traits for exception specificationsMarc Mutz2015-11-201-6/+12
* QString::vasprintf: remove egcs-2.91.66 workaroundMarc Mutz2015-11-201-2/+1
* Add {add,sub,mul}_overflow for signed integers.Erik Verbruggen2015-11-201-1/+92
* QString::vasprintf: avoid allocating memory for format text copied verbatimMarc Mutz2015-11-191-1/+9
* Add a QUtf8::convertToUnicode() overload that operates on an existing bufferMarc Mutz2015-11-192-3/+27
* QString::vasprintf: avoid allocating memory just to parse a numberMarc Mutz2015-11-191-4/+9
* QString::vasprintf: Extract Method parse_field_widthMarc Mutz2015-11-191-18/+15
* QString::vasprintf: Extract Method parse_flag_charactersMarc Mutz2015-11-191-17/+18
* Reimplement qt_inf/qt_snan/qt_qnan using std::numeric_limits.Erik Verbruggen2015-11-191-70/+14
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-1836-5723/+6204
|\
| * Add support for the C++11 features fixed in MSVC 2015 Update 1Thiago Macieira2015-11-181-0/+7
| * Fix build with OS X 10.8 SDKThiago Macieira2015-11-181-1/+1
| * QString: Fix in-place toUpper/Lower when there's size expansionThiago Macieira2015-11-182-4/+44
| * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Thiago Macieira2015-11-182-353/+0
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-172-353/+0
| | |\
| | | * Remove qatomic_mips.h: the 3-operand testAndSet is brokenThiago Macieira2015-11-052-353/+0
| * | | make a proper header-only module for QtZlibOswald Buddenhagen2015-11-172-4/+7
| |/ /
| * | Doc: Added info about sorting in QItemSelectionModel::selectedIndexesNico Vertriest2015-11-161-0/+1
| * | Doc: removed 2 invalid external links in external resources.Nico Vertriest2015-11-161-10/+0
| * | QChar: Simplify case convertion code with template magicKonstantin Ritt2015-11-161-51/+21
| * | Move CasexTraits from qstring.cpp to qunicodetables_p.hKonstantin Ritt2015-11-162-24/+32
| * | Make CoreFoundation event dispatcher available on OS X alsoTimur Pocheptsov2015-11-132-9/+14
| * | QUnicodeTables generator: Minor clean-up & stricter checksKonstantin Ritt2015-11-131-17/+15
| * | Doc: corrected error in doc static pluginsNico Vertriest2015-11-131-3/+3
| * | Document performance of QMutexOlivier Goffart2015-11-131-0/+7
| * | Docs: Add a note clarifying that Q_MOVABLE_TYPE is not about move semanticsOlivier Goffart2015-11-131-1/+2
| * | JSON: Fix MSVC2013 warningsOrgad Shaneh2015-11-132-4/+4
| * | Do not overwrite detailed error message if process fails to launchKai Koehne2015-11-125-8/+9
| * | Prefer "daylight-saving time" and "DST" over "daylight time".Edward Welbourne2015-11-126-87/+85
| * | Eliminate duplicate "between"Edward Welbourne2015-11-121-2/+3
| * | Doc: Added more details to QIODevice::readAll()Nico Vertriest2015-11-091-1/+1
| * | Fix false claim in comment.Edward Welbourne2015-11-061-1/+1
| * | Mark qt_from_latin1() as nothrowMarc Mutz2015-11-052-2/+2
| * | QUtf8: remove an unused variableMarc Mutz2015-11-051-2/+1
| * | Re-generate Unicode data tablesKonstantin Ritt2015-11-052-5115/+5891
| * | Update Unicode data & algorithms up to v8.0Konstantin Ritt2015-11-053-26/+55
* | | QVariantIsNull: remove the non-C++11 implementationOlivier Goffart2015-11-161-39/+0
* | | foreach: remove implementations not using decltypeOlivier Goffart2015-11-161-64/+2
* | | qobject.h: remove hack that simulated decltypeOlivier Goffart2015-11-162-10/+2
* | | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devJędrzej Nowacki2015-11-0531-116/+194
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-0431-116/+194
| |\| |
| | * | [docs] QVector: don't scare people away from reserve()Marc Mutz2015-11-041-9/+18
| | * | Doc: fixed broken linksNico Vertriest2015-11-044-6/+6
| | * | winrt: Don't wait for runOnXamlThread to finish for timers.Samuel Nevala2015-11-042-13/+15
| | * | Workaround part 2: don't use the version tagging symbols on AndroidThiago Macieira2015-11-041-1/+1
| | * | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-11-043-17/+59
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-043-17/+59
| | | |\|
| | | | * QWindowsPipeReader: fix occasional "Unknown error 995"Joerg Bornemann2015-11-021-0/+4