summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Do not load plugin from the $PWD5.9Olivier Goffart2020-01-151-1/+0
* QMutexPool: fix memory order of atomic operationsMarc Mutz2019-06-302-4/+7
* QFreeList: fix memory order on block deletionMarc Mutz2019-06-301-1/+1
* QSimpleTextCodec: fix load memory order of atomic pointerMarc Mutz2019-06-241-3/+3
* Optimize and fix handling of QtMessageHandlersMarc Mutz2019-06-241-15/+20
* Windows: Don't output a warning when sHGetKnownFolderPath failsAndy Shaw2018-11-121-11/+6
* Fix cast-function-type gcc 8 warningAllan Sandfeld Jensen2018-11-081-1/+1
* Fix deleting of QSharedPointer internals in case QPointer loses the raceThiago Macieira2018-11-031-0/+3
* Update the DNS public suffix list from publicsuffix.orgEdward Welbourne2018-10-161-13288/+13692
* Fix integer overflow in very long sections in ELF objectsThiago Macieira2018-09-241-1/+1
* Update CLDR to v31.0.1, test Costa Rican currency's fractional partEdward Welbourne2018-08-282-4535/+4580
* QObject: do allow setProperty() to change the type of the propertyThiago Macieira2018-08-211-1/+2
* Fix possible heap corruption in QXmlStreamAllan Sandfeld Jensen2018-08-181-1/+1
* Doc: Increase precision in description of convenience typedefsPaul Wicking2018-08-161-1/+1
* Fix MSVC2017 compilation with enabled relaxed constexpr on 32-bit targetOlivier Goffart2018-08-151-4/+6
* QJsonDocument: Make emptyObject an objectJüri Valdmann2018-08-061-1/+1
* Fix compile with sanitize address & undefinedBogDan Vatra2018-06-261-1/+5
* QJsonDocument: Avoid overflow of string lengthsJüri Valdmann2018-05-161-23/+20
* QJsonDocument: Validate also zero-length objectsJüri Valdmann2018-05-161-2/+0
* QJsonDocument: Reject objects containing themselves in binary JSONJüri Valdmann2018-05-161-3/+3
* QJsonDocument::fromRawData: Fix out-of-bounds accessJüri Valdmann2018-05-162-1/+4
* Windows/QSaveFile: Fix locking issues on Dropbox drivesFriedemann Kleint2018-05-143-5/+13
* macOS: Fix standardLocations() returns invalid pathMasashi Fujimoto2018-04-161-20/+9
* Fix integer overflow (1 << (' ' - 1))Mikhail Svetkin2018-04-101-7/+7
* Update Unicode CLDR third party documentationKai Koehne2018-02-261-7/+11
* Document use of Unicode Character DatabaseKai Koehne2018-02-262-1/+19
* Fix GCC 8 warning in qvariantanimationVille Voutilainen2018-02-141-1/+1
* Fix GCC 8 warning in qurlrecodeVille Voutilainen2018-02-141-2/+2
* Silence GCC 8 warnings in QStringVille Voutilainen2018-02-141-4/+4
* Silence a GCC 8 warning in QIODeviceVille Voutilainen2018-02-141-1/+1
* Remove QLibrary code path specific to HP-UX on PA-RISCKonstantin Tokarev2018-02-121-33/+2
* Android: Don't rely on QDir::homePath() to get the application directoryChristian Strømme2018-02-121-2/+13
* Android: Defer initialization of logging rules until qApp constructionTor Arne Vestbø2018-02-072-0/+18
* Suppress GCC 8 warning about realloc() non-trivially-copyable typesThiago Macieira2018-02-041-1/+2
* Silence GCC 8 warning on memcpy of movable typesThiago Macieira2018-02-042-3/+4
* Silence GCC 8 warning on memcpy of class Value to to class offsetThiago Macieira2018-02-041-1/+2
* Clean-up in QDateTime's parsing of ISODate{,WithMs}Edward Welbourne2018-02-011-7/+16
* Doc: make a note about use of QStringLiteral with non-ASCII charsThiago Macieira2018-01-221-1/+5
* Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-2010-24/+24
* Handle OOM condition in the validation of plugin metadataAndre de la Rocha2018-01-191-8/+21
* Doc: Mention exact Qt version the third party attributions apply toKai Koehne2018-01-191-3/+4
* Fix QMacTimeZonePrivate::previousTransition() for early after epochEdward Welbourne2018-01-181-18/+70
* Win: Document limitation regarding registry types not being preservedAndy Shaw2018-01-181-0/+5
* QProcess/Windows: Include PID in pipe namesFrank Richter2018-01-181-1/+1
* QThreadPool: Add missing semicolon after class in documentationAndre Hartmann2018-01-171-1/+1
* Prevent O(n^2) behavior when calling QObject::deleteLaterErik Verbruggen2018-01-163-14/+31
* Fix memory leak in QStandardPaths::displayName() on Apple platformsJake Petroules2018-01-121-2/+2
* Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-112-12797/+13273
|\
| * Update qurltlds_p.hAllan Sandfeld Jensen2018-01-052-12797/+13273
* | Document Q_COREAPP_STARTUP_FUNCTION is no good in static libsLaszlo Agocs2018-01-101-0/+4