summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix handling of time-zone gap in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-10-121-2/+4
* CMake: Fix adding generated resources on iOS with CMake and XcodeMike Achtelik2021-10-121-0/+8
* QList::iterator: use templates for advancing operatorsThiago Macieira2021-10-121-10/+22
* Doc: Fix usage of \summary macroTopi Reinio2021-10-1219-35/+35
* QPoint: Don't claim that QPoint[F]::dotProduct() produces length squaredIevgenii Meshcheriakov2021-10-121-2/+2
* QEventDispatcherWasm: Fix typo in debug messageJonas Kvinge2021-10-121-1/+1
* corelib: Fix typos in documentationJonas Kvinge2021-10-1238-55/+55
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-1250-67/+67
* QOffsetStringArray: rewrite in modern C++17Thiago Macieira2021-10-111-116/+87
* qconfig.cpp: Remove the install dateThiago Macieira2021-10-111-2/+0
* QPlugin: add qt_plugin_query_metadata_v2() to dynamic pluginsThiago Macieira2021-10-112-13/+29
* QPlugin: suppress the "QTMETADATA !" magic in static pluginsThiago Macieira2021-10-112-6/+17
* Fix compilation error with MSVC 2019 and C++20Sona Kurazyan2021-10-121-1/+1
* QUtf32: fix bad assertion in convertFromUnicodeThiago Macieira2021-10-111-2/+1
* Set tm_isdst = -1 before calling mktime()Edward Welbourne2021-10-111-0/+3
* Broaden condition on use of MS's localtime_s()Edward Welbourne2021-10-111-2/+2
* avoid max macro expansion on windows if NOMINMAX is missingAlexander Neumann2021-10-111-1/+1
* Remove union in QFileSystemEngineDavid Skoland2021-10-111-4/+3
* QString: Use QStringIterator in QtPrivate::isRightToLeft()Ievgenii Meshcheriakov2021-10-091-15/+21
* Optimize QPromise destructorSona Kurazyan2021-10-083-8/+33
* QtTest: fix build with MinGW/GCC 9: no std::mutex supportThiago Macieira2021-10-081-9/+17
* Fix compilation with -traceFabian Kosmale2021-10-071-1/+1
* Doc: Remove mentioning of CMake 3.9 minimum versionKai Köhne2021-10-071-2/+0
* Return a plain QMetaObject* from toDynamicMetaObject()Ulf Hermann2021-10-072-2/+5
* QElfParser: rewrite using elf.hThiago Macieira2021-10-063-167/+499
* Add a safer way to use QThreadPool::reserveThreadAllan Sandfeld Jensen2021-10-062-0/+54
* QLocalSocket/Win: stop reading in close()Alex Trotsenko2021-10-062-4/+21
* macOS: Disable PCRE JIT when running under RosettaTor Arne Vestbø2021-10-051-0/+6
* Add basic android multi-abi support for CMake projectsAlexey Edelev2021-10-053-15/+177
* QSFPM: remove redundant call to update_source_sort_column()David Faure2021-10-051-2/+1
* Doc: remove unnecessary newline in snippetKai Köhne2021-10-051-1/+0
* Doc: Make it explicit when CMake API is definedKai Köhne2021-10-0516-0/+35
* Remove QWeakPointer::operator->Fabian Kosmale2021-10-051-4/+0
* QPlugin: pass the direct header to qJsonFromRawLibraryMetaData()Thiago Macieira2021-10-045-7/+23
* QHash: suppress annoying GCC warning about allocation size too bigThiago Macieira2021-10-041-20/+31
* wasm: add simd supportLorn Potter2021-10-052-1/+8
* Fix __cpp_lib_hypot related error when building in macosAlexey Edelev2021-10-052-2/+2
* QPlugin: add error messages to the qt_get_metadata()Thiago Macieira2021-10-041-6/+7
* QPlugin: simplify handling of exact results from Q{Elf,Mach}ParserThiago Macieira2021-10-042-41/+27
* Q{Elf,Mach}Parser: harmonize the arguments passedThiago Macieira2021-10-045-69/+51
* QPlugin: update the arch requirements to match the x86-64 ISA levelsThiago Macieira2021-10-043-7/+79
* QPlugin: use one global metadata magic stringThiago Macieira2021-10-042-34/+20
* QPlugin: move some of the logic from moc's output to qplugin.hThiago Macieira2021-10-041-8/+68