summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Split some iOS handling code into separate functionsAlexandru Croitor2022-05-201-1/+12
* Add option to not include native libraries in APKTinja Paavoseppä2022-05-203-3/+47
* QCoreApplication/QPostEventList: fix int/qsizetype mismatchesMarc Mutz2022-05-192-15/+15
* QCoreApplication: port some indexed to ranged for loopsMarc Mutz2022-05-191-10/+6
* qglobal.h: #include <stdbool.h> in C modeThiago Macieira2022-05-182-1/+1
* Fix return value of qGlobalPostedEventsCount()Marc Mutz2022-05-182-4/+4
* Make qGlobalPostedEventsCount() auto-test-exported-onlyMarc Mutz2022-05-182-2/+2
* Remove manual declarations of qGlobalPostedEventsCount()Marc Mutz2022-05-182-3/+1
* Optimize atomics in QObject::moveToThread() [2/2]: de-duplicate loadsMarc Mutz2022-05-181-1/+1
* Optimize atomics in QObject::moveToThread() [1/2]: relax a pointer loadMarc Mutz2022-05-181-1/+1
* Fix data race in QObject::moveToThread()Marc Mutz2022-05-181-1/+1
* qobject_p.h: remove unused qreadwritelock.h includeMarc Mutz2022-05-172-1/+1
* QPropertyBindingPrivate: de-inline functions that modify heapObserversMarc Mutz2022-05-172-16/+20
* QReadWriteLock: fix another data race in stateForWaitCondition()Marc Mutz2022-05-171-0/+1
* Fix int/qsizetype mismatches in qstring.hMarc Mutz2022-05-171-7/+6
* Give some TLC to FlaggedDebugSignaturesMarc Mutz2022-05-171-7/+5
* QObject: Turn flaggedSignatures into a thread_local staticMarc Mutz2022-05-172-25/+22
* QJniHelpers: don't rely on qreadwritelock.h transitive includeMarc Mutz2022-05-171-0/+1
* Doc: Document qt_add_resources' OUTPUT_TARGETS argumentJoerg Bornemann2022-05-171-0/+6
* Add qsimd_x86_p.h to the QtCore source treeAlexey Edelev2022-05-171-0/+6
* Return specific types for frequently used Java objectsVolker Hilsheimer2022-05-176-9/+51
* Fold methods for object return type into generic methodsVolker Hilsheimer2022-05-172-103/+126
* QString: don't use utf16() just to create a u16stringMarc Mutz2022-05-161-1/+1
* QReadWriteLock: fix data race in stateForWaitCondition()Marc Mutz2022-05-161-1/+1