summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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