summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Android: print jni exceptions from Qt instead of ExceptionDescribe()Assam Boudjelthia2023-01-201-12/+65
* QVarLengthArray: fix off-by-size() bug in growBy()Marc Mutz2023-01-201-1/+1
* QtCore removed_api.cpp: fix missing instruction comment in 6.5 blockMarc Mutz2023-01-201-0/+4
* QUrlQuery: add missing move constructorThiago Macieira2023-01-202-0/+11
* QUrlQuery: fix operator== for emptied object caseThiago Macieira2023-01-201-1/+5
* Fix build with GCC 13: target specific option mismatchThiago Macieira2023-01-191-7/+13
* Optimize QXmlStreamWriterPrivate::doWriteToDevice(QLatin1StringView)Marc Mutz2023-01-191-4/+8
* [doc] Warn users about data races regarding qt_ntfs_permission_lookupMate Barany2023-01-182-0/+10
* QXmlStreamReader: fix spelling of PrivateConsructorTagMarc Mutz2023-01-183-5/+5
* Inline two move-constructors in qtimezone.hEdward Welbourne2023-01-182-12/+4
* Correct #if-ery on a pair of qtimezone.h forward declarationsEdward Welbourne2023-01-181-1/+1
* Tidy up in qtimezone.hEdward Welbourne2023-01-181-1/+1
* Remove GENERATE_METATYPESAmir Masoud Abdol2023-01-181-1/+2
* QLocationPermission: make enums have explicit underlying typeMarc Mutz2023-01-181-2/+8
* [doc] QCalendarPermission: fix cut'n'paste errorMarc Mutz2023-01-181-1/+1
* Replace $<CONFIGURATION> with $<CONFIG>Amir Masoud Abdol2023-01-181-1/+1
* QString: add note about isNull() vs. isEmpty() to more methodsAhmad Samir2023-01-181-0/+7
* QUrl: restore empty-but-not-null for components that are presentThiago Macieira2023-01-181-6/+8
* Suppress GCC 13's -Wmaybe-uninitialized in q_uninitialized_relocate_nThiago Macieira2023-01-181-0/+5
* QUnicodeTools: Use QVarLengthArray in Thai support codeIevgenii Meshcheriakov2023-01-171-41/+20
* qproperty.h: Make ctors explicitFabian Kosmale2023-01-171-4/+4
* qarraydataops.h: Pass initializer_list by value in copyRangesFabian Kosmale2023-01-171-1/+1
* Restrict the minimum supported ICU version to 50.1Alexey Edelev2023-01-171-1/+3
* [doc] QPermission: some fixesMarc Mutz2023-01-171-2/+2
* QStringView: remove pointless Q_ASSERT in toString()Marc Mutz2023-01-171-1/+1
* Slow Deprecation of FILENAME_VARIABLE, replacement by OUTPUT_SCRIPTAmir Masoud Abdol2023-01-176-19/+60
* QUnicodeTools: Use a global static to manage libthai stateIevgenii Meshcheriakov2023-01-171-48/+85
* QVarLengthArray: cope with vector<unique_ptr>'s copyabilityMarc Mutz2023-01-171-23/+16
* Pass flags with dash to rc.exe when auto-generating win32 rc filesPeter Varga2023-01-161-1/+1
* CMake: Fix exposing sources with absolute path to IDEJoerg Bornemann2023-01-161-11/+15
* QCryptographicHash: no need to store return values just to ignore themJan Grulich2023-01-161-4/+2
* Move QMetaMethod ctor back into a private sectionMårten Nordheim2023-01-161-0/+2
* QUnicodeTools: Use thread-safe libthai APIIevgenii Meshcheriakov2023-01-161-5/+21
* Add CTF tracing backendAntti Määttä2023-01-1413-3/+955
* Add tracing metadata to QEvent and QImageFormatAntti Määttä2023-01-142-8/+184
* Add metadata support to tracegen and tracepointgen toolsAntti Määttä2023-01-141-0/+45
* QPermission: don't hide SFINAE constraintsMarc Mutz2023-01-132-20/+22
* QPermission: fight template bloat in data()Marc Mutz2023-01-132-6/+21
* Add find package for lttng library so that it gets added to targetAntti Määttä2023-01-131-2/+0
* Add tracepointgen tool and convert qtgui to use itAntti Määttä2023-01-131-0/+76
* Move q20::remove_cvref to q20type_traits.hMarc Mutz2023-01-125-15/+46
* QVarLengthArray: Extract Method growBy()Marc Mutz2023-01-121-3/+5
* QVarLengthArray::resize_impl: don't default argument, overloadMarc Mutz2023-01-121-3/+9
* Q{Contact,Calendar}Permission: rename isReadOnly → isReadWriteMarc Mutz2023-01-123-24/+28
* Q<Concrete>Permission: unexport classesMarc Mutz2023-01-121-18/+18
* QPermission: add missing \since 6.5Marc Mutz2023-01-121-0/+1
* QCryptographicHash[OpenSSL]: allow to get intermediary resultJan Grulich2023-01-121-2/+4
* QCryptographicHashPrivate: repack, by moving the enum to the endThiago Macieira2023-01-121-2/+2
* QCryptographicHash: add a mutex to writing to the resultsThiago Macieira2023-01-121-39/+50
* QCryptographicHashPrivate: standardize on quint8Thiago Macieira2023-01-121-5/+4