summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-2/+3
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-241-0/+2
* QLineF::intersects(): Make the output parameter optionalSze Howe Koh2020-08-231-1/+1
* Fix mistake in AESHASH algorithmAllan Sandfeld Jensen2020-08-231-2/+2
* Fix truncation warning in qversionnumber.hMarcel Krems2020-08-231-1/+1
* Fix a number of qdoc warningsFriedemann Kleint2020-08-202-17/+1
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-202-11/+0
* Port QXmlStreamReader from QStringRef to QStringViewKarsten Heimrich2020-08-191-0/+1
* Introduce GrowsBackwards case operationsAndrei Golubev2020-08-191-0/+302
* 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
* 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
* 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
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-1410-597/+597
* 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-131-1/+1
* QMultiMap: add constructors from QMapGiuseppe D'Angelo2020-08-102-0/+44
* Improve QMultiMap docs a bitGiuseppe D'Angelo2020-08-101-1/+8
* Fix compilation in C++20 modeAllan Sandfeld Jensen2020-08-081-6/+12
* QQueue: clean up 5.14's deprecationEdward Welbourne2020-08-071-5/+5
* QSharedData: remove #include relating to deprecationEdward Welbourne2020-08-071-4/+1
* QMap/QMultiMap: use =default for their default constructorsGiuseppe D'Angelo2020-08-071-2/+2
* 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-065-1963/+2828
* MSVC: remove the extern templateThiago Macieira2020-08-051-15/+0
* 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
* QList: properly declare operator== for MSVCGiuseppe D'Angelo2020-08-041-16/+22
* Fix -Wshadow warningsGiuseppe D'Angelo2020-08-041-2/+2
* Add qHash implementations for QRect and QSizeShawn Rutledge2020-08-042-0/+12
* QList: Add a append(QList &&) overloadMårten Nordheim2020-08-012-0/+64
* Fix undefined use of memcpy and memcmpAllan Sandfeld Jensen2020-07-311-1/+2
* QSharedPointer: do allow calling deleters on null pointersThiago Macieira2020-07-312-11/+15
* Document that keys() and values() run in linear timeMitch Curtis2020-07-313-0/+28
* QtCore: Use system-wide libb2 if presentLinus Jahn2020-07-313-0/+14
* QCryptographicHash: Add BLAKE2b and BLAKE2s hashing algorithmsLinus Jahn2020-07-313-2/+92
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-1/+1
* QLine: purge deprecated APIEdward Welbourne2020-07-272-64/+2
* QLine: eliminate M_2PI in favor of qmath.h's radian<->degree convertersEdward Welbourne2020-07-271-8/+3
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-241-5/+1
* Temporarily add a private QESDPv2Giuseppe D'Angelo2020-07-222-0/+168
* QCommandLineOption: purge deprecated APIEdward Welbourne2020-07-202-38/+2
* Deprecate QTimeLine's curveShape in favor of its easingCurveEdward Welbourne2020-07-163-28/+43
* Work around compiler problems on MSVC 16.6.XLars Knoll2020-07-151-1/+2
* Doc: Mark API in Q[Mutable]HashIterator as deprecatedKai Koehne2020-07-141-31/+222