summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QStringView, QLatin1String: add lastIndexOf methodsAnton Kudryavtsev2019-06-185-127/+264
* QString: towards QStringView::arg() pt.2: port internal machinery to QStringViewMarc Mutz2019-06-061-24/+24
* QString: towards QStringView::arg() pt.1: modernize some codeMarc Mutz2019-06-061-14/+13
* Make QIPAddressUtils::toString() const-correct for IPv6Marc Mutz2019-06-152-2/+2
* Fix deep-const-correctness of qGetPtrHelper() for smart pointersMarc Mutz2019-06-151-1/+1
* Run prebuilt android test APKsBogDan Vatra2019-06-135-9/+63
* QObject/QWidget::setParent: add assertions to prevent loopsGiuseppe D'Angelo2019-06-072-0/+26
* QMimeType: towards re-entrancy: do not cache iconName made from mimetype nameMarc Mutz2019-06-161-6/+9
* QMimeType: make deep const breakages explicitMarc Mutz2019-06-161-9/+10
* QUrl: replace manual memory management of QUrlPrivate::Error with unique_ptrMarc Mutz2019-06-121-11/+8
* QMessagePattern: replace manual memory handling with std::unique_ptrMarc Mutz2019-06-131-25/+12
* QFuture: Wait for result on iterator advanceMorten Johan Sørvig2019-05-131-18/+64
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-1421-131/+374
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-141-2/+2
| |\
| | * Doc: Fix typos in QDateTime docsTopi Reinio2019-06-071-2/+2
| * | doc: Fix tr() documentation issueMartin Smith2019-06-132-1/+6
| * | Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-114-5/+20
| |\ \
| | * | Doc: Add Q_OS_WASM documentationPaul Wicking2019-06-071-0/+7
| | * | wasm: make idealThreadCount() work on all threadsMorten Johan Sørvig2019-05-083-5/+13
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-112-0/+86
| |\ \ \ | | | |/ | | |/|
| | * | macOS: Introduce QMacKeyValueObserver and use in theme and styleTor Arne Vestbø2019-06-072-0/+86
| * | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Liang Qi2019-06-079-123/+191
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-079-123/+191
| | |\| |
| | | * | Detect system time zone from linked symlinksDamien Caliste2019-06-041-5/+38
| | | * | Overhaul Q(Date|Time)+ documentationEdward Welbourne2019-05-291-96/+103
| | | * | Do not strip off the fragment and query in the qfileselectorJan Arve Sæther2019-06-031-0/+11
| | | * | cmake: correct version dependency for qt5_add_big_resourcesLiang Qi2019-05-202-0/+7
| | | * | Rename QMacScopedObserver to the more fittingly QMacNotificationObserverTor Arne Vestbø2019-05-291-8/+8
| | | * | Automatically sysrootify $$[FOO/get] propertiesJoerg Bornemann2019-05-282-13/+23
| | | * | QRegExp: remove an out of bounds access into QStringGiuseppe D'Angelo2019-05-271-1/+1
| * | | | Fix invalid vptr during destruction of animationsAllan Sandfeld Jensen2019-05-234-2/+30
| * | | | doc: Add dontdocument.qdoc filesMartin Smith2019-05-071-0/+41
| |/ / /
* | | | Remove a few usages of deprecated APIShawn Rutledge2019-06-132-1/+3
* | | | Remove the last uses of Java-style iterators in QtCoreMarc Mutz2019-05-232-12/+11
* | | | QDebug: add nothrow move special member functionsMarc Mutz2019-06-062-23/+22
* | | | QWeakPointer: use an alternative work-round for internalData() usersMarc Mutz2019-06-113-13/+25
* | | | QMetaType: fix an is_pod test that C++11 brokeMarc Mutz2019-06-121-7/+1
* | | | Q_ARRAY_LITERAL: fix the checks on the payload's datatypeGiuseppe D'Angelo2019-06-121-2/+2
* | | | QAtomic: introduce loadRelaxed() / storeRelaxed()Giuseppe D'Angelo2019-06-105-20/+113
* | | | rtems: Enable Thread local storage supportMikhail Svetkin2019-06-061-0/+3
* | | | Rearrange date parsing in anticipation of calendar workEdward Welbourne2019-06-071-34/+29
* | | | Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-0758-325/+337
* | | | rtems: Fix detection bad file descriptorMikhail Svetkin2019-06-051-0/+9
* | | | Deprecate QLatin1LiteralGiuseppe D'Angelo2019-06-101-1/+3
* | | | rtems: Disable fork feature and fix compilation in corelib/ioMikhail Svetkin2019-06-063-3/+8
* | | | Simplify {to,from}Std{List,Vector}Giuseppe D'Angelo2019-06-102-12/+5
* | | | Fix a minor grammar glitch in new string / byte-array doc noteEdward Welbourne2019-06-042-2/+2
* | | | rtems: Disable sys/sem.h includeMikhail Svetkin2019-06-061-1/+1
* | | | rtems: Fix build sha3 (undef ALIGN)Mikhail Svetkin2019-06-061-0/+4
* | | | QLatin1Char: add comparison operators with charMarc Mutz2019-06-031-0/+13