summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QStandardPaths: Don't change permissions of XDG_RUNTIME_DIRAlexander Volkov2020-12-311-29/+30
* QStandardPaths/Unix: improve the XDG_RUNTIME_DIR creation/detectionThiago Macieira2020-12-071-42/+120
* Android: Kill calls to deprecated func in API 29Piotr Mikolajczyk2020-12-071-56/+8
* Containers: call constructors even for primitive typesGiuseppe D'Angelo2020-12-013-25/+16
* QRectF/QPointF/QSizeF: document that operator== and != are fuzzyGiuseppe D'Angelo2020-11-183-8/+37
* QMutex: order reads from QMutexPrivate::waiters and QBasicMutex::d_ptr in QBa...Alexander Kartashov2020-11-181-1/+1
* Q_PRIMITIVE_TYPE: improve the documentationGiuseppe D'Angelo2020-11-101-2/+3
* Revert changes in strto(u)ll.c to avoid integer overflowsRobert Loehning2020-11-051-0/+4
* Fix locale look-up when language is unspecifiedEdward Welbourne2020-10-281-5/+15
* Deal with {und,ov}erflow issues in QLine's length handlingEdward Welbourne2020-10-272-18/+28
* Fix race in QFseventsFileSystemWatcher destructorErik Verbruggen2020-10-261-6/+8
* QXmlStreamReader: Don't resize readBuffer to a size it already hasRobert Loehning2020-09-221-1/+2
* QDir: add note to docs about isAbsolutePath(":foo") returning trueAhmad Samir2020-09-201-1/+5
* Fix crash on serializing default-constructed QTimeZoneEdward Welbourne2020-09-031-2/+11
* Handle simulator platforms when parsing LC_BUILD_VERSION load commandTor Arne Vestbø2020-08-191-5/+26
* Resolve SDK and deployment target OS from load commandTor Arne Vestbø2020-08-191-7/+25
* QtPrivate::isLatin1: fix SSE2 non-SSE4.1 codeThiago Macieira2020-08-171-20/+1
* QByteArray::toDouble: fix buffer overflow reads on fromRawData()Thiago Macieira2020-08-171-6/+25
* Add QOperatingSystemVersion support for macOS Big SurTor Arne Vestbø2020-08-055-0/+146
* Adapt to MSVC difference in behavior in initializing non-aggregatesThiago Macieira2020-06-291-9/+6
* QLinkedListData: Move Q_CORE_EXPORT from class to shared_nullThiago Macieira2020-05-201-2/+2
* Fix crash when running QtCore: Stack is misaligned on x86-64Thiago Macieira2020-04-301-1/+5
* Merge remote-tracking branch 'origin/5.12.8' into 5.12Qt Forward Merge Bot2020-04-142-2/+26
|\
| * Fix build with macOS 10.15 and deployment 10.12André Klitzing2020-03-311-1/+2
| * Add an expansion limit for entitiesLars Knoll2020-03-252-2/+26
* | CBOR support: prevent overflowing QByteArray's max allocationThiago Macieira2020-04-103-21/+48
* | QCborValue: apply a simple optimization to avoid unnecessary allocationsThiago Macieira2020-04-102-28/+29
* | QCborValue::fromCbor: Apply a recursion limit to decodingThiago Macieira2020-04-102-13/+30
* | QCborValue: create a wrapper to set the QCborStreamReader error stateThiago Macieira2020-04-102-6/+12
* | Fix build with macOS 10.15 and deployment 10.12André Klitzing2020-03-261-1/+2
|/
* Replace usage of std::result_of with decltypeMårten Nordheim2020-02-221-1/+1
* QXmlStreamReader: early return in case of malformed attributesGiuseppe D'Angelo2020-02-101-2/+5
* QLockFile: Disable flock() on QNXThiago Macieira2020-02-101-0/+6
* Fix build: disable the HWRNG in bootstrapped modeThiago Macieira2020-02-041-1/+1
* Merge remote-tracking branch 'origin/5.12.7' into 5.12Qt Forward Merge Bot2020-01-311-1/+3
|\
| * QLibrary/Unix: do not attempt to load a library relative to $PWDThiago Macieira2020-01-231-1/+3
* | Fix qt5_make_output_file macro for paths containing dotsJoerg Bornemann2020-01-291-1/+8
* | Un-deprecate QSignalMapperSona Kurazyan2020-01-232-8/+4
|/
* 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