summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Refactor QXmlStreamStringRefKarsten Heimrich2020-08-193-57/+67
* Smaller change towards using QStringViewLars Knoll2020-08-192-4/+4
* Refactor qxmlstream_p.hLars Knoll2020-08-199-1936/+1815
* Cleanup QXmlStreamStringRefKarsten Heimrich2020-08-191-7/+1
* Port the QXmlStream API from QStringRef to QStringViewKarsten Heimrich2020-08-195-94/+91
* QMetaType: specialize typenameHelper for std::pairFabian Kosmale2020-08-191-27/+68
* Remove binary compat sources for qbytearray and qstringAllan Sandfeld Jensen2020-08-195-140/+2
* Introduce GrowsBackwards case operationsAndrei Golubev2020-08-191-0/+302
* CMake Build: Do not link to pthread for QNX for cxx11_future detectionCristian Adam2020-08-191-1/+1
* QtConcurrent: Introduce runWithPromise()Jarek Kobus2020-08-192-0/+11
* Handle simulator platforms when parsing LC_BUILD_VERSION load commandTor Arne Vestbø2020-08-191-5/+26
* QMultiMap: fix regression in find(Key, T)Giuseppe D'Angelo2020-08-191-5/+12
* QMultiMap: fix remove(Key, T) when key/value belong to the mapGiuseppe D'Angelo2020-08-191-3/+9
* Use [[nodiscard]] with clang in C++17 modeAllan Sandfeld Jensen2020-08-181-2/+2
* Replace WIN32 with CMAKE_HOST_WIN32Mason McParlane2020-08-181-1/+1
* Add QArrayDataPointer::freeSpace*() functionsAndrei Golubev2020-08-184-27/+49
* Reorder operations to align with exception model in qarraydataops.hAndrei Golubev2020-08-181-9/+18
* Separate exception safety primitives from operationsAndrei Golubev2020-08-181-195/+189
* Refactor array data operationsAndrei Golubev2020-08-181-99/+46
* Follow through on ### Qt6 comments in qglobal.hEdward Welbourne2020-08-181-20/+0
* Refine precoditions and logic of array operationsAndrei Golubev2020-08-181-8/+8
* QCache: Fix the usage of std::is_nothrow_assignable_vMartin Storsjö2020-08-181-1/+1
* Use qsizetype for size in QJsonArray and QJsonObjectSona Kurazyan2020-08-189-133/+140
* Introduce QEvent::isInputEventVolker Hilsheimer2020-08-172-2/+23
* CMake: Fix what Android plugin suffix should be passed as a defineAlexandru Croitor2020-08-171-1/+1
* Introduce QWidget::setScreenVolker Hilsheimer2020-08-171-1/+1
* Fix a valgrind warning about accessing uninitialized memoryLars Knoll2020-08-171-1/+1
* Remove dead code in qrandomVolker Hilsheimer2020-08-171-25/+0
* CMake: Re-implement configure/qmake's command line handling in CMakeJoerg Bornemann2020-08-171-0/+14
* Disentangle QIODevice dependenciesLars Knoll2020-08-1514-45/+118
* Add overload for char to QDataStreamLars Knoll2020-08-151-0/+8
* Some work to handle enums that are larger than 32bitLars Knoll2020-08-152-3/+3
* Remove friend declarations that aren't requiredLars Knoll2020-08-152-4/+7
* Small cleanupLars Knoll2020-08-151-2/+2
* Constrain the data stream operators for containersLars Knoll2020-08-152-14/+32
* Constrain the debug stream operators for containersLars Knoll2020-08-152-12/+35
* Make QVariant(Type) and QVariant(QDataStream) explicitLars Knoll2020-08-151-2/+2
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-153-20/+4
* Allow constructing a null variant from a meta typeLars Knoll2020-08-141-1/+1
* CMake: Split out some Android functions into a public API fileAlexandru Croitor2020-08-143-1/+267
* 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