summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QLibrary/Unix: do not attempt to load a library relative to $PWDThiago Macieira2020-01-231-1/+3
* QObject: make the connectedSignals member use QAtomicIntegerThiago Macieira2020-01-152-6/+7
* ucstrncmp: Fix UBSan report of array overflowingThiago Macieira2020-01-111-4/+4
* Replace get_filename_component usage with REGEX_REPLACEAlexey Edelev2019-11-271-1/+1
* Do not load plugin from the $PWDOlivier Goffart2019-11-131-1/+0
* Fix a -Wclass-memaccess problem in qjsonVille Voutilainen2019-10-281-1/+3
* Windows/MinGW: Fix posted events timer not stoppingFriedemann Kleint2019-10-242-3/+7
* Fix for compilers that don't allow casting nullptr_t to an integerVolker Hilsheimer2019-10-141-1/+2
* Include likely-adjusted uiLanguages for the system localeEdward Welbourne2019-10-102-16/+67
* Filesystem: avoid crashes on exit in case the locale codec is nullThiago Macieira2019-10-091-1/+3
* Fix QRandomGenerator initialization on AMD CPUsDmitry Kazakov2019-10-084-46/+88
* Doc-fix: correct some misinformation about QDateTime's handling of DSTEdward Welbourne2019-09-191-23/+30
* MS TZ data: avoid calculating a date in year 0Edward Welbourne2019-09-191-13/+29
* qFatal: make it so you cannot disable the messageThiago Macieira2019-09-041-2/+2
* Doc: Clarify QJsonDocument::toJson()Joerg Bornemann2019-08-301-1/+1
* Remove hardcoded qt_instdate field from binaryFredrik Orderud2019-08-301-1/+1
* Fix assertion on passing nullptr QLatin1Strings to qt_compare_stringsMarc Mutz2019-08-251-2/+2
* Point out that dynamically modified meta objects are not threadsafeVolker Hilsheimer2019-08-211-0/+7
* Fix qErrnoWarning() printing no error in some conditionsThiago Macieira2019-08-191-1/+3
* Fix typo in description of feature datestringEdward Welbourne2019-08-151-1/+1
* QSysInfo: Use the Apple IOKit API to get the machine's UUIDThiago Macieira2019-08-141-8/+12
* Add the detection of MSVC 2019 for QLibraryInfoFriedemann Kleint2019-08-141-1/+3
* 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