summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of qthreadpoolAllan Sandfeld Jensen2021-10-012-40/+54
* Assume that <variant> header is always presentIevgenii Meshcheriakov2021-10-011-9/+0
* Remove checks for C++ standard versions C++17 and belowIevgenii Meshcheriakov2021-10-015-13/+6
* Fix QDir::entryList to work for directories that end with '.lnk'Karsten Heimrich2021-09-303-5/+5
* wasm: limit exec() workarounds to the main threadMorten Johan Sørvig2021-09-301-4/+6
* QMetaType: Expand and clean up converter/view function documentationFabian Kosmale2021-09-303-30/+118
* QDateTime: fix build with MinGW: need unistd.h very earlyThiago Macieira2021-09-291-3/+0
* MSVC: enforce that we are under /permissive-Giuseppe D'Angelo2021-09-291-0/+9
* Fix building of unit tests for Android in developer buildAndreas Buhr2021-09-291-1/+7
* QThread: Reset the system thread ID when thread exits on UnixIevgenii Meshcheriakov2021-09-291-0/+4
* QThread: Remove superfluous initialization of threadId on UnixIevgenii Meshcheriakov2021-09-281-1/+3
* QPlugin: reorganize findPatternUnloaded and remove two bool variablesThiago Macieira2021-09-241-16/+9
* Q{Elf,Mach}Parser: simplify the return codesThiago Macieira2021-09-246-73/+57
* QPlugin: don't use QFile::read() if map() fails on UnixThiago Macieira2021-09-241-2/+15
* Fix compile error on AndroidLars Knoll2021-09-241-2/+0
* Add docs for qt_extract_metatypes()Craig Scott2021-09-242-20/+85
* Add docs for qt_set_finalizer_mode()Craig Scott2021-09-244-20/+116
* Revert "QProcess: do not emit aboutToClose() twice"Alex Trotsenko2021-09-241-0/+1
* QFileSystemWatcher: fix QWindowsFileSystemWatcherEngine crashesTim Jenssen2021-09-231-1/+2
* Convert all QT_VERSION checks to compare against QT_VERSION_CHECK()Edward Welbourne2021-09-232-5/+6
* Remove fatuously true or false QT_VERSION checksEdward Welbourne2021-09-231-15/+1
* Add private qAbort helper functionTor Arne Vestbø2021-09-223-25/+35
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-221-2/+2
* Document qt_add_library() and update related docsCraig Scott2021-09-234-13/+186
* Add docs for qt_add_plugin()Craig Scott2021-09-233-9/+88
* QThreadPrivate: Remove threadForIdFabian Kosmale2021-09-221-3/+0
* Add isValidUtf8() methods to QUtf8StringView and QByteArray{,View}Ievgenii Meshcheriakov2021-09-227-0/+50
* Remove redundant semi-colonsAllan Sandfeld Jensen2021-09-221-4/+4
* QVariant::Private: select storage in get at compile timeFabian Kosmale2021-09-211-1/+1
* QVariant: write less haphazardly to dataFabian Kosmale2021-09-211-2/+2
* tst_qmetatype: Fix operator< detection for std::optionalFabian Kosmale2021-09-211-0/+2
* Improve version-related docs in qglobal.cppEdward Welbourne2021-09-212-23/+25
* QProperty: attempt to fix compilation with GCC 10Thiago Macieira2021-09-211-1/+1
* Refactor QWindowsPipeWriter::writeCompleted()Alex Trotsenko2021-09-211-5/+4
* Add docs for qt_allow_non_utf8_sources()Craig Scott2021-09-213-3/+55
* Add docs for qt_disable_unicode_defines()Craig Scott2021-09-212-1/+53
* QScoped(Array)Pointer: use the rule of 5Giuseppe D'Angelo2021-09-201-2/+3
* Compile autotests for IntegrityTatiana Borisova2021-09-201-1/+1
* Fix assorted misindented end-comment markers in qglobal.cppEdward Welbourne2021-09-201-14/+14
* Encourage use of QT_VERSION_CHECK()Edward Welbourne2021-09-203-15/+25
* Fix QDateTimeParser's handling of 't' format to match serializationEdward Welbourne2021-09-201-1/+4
* Plaster [[nodiscard]] on some RAII classesGiuseppe D'Angelo2021-09-192-4/+4
* Switch a comma operator to a IILEGiuseppe D'Angelo2021-09-191-1/+1
* QProcess: do not emit aboutToClose() twiceAlex Trotsenko2021-09-191-1/+0
* Q{LocalSocket|Process}/Win: handle write errorsAlex Trotsenko2021-09-184-0/+11
* CMake: Add option in qt6_wrap_cpp to output a metatypes json fileAlexandru Croitor2021-09-181-5/+34
* QWindowsPipeWriter: do not clear the buffer in thread pool callbackAlex Trotsenko2021-09-183-49/+89
* QVersionNumber: fix iterator/pointer mistakeGiuseppe D'Angelo2021-09-171-6/+6
* Remove conditioning on Android embeddedEdward Welbourne2021-09-1711-38/+37
* QCoreApplication: enforce non-null arguments when sending/posting eventsGiuseppe D'Angelo2021-09-171-5/+18