summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * Doc: Omit default argument in describing a function callTopi Reinio2015-11-301-1/+1
| * Doc: improvement in if condition about inserting item in listNico Vertriest2015-11-301-2/+2
| * Doc: added QQuickItem also uses UngrabMouseNico Vertriest2015-11-301-1/+1
| * Remove a reference to Mac OS X 10.4Lars Knoll2015-11-301-2/+2
| * Document platform limitations for QCollator::ignorePunctuationLars Knoll2015-11-301-0/+2
| * QVector: prevent resize() from shedding capacityMarc Mutz2015-11-282-3/+3
| * QtBase: combine adjacent qDebug()/qCritical() linesMarc Mutz2015-11-282-5/+5
| * QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-285-11/+9
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-272-2/+1
| |\
| | * Remove arch/qatomic_mips.h from src/corelib/arch/arch.pri.Friedemann Kleint2015-11-241-1/+0
| | * OS X: Fix QStandardPaths::standardLocations()Andrew McCann2015-11-221-1/+1
* | | Use __builtin_clz/ctz when available.Erik Verbruggen2015-12-011-1/+17
* | | Add qt_safe_pollLouai Al-Khanji2015-12-013-6/+312
* | | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-299-15/+15
* | | QXmlStreamStringRef: overload ctor from QString with an rvalue versionMarc Mutz2015-11-291-1/+4
* | | QFile: document a default constructor as publicAlex Trotsenko2015-11-291-1/+1
* | | QDebug: reduce template bloatMarc Mutz2015-11-282-14/+35
* | | QDebug: refactor streaming of sequential containers and add suppoprt for STL ...Marc Mutz2015-11-282-15/+98
* | | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-272-21/+26
|\| |
| * | Detect NEON on AArch64Allan Sandfeld Jensen2015-11-261-1/+5
| * | 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