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