summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * | Proof-reading fixes to QCoreApplication documentation.Edward Welbourne2015-11-251-20/+21
| * | Revert "Fix deadlock when setting environment variables."Oliver Wolff2015-11-241-15/+0
| * | Fix deadlock when setting environment variables.Samuel Nevala2015-11-231-0/+15
* | | Aarch64: fix Q_PROCESSOR_ARM_V8 detection.Erik Verbruggen2015-11-261-1/+3
* | | Centralize dropping of trailing zeroes when converting doublesUlf Hermann2015-11-242-10/+3
* | | Don't call setlocale(3) in bootstrap codeUlf Hermann2015-11-241-1/+1
* | | QFileSystemWatcher: print out path in case of error.David Faure2015-11-231-1/+2
* | | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2015-11-238-24/+117
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-238-24/+117
| |\| |
| | * | OSX: fix build.Erik Verbruggen2015-11-211-1/+2
| | * | Doc: added doc about removal option qmljsdebugger by QCoreApplicationNico Vertriest2015-11-191-2/+3
| | * | winrt: Merge Languages and ManifestLanguages for QLocale::uiLanguagesOliver Wolff2015-11-191-7/+41
| | * | OS X: Add opt-in for CoreFoundation event dispatcherMorten Johan Sørvig2015-11-192-6/+27
| | * | QXmlStreamStringRef: unbreak move special member functionsMarc Mutz2015-11-191-1/+16
| | * | QXmlStreamStringRef: mark as shared-not-movable-until-qt6Marc Mutz2015-11-192-0/+16
| | * | Replace backwards Java-style iteration with new reverse_iteratorsMarc Mutz2015-11-191-5/+2
| | * | qfactoryloader: static qt compile fixTim Blechmann2015-11-191-0/+2
* | | | Use "shortest" double conversion for JSONUlf Hermann2015-11-231-1/+2
* | | | Add flags to omit/reject padding in scientific notation exponentsUlf Hermann2015-11-239-68/+96
* | | | Interpret precision == -128 as "shortest" double conversionUlf Hermann2015-11-236-32/+65
|/ / /
* | | 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