summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Compiler detection: add support for C++17's [[deprecated]] on enumeratorsGiuseppe D'Angelo2018-06-211-0/+11
* QCborValue: store US-ASCII strings as 8-bitThiago Macieira2018-06-182-3/+27
* QCborValue: fix warning about shadowing membersThiago Macieira2018-06-183-15/+18
* QCborStreamReader: Fix uninitialized warningLiang Qi2018-06-181-1/+1
* Fix build with SSE 4.1 but not AVX2Thiago Macieira2018-06-161-1/+1
* Remove unused QString::toLatin1_helper overloadThiago Macieira2018-06-162-6/+0
* QUrl: speed up FullyDecoded decoding of data with SIMDThiago Macieira2018-06-111-5/+109
* Code tidy: replace a for loop with an algorithmGiuseppe D'Angelo2018-06-081-3/+1
* QCborValue: add support for QVariant and JSON conversionsThiago Macieira2018-06-087-2/+972
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-0813-45/+598
|\
| * Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-0713-45/+598
| |\
| | * Fix build for Android with android-clang in r17Liang Qi2018-06-062-12/+8
| | * Doc: Add information about QThread own methods thread affinitySamuel Gaist2018-06-031-8/+11
| | * Revert "Atomics: remove qatomic_msvc.h"Kai Koehne2018-06-013-1/+500
| | * Document qRound's rounding semanticsAllan Sandfeld Jensen2018-05-301-0/+8
| | * qprocess: don't leak pid pipe if redirection fails in startDetached()Oswald Buddenhagen2018-05-301-0/+2
| | * Add function to safely access the shared application on Apple platformsTor Arne Vestbø2018-05-303-11/+41
| | * Add function to check whether or not we're part of an extension on Apple OSesTor Arne Vestbø2018-05-302-0/+7
| | * Use qFuzzyCompare instead of qFuzzyIsNull in QPointF ==Allan Sandfeld Jensen2018-05-301-2/+10
| | * Suppress warnings about deprecated QString constructorThiago Macieira2018-05-301-10/+10
| | * macOS: Fix QFileSystemWatcher to watch paths with the same prefixMikhail Svetkin2018-05-291-1/+1
* | | Long live DOM API for CBOR!Thiago Macieira2018-06-089-0/+6639
* | | Docs: remove a repetitionGiuseppe D'Angelo2018-06-071-2/+1
|/ /
* | Revert "qsimd: remove support for systems without 64-bit atomics"Thiago Macieira2018-06-072-7/+17
* | QCborStreamReader: update to the new TinyCBOR zero-copy string APIThiago Macieira2018-06-061-45/+64
* | QCborStreamReader: use QByteArray directly if possibleThiago Macieira2018-06-061-62/+122
* | De-inline QCoreApplication::send(Spontaneous)EventGiuseppe D'Angelo2018-06-062-8/+19
* | Add note about calling invokable functions from QML when returning QObjectsSimon Hausmann2018-06-061-0/+5
* | doc: Document Qt namespace in multiple modulesMartin Smith2018-06-012-44/+0
* | Fix warning about tautological comparison in 32-bit modeThiago Macieira2018-06-011-1/+1
* | QCborStreamReader: rewrite read{String,ByteArray}()Thiago Macieira2018-05-301-39/+14
* | QCborStreamReader: remove the documentation on the validation APIThiago Macieira2018-05-291-7/+0
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-291-1/+4
|\|
| * QSortFilterProxyModel: don't assert when old model gets destroyedChristian Ehrlicher2018-05-261-1/+4
* | Long live QCborStreamReader!Thiago Macieira2018-05-272-13/+1714
* | Long live QCborStreamWriter!Thiago Macieira2018-05-274-0/+1497
* | QProcess/Win: Use ConnectNamedPipe asynchronously and check return valueJoerg Bornemann2018-05-261-1/+20
* | Deregister QTextCodec on destructionIgor Mironchik2018-05-262-1/+22
* | Fix typo in commentKai Koehne2018-05-251-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-248-52/+140
|\|
| * QLocale: only use LANGUAGE if it contradicts LC_ALL/LC_MESSAGES/LANGEdward Welbourne2018-05-231-3/+31
| * Doc: Document the WA_ContentsMarginsRespectsSafeArea widget attributeVenugopal Shivashankar2018-05-231-1/+8
| * QTemporaryFile: Disable O_TMPFILE on AndroidThiago Macieira2018-05-221-1/+2
| * Fix documentation of Q_NAMESPACEOlivier Goffart2018-05-221-0/+1
| * qt_is_ascii: improve isAscii a little further (QUrl, QLatin1String)Thiago Macieira2018-05-201-5/+12
| * Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-181-0/+2
| |\
| | * QFileSystemEngine: don't try to use statx(2) if SYS_statx isn't definedv5.11.0-rc2v5.11.0Thiago Macieira2018-05-141-0/+2
| * | Add support for QSharedPointer<cv qualified>::create()Thiago Macieira2018-05-171-4/+7
| * | ucstrncmp: refactor with 32- and 8-byte loadsThiago Macieira2018-05-151-16/+56
| * | QJsonDocument: Avoid overflow of string lengthsJüri Valdmann2018-05-141-23/+20