summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* QFutureInterfaceBasePrivate: pack to remove paddingThiago Macieira2022-12-061-3/+3
* QAnyStringView: move the two assertions to a central placeThiago Macieira2022-12-072-2/+1
* QAnyStringView: move the tag bits to the LSB for Qt 7Thiago Macieira2022-12-061-10/+17
* Q{Latin1,}StringView: invert members so the order is (data,size) in Qt7Thiago Macieira2022-12-062-10/+27
* qcompilerdetection.h: de-duplicate feature test macro discussionMarc Mutz2022-12-071-4/+4
* Remove the deprecated TYPE option from qt_add_pluginAmir Masoud Abdol2022-12-071-18/+0
* wasm: add support for wasm64 buildLorn Potter2022-12-072-0/+4
* QLoggingCategory: enable fatal messages if critical is disabledGiuseppe D'Angelo2022-12-061-1/+5
* Add a centralized dependent_false typeGiuseppe D'Angelo2022-12-062-2/+8
* Improve documentation of QDateTime::toTimeSpec() and its familyEdward Welbourne2022-12-051-6/+14
* QDateTime::to{LocalTime,UTC}(): relocate to among related codeEdward Welbourne2022-12-051-51/+48
* Clean up QDateTime documentationEdward Welbourne2022-12-051-28/+31
* QDateTime::fromM?SecsSinceEpoch() docs: add missing noteEdward Welbourne2022-12-051-0/+13
* QDateTime docs: use plainer language to talk about time since 1970Edward Welbourne2022-12-051-24/+26
* QDateTime::set{TimeSpec,TimeZone,OffsetFromUTC}: s/will/may/Edward Welbourne2022-12-051-3/+3
* QDateTime::fromM?SecsSinceEpoch(): fix indent of docEdward Welbourne2022-12-051-25/+25
* QDateTime docs: fix s/date-time/datetime/g for consistencyEdward Welbourne2022-12-051-11/+11
* Add comment on fallback for system zone IDEdward Welbourne2022-12-051-0/+1
* Document how to recognize an invalid QTimeZone::OffsetDataEdward Welbourne2022-12-051-2/+6
* Expand documentation of QTimeZone::M{in,ax}OffsetSecsEdward Welbourne2022-12-051-7/+7
* QTimeZone doc: mention the ICU escape from MS's bad APIsEdward Welbourne2022-12-051-0/+4
* Doc: Add documentation for qCFatal()Kai Köhne2022-12-052-4/+59
* wasm: add native QByteArray conversion functionsMorten Sørvig2022-12-055-0/+100
* Docs: Document the QT_ANDROID_SDK_BUILD_TOOLS_REVISION CMake variableNicholas Bennett2022-12-051-0/+20
* QMessageLogger: make qFatal categorized and streamableGiuseppe D'Angelo2022-12-053-6/+116
* QString: use memcmp() in ucstrncmp() where it's acceptableThiago Macieira2022-12-041-0/+7
* QString::toLatin1: do the same as fromLatin1 for sub-16 charactersThiago Macieira2022-12-041-30/+29
* QString::fromLatin1: improve the sub-16-character caseThiago Macieira2022-12-041-13/+21
* QString::{to,from}Latin1: add the ability to do overlapping tailsThiago Macieira2022-12-041-13/+31
* QString::toLatin1/SSE: simplify the code to merge question marksThiago Macieira2022-12-041-8/+7