summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation in C++20 modeAllan Sandfeld Jensen2020-08-081-6/+12
* QSettings: purge deprecated APIEdward Welbourne2020-08-072-42/+1
* QStandardPaths: purge deprecated APIEdward Welbourne2020-08-072-12/+2
* QFileInfo: inline the file-time methodsEdward Welbourne2020-08-072-22/+11
* QFileInfo: purge deprecated APIEdward Welbourne2020-08-072-48/+0
* QFile: purge deprecated APIEdward Welbourne2020-08-072-41/+2
* Purge deprecated API from QDirEdward Welbourne2020-08-072-51/+1
* Purge QResource of some deprecated APIEdward Welbourne2020-08-072-79/+1
* QQueue: clean up 5.14's deprecationEdward Welbourne2020-08-071-5/+5
* QSharedData: remove #include relating to deprecationEdward Welbourne2020-08-071-4/+1
* Avoid UB in moc generated codeLars Knoll2020-08-072-0/+16
* QMap/QMultiMap: use =default for their default constructorsGiuseppe D'Angelo2020-08-071-2/+2
* Add x86 vector implementation of UTF-8 comparison to UTF-16Thiago Macieira2020-08-061-17/+121
* QCalendar: actually remember if the registry has been populatedGiuseppe D'Angelo2020-08-061-0/+2
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-061-1/+7
* QMultiMap: add range eraseGiuseppe D'Angelo2020-08-063-48/+82
* QMap: fix insert() rvalue overloadsGiuseppe D'Angelo2020-08-061-0/+12
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-0610-1966/+3224
* Mac: (temporarily?) drop support for QMultiMap in QSettingsGiuseppe D'Angelo2020-08-061-44/+20
* qustrlen: Add #warnings to explain how to deal with GCC 7.x's ASanThiago Macieira2020-08-051-0/+7
* Optimize non-vectorized UTF-8 to UTF-16 comparison to US-ASCIIThiago Macieira2020-08-051-13/+21
* Implement UTF-16 to UTF-8 case-insensitive compare and make publicThiago Macieira2020-08-055-3/+58
* QtPrivate::isLatin1: fix SSE2 non-SSE4.1 codeThiago Macieira2020-08-051-20/+1
* Allow use of charXX_t in QUtf8FunctionsThiago Macieira2020-08-051-2/+42
* MSVC: remove the extern templateThiago Macieira2020-08-053-48/+19
* Teach QMacVersion to deal with 32-bit Mach-O headersTor Arne Vestbø2020-08-052-5/+3
* CMake: Don't use std=gnu++11 when building Qt internal targetsAlexandru Croitor2020-08-051-0/+16
* Tidy up unicode table generationEdward Welbourne2020-08-051-11/+8
* Fix "rectange" typos in qtbaseOliver Wolff2020-08-051-2/+2
* Add an AES-based qHash function, inspired on Go'sThiago Macieira2020-08-041-0/+137
* QDebug: add operator<<(const char16_t *)Thiago Macieira2020-08-042-10/+26
* QList: properly declare operator== for MSVCGiuseppe D'Angelo2020-08-041-16/+22
* Document the changed semantics when passing arrays to QByteArray methodsSona Kurazyan2020-08-042-2/+20
* Avoid possible ambiguities with QByteArrayView's comparison operatorsSona Kurazyan2020-08-041-8/+13
* QNotifiedProperty: avoid crashFabian Kosmale2020-08-041-1/+1
* Resolve SDK and deployment target OS from load commandTor Arne Vestbø2020-08-041-7/+25
* Fix -Wshadow warningsGiuseppe D'Angelo2020-08-041-2/+2
* Add qHash implementations for QRect and QSizeShawn Rutledge2020-08-042-0/+12
* Introduce swap functions for QPromise/QFutureInterfaceAndrei Golubev2020-08-034-15/+35
* Move-enable QByteDataBuffer::{append,prepend}Mårten Nordheim2020-08-011-2/+26
* QList: Add a append(QList &&) overloadMårten Nordheim2020-08-012-0/+64
* Fix undefined use of memcpy and memcmpAllan Sandfeld Jensen2020-07-314-9/+17
* Try again to fix Clang's -Wconstant-logical-operand warningThiago Macieira2020-07-311-0/+7
* QSharedPointer: do allow calling deleters on null pointersThiago Macieira2020-07-312-11/+15
* QString::vasprintf: fix 't' modifier for integers on 64-bitThiago Macieira2020-07-311-2/+5
* Remove deprecated binary json featureEdward Welbourne2020-07-3116-2041/+3
* Document that keys() and values() run in linear timeMitch Curtis2020-07-313-0/+28
* Add float->qfloat16 rounding and fix the testsAllan Sandfeld Jensen2020-07-311-2/+14
* QtCore: Use system-wide libb2 if presentLinus Jahn2020-07-317-19/+76
* QCryptographicHash: Add BLAKE2b and BLAKE2s hashing algorithmsLinus Jahn2020-07-313-2/+92