summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-1460-1085/+1085
* Drop qunicodecharGiuseppe D'Angelo2020-08-141-6/+1
* QAtomic*: purge deprecated load() and save() methodsEdward Welbourne2020-08-143-66/+3
* qglobal.h: remove deprecated global functionsEdward Welbourne2020-08-144-106/+1
* QVariant: remove docs for non-existent deprecated methodsEdward Welbourne2020-08-141-40/+0
* QObject/Q_OBJECT: remove deprecated old APIEdward Welbourne2020-08-142-21/+2
* QCoreApplication: purge deprecated APIEdward Welbourne2020-08-142-84/+2
* QQueue: purge deprecated API, swap(i, j)Edward Welbourne2020-08-141-5/+0
* Another round of using noexcept instead of pre-C++11 definesAllan Sandfeld Jensen2020-08-133-27/+5
* CMake: Allow specifying a sysconfdir that's outside the prefixAlexandru Croitor2020-08-131-1/+1
* De-inline QIODevice::write(const QByteArray &)Alex Trotsenko2020-08-132-4/+7
* Fix conversions to JSON from QVariantSona Kurazyan2020-08-137-20/+77
* Restrict QVariant::isNull() behaviorLars Knoll2020-08-133-153/+18
* Restrict comparison of variantsLars Knoll2020-08-131-38/+82
* Use the new support for comparisons in QMetaType for QVariantLars Knoll2020-08-133-91/+13
* QCborValue: add support for QCOMPARE string outputThiago Macieira2020-08-121-72/+78
* Configure.json: Do not link to pthread on Android on feature testingCristian Adam2020-08-123-2/+1009
* CMake: Expose public info about whether Qt is a shared lib buildAlexandru Croitor2020-08-121-0/+1
* QXmlStreamReader: Don't resize readBuffer to a size it already hasRobert Loehning2020-08-121-1/+2
* Inline two macros in the unicode tablesEdward Welbourne2020-08-121-10/+6
* QJsonDocument: fix comparison of valid vs defaultThiago Macieira2020-08-111-1/+3
* Introduce QIODevice::skipData()Alex Trotsenko2020-08-113-10/+18
* Fix handling of last second in 1969Edward Welbourne2020-08-111-11/+16
* Tidy up use of local variables and add an assertionEdward Welbourne2020-08-111-6/+4
* Add degree<->radians conversions for long double and integral typesGiuseppe D'Angelo2020-08-112-0/+54
* QMultiMap: add constructors from QMapGiuseppe D'Angelo2020-08-102-0/+44
* Improve QMultiMap docs a bitGiuseppe D'Angelo2020-08-101-1/+8
* QFileInfo: make stat method publicVolker Hilsheimer2020-08-103-4/+4
* CMake: pro2cmake: Specify library versions for 3rd party librariesAlexandru Croitor2020-08-101-1/+1
* Fix build with mingw gcc 9 and -Wsuggest-overrideKai Koehne2020-08-101-30/+21
* 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