summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.13 into 5.13.2Frederik Gladhorn2019-10-113-2/+9
|\
| * Include XDG font locations in QStandardPaths::FontsLocation on LinuxAlex Henrie2019-10-082-1/+4
| * Fix crash when running QtCore: Stack is misaligned on x86-64Thiago Macieira2019-10-031-1/+5
* | Fix build: disable the HWRNG in bootstrapped modeThiago Macieira2019-10-101-1/+1
|/
* QList: make cast from ptrdiff_t to int explicitEdward Welbourne2019-10-021-1/+1
* QVarLengthArray: Avoid int vs. size_t warnings in operator=Laszlo Agocs2019-09-291-1/+1
* Windows/MinGW: Fix posted events timer not stoppingFriedemann Kleint2019-09-272-3/+7
* Fix QRandomGenerator initialization on AMD CPUsDmitry Kazakov2019-09-264-51/+88
* QFileInfo: clarify documentation about handling of symlink attributesThiago Macieira2019-09-251-11/+75
* Doc: Q_FLAG should be applied to the enum, not the QFlagsThiago Macieira2019-09-241-1/+1
* Filesystem: avoid crashes on exit in case the locale codec is nullThiago Macieira2019-09-241-1/+3
* Doc: Remove broken example snippet from Q_ENUMSPaul Wicking2019-09-201-8/+4
* QRandom: retry the use of RDRAND instruction as recommended by manualsThiago Macieira2019-09-081-7/+12
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-081-2/+2
|\
| * qFatal: make it so you cannot disable the messageThiago Macieira2019-09-041-2/+2
* | Merge remote-tracking branch 'origin/5.13.1' into 5.13Qt Forward Merge Bot2019-09-051-1/+1
|\ \
| * | Revert "Disable debug plugin check for MinGW"Oliver Wolff2019-08-201-1/+1
* | | QRegexp: Fix MSVC2019 warning about fallthrough not being followed by a case ...Friedemann Kleint2019-09-031-15/+9
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-312-2/+2
|\ \ \ | | |/ | |/|
| * | Doc: Clarify QJsonDocument::toJson()Joerg Bornemann2019-08-301-1/+1
| * | Remove hardcoded qt_instdate field from binaryFredrik Orderud2019-08-301-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Allan Sandfeld Jensen2019-08-271-2/+2
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-08-271-2/+2
| |\| |
| | * | Fix assertion on passing nullptr QLatin1Strings to qt_compare_stringsMarc Mutz2019-08-251-2/+2
* | | | Docs: Some cleanup of class documentationKavindra Palaraja2019-08-271-140/+127
|/ / /
* | | Also fall back to direct write for Android content: URLs in QSaveFileVolker Krause2019-08-241-5/+9
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-222-1/+10
|\| |
| * | 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
* | | Merge "Merge remote-tracking branch 'qt/5.12' into 5.13"Paul Olav Tvete2019-08-201-1/+1
|\ \ \
| * | | Merge remote-tracking branch 'qt/5.12' into 5.13Paul Olav Tvete2019-08-201-1/+1
| |\| |
| | * | Fix typo in description of feature datestringEdward Welbourne2019-08-151-1/+1
* | | | Fix building with -no-feature-codecsAllan Sandfeld Jensen2019-08-201-2/+5
|/ / /
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-152-9/+15
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-123-11/+13
|\| |
| * | 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
* | | QList: fix some integer cast warnings from 64- to 32-bitThiago Macieira2019-08-101-2/+2
* | | QBitArray: change modulo 8 with bitwise-AND 7Thiago Macieira2019-08-081-4/+4
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-083-4/+9
|\| |
| * | 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
* | | Fix two examples in QUrl::toLocalFile() documentationAndreas Hartmetz2019-08-071-2/+2
| |/ |/|
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-053-4/+19
|\|
| * macOS: Add system detection and version defines for macOS Catalina (10.15)Tor Arne Vestbø2019-08-013-4/+19
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-311-1/+1
|\|
| * qfsfileengine_p.h: Un-inline processOpenModeFlagsOliver Wolff2019-07-301-1/+1