summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Remove unused qapplicationpermission.hJoerg Bornemann2021-10-224-82/+0
* Doc: QString: formalize that we now include the QBA's nullsThiago Macieira2021-10-211-7/+36
* QLatin1String: harmonize null byte handling with the rest of QStringThiago Macieira2021-10-221-3/+3
* Avoid warnings when compiling bootstrap library without zstdUlf Hermann2021-10-211-0/+4
* Move the ABI tag from minimum-linux.S to qlibraryinfo.cppThiago Macieira2021-10-214-111/+44
* Doc: QByteArrayMatcher: add note that the pattern must remain on scopeThiago Macieira2021-10-211-4/+9
* QFactoryLoader: continue the port from JSON to CBORThiago Macieira2021-10-203-20/+43
* QPlugin: keep the CBOR data as CBORThiago Macieira2021-10-206-78/+110
* Remove WIN32 and MACOSX_BUNDLE arguments when building Android binaryAlexey Edelev2021-10-201-1/+1
* QDateTime: Limit string processing to known boundariesMårten Nordheim2021-10-201-6/+18
* Fix metatype declaration for QHash/QMultiHash with no operator==Sona Kurazyan2021-10-201-6/+14
* Help the compiler avoid duplicate TLS lookupsUlf Hermann2021-10-201-2/+4
* Optimize QObjectCompatProperty::notifyUlf Hermann2021-10-203-25/+44
* QObjectCompatProperty: Add support for custom gettersIevgenii Meshcheriakov2021-10-203-11/+31
* Make QDir::mkpath() return true when given an existing root pathKarsten Heimrich2021-10-201-0/+2
* Make QDir::mkpath() return true when given an existing drive nameKarsten Heimrich2021-10-201-1/+1
* Compile Private API autotests for INTEGRITYTatiana Borisova2021-10-201-1/+1
* Disable copy and move for QPropertyObserverNodeProtectorUlf Hermann2021-10-191-1/+4
* QPluginLoader: use constexpr variables for detecting debug pluginsThiago Macieira2021-10-181-10/+14
* Inline a few methods of QPropertyObserverPointerUlf Hermann2021-10-182-99/+111
* Allow negative delta for designer animation driverAntti Määttä2021-10-182-2/+6
* Update UCD to Revision 28Ievgenii Meshcheriakov2021-10-185-6594/+7031
* QProperty: Eliminate further unnecessary TLS operationsUlf Hermann2021-10-182-6/+13
* QProperty: Don't needlessly calculate inBindingWrapper()Ulf Hermann2021-10-181-14/+14
* Decouple quitOnLastWindowClosed from quitLockEnabledTor Arne Vestbø2021-10-182-13/+30
* Fix docs for comparison/debug/data stream operators of Qt containersSona Kurazyan2021-10-188-0/+161
* Q_GLOBAL_STATIC: suppress warning about expressions in noexcept()Thiago Macieira2021-10-181-1/+4
* QPlugin: Move the plugin metadata to a note in ELF platformsThiago Macieira2021-10-182-17/+249
* QUtf32: remove set-but-not-used variableThiago Macieira2021-10-181-4/+0
* Deduplicate lastWindowClosed handlingTor Arne Vestbø2021-10-161-4/+4
* Remove zlib from bootstrap libraryJoerg Bornemann2021-10-161-0/+2
* QList: deprecate iterator<->pointer implicit conversions (3/3)Giuseppe D'Angelo2021-10-161-2/+14
* QList: deprecate iterator<->pointer implicit conversions (2/3)Giuseppe D'Angelo2021-10-161-4/+20
* QList: deprecate iterator<->pointer implicit conversions (1/3)Giuseppe D'Angelo2021-10-161-8/+18
* QList: add mixed comparison operators between (const_)iteratorsGiuseppe D'Angelo2021-10-151-2/+15
* Optimize mime type matchingJarek Kobus2021-10-143-36/+92
* Convert Latin1 to UTF-16 before passing to ICU APIEdward Welbourne2021-10-141-5/+5
* Fix segfault in QItemSelectionModel::hasSelectionAndreas Buhr2021-10-141-2/+5
* qtlogging: Document QT_MESSAGELOGCONTEXT defineKevin Funk2021-10-141-1/+5
* QTimer: Add \note in documentationFan RuiJie2021-10-141-0/+2
* CMake: Make LTO build workThiago Macieira2021-10-132-2/+1
* qfloat16: re-merge the F16C content into qfloat16.cppThiago Macieira2021-10-133-133/+29
* CMake: remove support for building Qt with the old Intel compilerThiago Macieira2021-10-131-7/+1
* QList: remove yet another iterator->pointer implicit conversionGiuseppe D'Angelo2021-10-131-1/+5
* QArrayDataOps: improve appendIteratorRangeGiuseppe D'Angelo2021-10-131-4/+14
* QList: code tidiesGiuseppe D'Angelo2021-10-131-19/+19
* Document QFutureWatcher::isFinished behavior changeMårten Nordheim2021-10-131-0/+4
* Doc: Fix \notes in QObjectIvan Tkachenko2021-10-131-3/+3
* Add suffixes to loop variables for Q_FOREACHIevgenii Meshcheriakov2021-10-131-4/+9
* Guard WinRT API code for clang-clPeter Varga2021-10-122-5/+6