summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Document the qt_add_plugin() options new in Qt 6.5 as suchKai Köhne2022-12-121-0/+3
* QContainerTools: add q_points_into_range overloadAhmad Samir2022-12-115-9/+25
* Optimize QXmlStreamWriterPrivate::doWriteToDevice(QStringView)Marc Mutz2022-12-111-6/+12
* QXmlStreamWriter: remove unneeded QStringView::toString() callsMarc Mutz2022-12-111-15/+12
* QXmlStreamWriter: remove unused [[maybe_unused]]Marc Mutz2022-12-111-3/+0
* QXmlStreamWriter: remove Private::write(data, ptr)Marc Mutz2022-12-111-8/+2
* QString: add convenience method converting latin-1 into a QVLAAhmad Samir2022-12-101-18/+16
* CMake: Add qt 'policy' supportFabian Kosmale2022-12-104-1/+170
* Fix infinite loop when iterating content uri sub-files/dirsAssam Boudjelthia2022-12-101-1/+1
* Deprecate QDateTime methods using plain Qt::TimeSpecEdward Welbourne2022-12-102-0/+46
* QXmlStreamWriter: port API from QString to QAnyStringViewMate Barany2022-12-103-22/+194
* QXmlStreamWriter: prepare for port to QAnyStringViewMarc Mutz2022-12-103-12/+94
* Port QXmlStreamWriterPrivate::writeEscaped to QAnyStringViewMate Barany2022-12-101-45/+56
* Port QXmlStreamWriterPrivate::writeStartElement to QAnyStringViewMate Barany2022-12-101-2/+2
* Port QXmlStreamWriterPrivate::findNameSpace to QAnyStringViewMate Barany2022-12-101-2/+2
* Port QXmlStreamPrivateTagStack::addToStringStorage to QAnyStringViewMate Barany2022-12-101-3/+3
* Port QXmlStreamWriterPrivate::write to QAnyStringViewMate Barany2022-12-101-46/+39
* Android: Fix building with non-empty QT_NAMESPACEIevgenii Meshcheriakov2022-12-091-2/+2
* Add _qt_internal_apk_dependencies if qt_finalize_project is never calledAlexey Edelev2022-12-091-0/+6
* Fix moc warning for qwineventnotifier.h on non-Windows platformsJoerg Bornemann2022-12-091-2/+9
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-098-93/+69
* Add QDateTime::currentDateTime(const QTimeZone &)Edward Welbourne2022-12-092-27/+41
* Adapt QDateTime to route QTimeSpec uses via QTimeZoneEdward Welbourne2022-12-094-418/+451
* Adapt QTimeZone to handle Qt::TimeSpec machineryEdward Welbourne2022-12-096-95/+821
* Add a note on the meaning of offsets from UTC to QDateTimeEdward Welbourne2022-12-091-0/+6
* Fix some more details in QDateTime documentationEdward Welbourne2022-12-091-6/+7
* Fix ordering of includes in qdatetime.cppEdward Welbourne2022-12-091-2/+1
* QString: fix append/prepend/insert/op+= with QT_RESTRICTED_CAST_FROM_ASCIIMarc Mutz2022-12-091-0/+11
* QOffsetStringArray: add contains() methodMarc Mutz2022-12-091-0/+9
* QLibraryInfo: undo the !__cplusplus protection againMarc Mutz2022-12-091-8/+0
* Document QT_ANDROID_MULTI_ABI_FORWARD_VARS CMake variableAlexey Edelev2022-12-081-0/+81
* Add forwarding of CMake variables to ABI-specific external projectsAlexey Edelev2022-12-081-0/+7
* QAnyStringView: add substringing operationsMarc Mutz2022-12-082-0/+178
* CMake: Remove incorrect TP doc-comment on qt_add_executableAlexandru Croitor2022-12-081-3/+0
* CMake: Un-TP most of the deployment APIAlexandru Croitor2022-12-087-19/+0
* CMake: Un-TP QT_RESOURCE_ALIASAlexandru Croitor2022-12-081-1/+0
* Win32: Add "longPathAware" manifest / rc for internal toolsCristian Adam2022-12-081-0/+43
* Add Boyer-Moore Latin-1 string searcher with optional case sensitivityØystein Heskestad2022-12-084-98/+377
* QSysInfo::prettyProductName(): Add macOS Ventura product nameAlexander Rezepkin2022-12-081-0/+2
* Doc: Fix paths for Files property in qt_attribution.json filesKai Köhne2022-12-081-1/+1
* Doc: Document Qt Serialization with use casesJaishree Vyas2022-12-0815-0/+154
* qglobal.h: remove __ASSEMBLER__ checkMarc Mutz2022-12-081-2/+0
* Move qVersion() into it's own headerMarc Mutz2022-12-086-16/+44
* QString: merge and optimize the two overloads of SSE2's ustrncmp()Thiago Macieira2022-12-071-173/+129
* Shuffle QTimeZone so backend-dependent parts are contiguousEdward Welbourne2022-12-071-22/+23
* Clean up operator>>(QDataStream &in, QDateTime &dateTime)Edward Welbourne2022-12-071-17/+7
* Mark static mm_load8_zero_extend [[maybe_unused]]Axel Spoerl2022-12-071-0/+1
* corelib/QMakeLists.txt: fix order of files in in qNN sectionMarc Mutz2022-12-071-1/+1
* QString/QByteArray/QList: de-pessimize op+ [2/2]: overload on rvalue LHSMarc Mutz2022-12-075-11/+26
* WASM: don't use a static_assert when an #error would sufficeGiuseppe D'Angelo2022-12-071-1/+1