summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix integer overflow in QCryptographicHash's SHA-3 supportThiago Macieira2019-08-101-4/+4
* Fix sign change warningSimon Hausmann2019-08-091-2/+2
* QBitArray: fix fromBits() and actually test itThiago Macieira2019-08-081-5/+7
* QMutexPool: fix memory order of atomic operationsMarc Mutz2019-08-052-4/+7
* Fix race condition on qt_create_tls() on WindowsThiago Macieira2019-08-051-0/+2
* macOS: Add system detection and version defines for macOS Catalina (10.15)Tor Arne Vestbø2019-08-013-4/+19
* qfsfileengine_p.h: Un-inline processOpenModeFlagsOliver Wolff2019-07-301-1/+1
* Move processOpenModeFlags out of QFSFileEngineOliver Wolff2019-07-292-19/+36
* QResource: fix nullptr-check gone tautologicalMarc Mutz2019-07-261-2/+4
* Fix QCborStreamReader not flushing QIODevices due to internal bufferingThiago Macieira2019-07-191-1/+9
* Fix QStorageInfo inability to parse really long mountinfo linesThiago Macieira2019-07-191-2/+12
* macOS: Allow overriding NSKeyValueObservingOptions for QMacKeyValueObserverTor Arne Vestbø2019-07-182-6/+9
* QDateTime docs: don't encourage use of deprecated textdate functionsEdward Welbourne2019-07-171-21/+13
* Work around Apple Clang's -Wshadow warningThiago Macieira2019-07-161-2/+2
* Optimize and fix handling of QtMessageHandlersMarc Mutz2019-07-111-15/+20
* QSaveFile: Fix changing the file name after hitting on readonly fileFriedemann Kleint2019-07-111-0/+1
* QDirIterator: don't require NFD normalization on Darwin for validityThiago Macieira2019-07-111-3/+44
* QFreeList: fix memory order on block deletionMarc Mutz2019-07-081-1/+1
* QSimpleTextCodec: fix load memory order of atomic pointerMarc Mutz2019-07-081-3/+3
* Mark QObject::deleteLater() as \threadsafeMarc Mutz2019-07-031-0/+2
* [docs] Fix issues in QRect/QMargin API docsMarc Mutz2019-07-031-2/+2
* QRandomGenerator: assert that bounded() calls have correct argumentsThiago Macieira2019-06-282-8/+18
* Avoid undefined behavior in qjsonwriter.cppUlf Hermann2019-06-201-2/+4
* move ENDSESSION_* compat defines to before they are actually usedRolf Eike Beer2019-06-131-6/+6
* QCborValue::fromJsonValue: rewrite code to remove UBThiago Macieira2019-06-191-4/+6
* Report correct state change when destroying QAbstractAnimationTor Arne Vestbø2019-06-201-1/+1
* Report correct data when multiple volumes are mounted to the same pathVolker Hilsheimer2019-06-191-0/+3
* Fix bogus setAttribute setter warningMichal Klocek2019-06-191-0/+4
* Merge "Merge remote-tracking branch 'origin/5.12.4' into 5.12"Qt Forward Merge Bot2019-06-171-0/+6
|\
| * Merge remote-tracking branch 'origin/5.12.4' into 5.12Qt Forward Merge Bot2019-06-171-0/+6
| |\
| | * Add names for pthreads in IntegrityJanne Koskinen2019-06-031-0/+6
* | | Doc: Correct documentation of QFuture::cancelPaul Wicking2019-06-112-9/+9
|/ /
* | Doc: Fix typos in QDateTime docsTopi Reinio2019-06-071-2/+2
* | macOS: Introduce QMacKeyValueObserver and use in theme and styleTor Arne Vestbø2019-06-072-0/+86
* | Detect system time zone from linked symlinksDamien Caliste2019-06-041-5/+38
* | Overhaul Q(Date|Time)+ documentationEdward Welbourne2019-05-291-96/+103
* | Do not strip off the fragment and query in the qfileselectorJan Arve Sæther2019-06-031-0/+11
* | cmake: correct version dependency for qt5_add_big_resourcesLiang Qi2019-05-202-0/+7
* | Rename QMacScopedObserver to the more fittingly QMacNotificationObserverTor Arne Vestbø2019-05-291-8/+8
* | Automatically sysrootify $$[FOO/get] propertiesJoerg Bornemann2019-05-282-13/+23
* | QRegExp: remove an out of bounds access into QStringGiuseppe D'Angelo2019-05-271-1/+1
|/
* Update QMetaEnum::fromType()'s static assert's error messageEdward Welbourne2019-05-151-1/+2
* Qt Core: Document CMake macrosKai Koehne2019-05-162-0/+238
* Warn when setting attributes after QCoreApplication is createdSergio Martins2019-05-141-0/+26
* QSharedPointer: fix threadsafety docsGiuseppe D'Angelo2019-05-111-8/+13
* Work around VS2015/17 bitset + qfloat16.h compiler bugKeith Kyzivat2019-05-102-0/+17
* Update CLDR version in attributionEdward Welbourne2019-05-091-1/+1
* Define Q_OS_WINDOWS, make it an alias to Q_OS_WINSergio Martins2019-05-082-0/+8
* Fix integer overflows in QDeadlineTimerKonstantin Shegunov2019-05-082-60/+383
* Windows: Add debug output for message WM_DPICHANGEDFriedemann Kleint2019-05-081-0/+9