summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* QAbstractItemModel: Fix Qt::TextAlignmentRole when metatype is uintJonas Kvinge2022-05-221-4/+8
* QMetaType: disable conversion from smart pointer<const QObject>Giuseppe D'Angelo2022-05-211-1/+1
* Make all loads of QAtomicPointer QObjectPrivate::threadData explicitMarc Mutz2022-05-203-5/+5
* Optimize reads from QObjectPrivate::threadDataMarc Mutz2022-05-202-5/+5
* macOS: Try to get SIP configuration via private syscall if possibleTor Arne Vestbø2022-05-201-4/+15
* Move remaining time_t code from qdatetime.cpp to QLocalTimeEdward Welbourne2022-05-204-338/+338
* Split qtLocalTime out into a new QLocalTime namespaceEdward Welbourne2022-05-205-77/+160
* Replace qt_mktime(), avoiding out-parameters and conversionsEdward Welbourne2022-05-201-115/+131
* Eliminate the msecsToTime() overload with out-parametersEdward Welbourne2022-05-201-26/+12
* Refactor QDateTimePrivate::*MSecsToEpochMSecs()Edward Welbourne2022-05-202-154/+148
* Refactor qt_localtime()Edward Welbourne2022-05-201-85/+87
* QDateTime::setMSecsSinceEpoch(): push more work into a helper functionEdward Welbourne2022-05-202-67/+84
* Fix wrong QDateTime::isValid() to use the right QFlags methodEdward Welbourne2022-05-201-1/+1
* Simplify msecsToTime() and two callers by using QRoundingDownEdward Welbourne2022-05-201-24/+19
* CMake: Ensure creation of a unique iOS bundle identifierAlexandru Croitor2022-05-201-0/+17
* CMake: Improve iOS bundle identifier handlingAlexandru Croitor2022-05-201-24/+66
* CMake: Use the PRODUCT_NAME for the iOS display name like qmakeAlexandru Croitor2022-05-201-0/+11
* CMake: Pick first non-free team id for iOS Xcode projectsAlexandru Croitor2022-05-201-20/+83
* CMake: Set iOS default code style signing to AutomaticAlexandru Croitor2022-05-201-0/+16
* CMake: Set default xcode device family to iPhone and iPadAlexandru Croitor2022-05-201-0/+16