summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add QCOMPARE_{EQ,NE,LT,LE,GT,GE}()Ivan Solovev2022-06-031-0/+1
* Simplify construction of two QTime instancesEdward Welbourne2022-06-031-4/+2
* Add MINS_PER_HOUR constant and avoid a Coverity overflow warningEdward Welbourne2022-06-033-13/+19
* wasm: add support for blocking socketsMorten Johan Sørvig2022-06-022-54/+180
* Endian: Allow special bitfield union fields to cover the whole storageUlf Hermann2022-06-021-1/+6
* qxp::function_ref: drop use of q23::invoke_rMarc Mutz2022-06-021-5/+3
* Short live qxp::function_ref!Marc Mutz2022-06-022-0/+177
* Short live q23::invoke_r!Marc Mutz2022-06-022-0/+50
* CMake: Change QT_RESOURCE_TARGET_DEPENDENCY property to be internalAlexandru Croitor2022-06-021-1/+6
* QTemporaryFile: document rename() differences from QFileThiago Macieira2022-06-011-8/+32
* Short live q20::is_sorted{,_until}!Marc Mutz2022-06-011-0/+28
* wasm: refactor event dispatcher wait logicMorten Sørvig2022-06-012-88/+150
* wasm: don't enable specialHTMLTargets by defaultMorten Sørvig2022-06-011-0/+1
* wasm: export a few symbolsLorn Potter2022-06-011-7/+9
* Long live QAtomicScopedValueRollback (private API)!Marc Mutz2022-05-312-0/+96
* Convert Since ... comments on \value lines to [since ...] parametersEdward Welbourne2022-05-316-291/+291
* QFileSystemEngine/Win: simplify codeThiago Macieira2022-05-301-15/+12
* QFileSystemEngine/Win: fix incorrect buffer size in currentPath()Thiago Macieira2022-05-301-1/+1
* Android: Extend make_apk target with the sign optionBartlomiej Moskal2022-05-302-1/+32
* QMap: remove more docs referring to multiple values for the same keyGiuseppe D'Angelo2022-05-292-37/+4
* qglobal.h: use the GCC attribute for nothrow in C modeThiago Macieira2022-05-271-1/+5
* qglobal.h: reorganize and simplify the C++11 keyword macrosThiago Macieira2022-05-271-64/+23
* qglobal.h: remove superfluous C++11 check from Qt 5.6Thiago Macieira2022-05-271-6/+0
* Add compile-time generation of JNI class namesVolker Hilsheimer2022-05-273-2/+47
* Core: make CLDR data constexprYuhang Zhao2022-05-272-30/+30
* Optimize QThreadPrivate::addObjectWithPendingBindingStatusChange()Marc Mutz2022-05-262-9/+14
* Core: make Unicode Database constexprYuhang Zhao2022-05-261-11/+11
* Fix Windows display versionYuhang Zhao2022-05-261-5/+10
* Short live q20::remove_cvref{,_t}!Marc Mutz2022-05-261-0/+13
* q20functional.h: transitively include <functional>Marc Mutz2022-05-261-0/+2
* QMap: fix values() documentationGiuseppe D'Angelo2022-05-251-3/+1
* macOS: Add private API to ensure that a process is responsible/disclaimedTor Arne Vestbø2022-05-252-0/+54
* QStringConverter: Do not crash if invalidFabian Kosmale2022-05-251-4/+26
* QUnicodeTools: Fix line breaking before open parenthesesIevgenii Meshcheriakov2022-05-241-4/+18
* Unicode: Extract EastAsianWidth propertyIevgenii Meshcheriakov2022-05-242-9759/+9911
* QUnicodeTools: Fix line breaking for potential emojisIevgenii Meshcheriakov2022-05-241-0/+11
* QUnicodeTools: Fix interactions of WB3d and WB4 rulesIevgenii Meshcheriakov2022-05-241-2/+7
* QUnicodeTools: Handle WB3c word break ruleIevgenii Meshcheriakov2022-05-241-2/+12
* Unicode: Remove obsolete word break classesIevgenii Meshcheriakov2022-05-243-33/+25
* QUnicodeTools: Adjust properties of WSegSpace word break classIevgenii Meshcheriakov2022-05-241-23/+23
* QUnicodeTools: Fix handling of LB22 line break ruleIevgenii Meshcheriakov2022-05-241-11/+11
* QUnicodeTools: Remove ZWJ data from the line break tableIevgenii Meshcheriakov2022-05-241-38/+37
* QUnicodeTools: Fix handling of ZWJ for line breaksIevgenii Meshcheriakov2022-05-241-3/+2
* Fix race conditions in moveToThreadFabian Kosmale2022-05-243-33/+135
* QStringConverter: use the QUtf8 codec when Windows is using UTF-8Thiago Macieira2022-05-232-4/+32
* QVector: make sure the forwarding headers for the Java iterators existThiago Macieira2022-05-231-0/+6
* Fix CLDR version in qt_attribution.jsonIevgenii Meshcheriakov2022-05-231-2/+2
* Compile-time generate a JNINativeMethod from a C functionVolker Hilsheimer2022-05-232-0/+34
* qglobal: resolve one Qt6 TODOYuhang Zhao2022-05-231-12/+4
* Implement in QLocalTime the offset functions V4 Date needsEdward Welbourne2022-05-222-0/+56