summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-302-19/+36
|\|
| * Move processOpenModeFlags out of QFSFileEngineOliver Wolff2019-07-292-19/+36
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-291-2/+4
|\|
| * QResource: fix nullptr-check gone tautologicalMarc Mutz2019-07-261-2/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-204-9/+30
|\|
| * 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
* | QStandardPaths: update docs to what $HOME is on iOSThiago Macieira2019-07-171-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-181-21/+13
|\|
| * 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
* | Fix regression causing QVector::fill w/ same size to not detachThiago Macieira2019-07-161-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-133-18/+65
|\|
| * 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
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-122-4/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-122-4/+4
| |\|
| | * 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
* | | QByteArray: Clarify that QByteArrays always use the Latin-1 encodingAndre Hartmann2019-07-121-4/+3
|/ /
* | doc: Enable a declaration for qdocMartin Smith2019-07-101-1/+1
* | Fix MinGW cross-build with precompiled headers on LinuxJoerg Bornemann2019-07-101-0/+4
* | [Doc] Fix minor typosSze Howe Koh2019-07-106-10/+10
* | doc: Add missing class qualifierMartin Smith2019-07-091-1/+1
* | doc: Remove erroneous double left braceMartin Smith2019-07-051-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-034-10/+22
|\|
| * Mark QObject::deleteLater() as \threadsafeMarc Mutz2019-07-031-0/+2
| * [docs] Fix issues in QRect/QMargin API docsMarc Mutz2019-07-031-2/+2
| * QRandomGenerator: assert that bounded() calls have correct argumentsThiago Macieira2019-06-282-8/+18
* | QTranslator: simplify QString byte-swapping codeThiago Macieira2019-06-281-5/+2
* | Move the Item typedef to public in the associative Java iteratorsThiago Macieira2019-06-281-2/+2