summaryrefslogtreecommitdiffstats
path: root/src/core5
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add PURL and CPE info to 3rd party attribution filesHEADdevAlexandru Croitor13 hours1-0/+7
* Doc: Enable automatic linking to sources on code.qt.ioTopi Reinio9 days1-0/+3
* qt5compat: use qHashMulti & qHashRange instead of QHashCombineThiago Macieira2025-03-191-4/+1
* Make module ready for source SBOM checkingLucie Gérard2025-02-288-7/+7
* doc: Remove ConversionFlags and ConverterState documentationAxel Spoerl2025-02-241-15/+0
* doc: Add qtquick as a documentation dependencyDavid Boddie2025-02-241-1/+1
* doc: Remove invalid reimp commandsDavid Boddie2025-02-242-11/+0
* QtSAX: replace QScopedPointer with std::unique_ptr useMarc Mutz2025-01-243-5/+6
* QRegExp: replace QScopedPointer with std::optionalMarc Mutz2024-12-181-2/+4
* QStringRef: preserve null-ness when converting to QAnyStringViewMarc Mutz2024-12-151-0/+7
* QStringRef: fix lost null-ness when converting to QStringViewMarc Mutz2024-12-121-1/+1
* Add REUSE.toml files and missing licensesLucie Gérard2024-11-061-0/+36
* Doc: Enable documentation testing in the CITopi Reinio2024-11-041-0/+3
* QBinaryJson: increase compiler coverage of toString()Marc Mutz2024-10-241-10/+10
* QBinaryJson: don't rely on old QChar ctor conversionsMarc Mutz2024-10-231-1/+1
* QTextCodec: use DefaultConversion tooThiago Macieira2024-09-181-3/+6
* Doc: Remove usage of defunct QDoc commandPaul Wicking2024-08-261-2/+0
* CMake: Annotate some targets with SBOM informationAlexandru Croitor2024-07-111-0/+2
* QText{En,De}coder: use DefaultConversionThiago Macieira2024-04-101-2/+4
* Use NO_GENERATE_CPP_EXPORTS explicitlyAlexey Edelev2024-03-251-0/+1
* Improve documentation of QStringRef::compareJaishree Vyas2023-12-121-37/+36
* Doc: Fix \fn template arguments for Qt 5 Core CompatTopi Reinio2023-11-271-1/+2
* QTextCodec: retain input's nullness on {to,from}UnicodeVolker Hilsheimer2023-11-071-2/+6
* SAX: Remove unused QtXml/qtxmlglobal.h header inclusionAlexandru Croitor2023-10-051-1/+0
* Fix QStringRef::trimmed()Shawn Rutledge2023-07-251-3/+3
* QStringRef: drop dependency from QAbstractConcatenableVladimir Belyavsky2023-06-121-1/+1
* QTextCodec: Change remaining 0 to \nullptr in documentationAndre Hartmann2023-05-291-5/+5
* Resolve some duplicate macro definition errorsAmir Masoud Abdol2023-03-1411-65/+66
* Remove an unused enumAmir Masoud Abdol2023-02-261-4/+0
* Restrict the minimum supported ICU version to 50.1Alexey Edelev2023-01-171-1/+1
* Doc: Replace "Path" with "Files" in qt_attribution.jsonTopi Reinio2023-01-061-7/+7
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-193-6/+3
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-101-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-058-60/+60
* Adjust CMake condition and condition in code when including "big_codecs"Alexey Edelev2022-09-222-2/+2
* QTextCodec: add a marker so it isn't marked as Qt6_PRIVATE_APIThiago Macieira2022-08-291-0/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-232-2/+2
* qt5compat: opt in to reduced includesFabian Kosmale2022-07-301-0/+1
* QRegExp: include the QRegularExpression porting docsSona Kurazyan2022-07-282-137/+1
* Purge Q_DUMMY_COMPARISON_OPERATORFabian Kosmale2022-07-201-3/+0
* Eradicate QT_STRINGVIEW_LEVEL usesMarc Mutz2022-07-184-34/+0
* QLinkedList: only support data streaming if contained type doesVolker Hilsheimer2022-07-121-2/+4
* Prepare for adding -Wshorten-64-to-32 to headerscleanTor Arne Vestbø2022-07-091-2/+2
* Add license headers to cmake filesLucie Gérard2022-07-072-0/+6
* QTextCodec: make atomic operations explicitMarc Mutz2022-07-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-2365-2519/+139
* SAX: De-inline dtors of polymorphic classesMarc Mutz2022-06-212-7/+21
* Use placement operator new to value-initialize malloc'ed dataThiago Macieira2022-06-061-1/+1
* Port binary JSON to new special integer bitfieldsUlf Hermann2022-05-115-89/+127
* Qt5Compat: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-05-095-10/+10