summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* macOS: Disable PCRE JIT when running under RosettaTor Arne Vestbø2021-10-051-0/+6
* 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
* CMake: Allow providing custom QT_ANDROID_SDK_BUILD_TOOLS_REVISIONAssam Boudjelthia2021-10-051-2/+5
* wasm: add simd supportLorn Potter2021-10-052-1/+8
* QEventLoop: remove unnecessary bits of Qt 5 suggestionThiago Macieira2021-10-041-3/+1
* Doc: Add overview pages to CMake APIKai Köhne2021-10-0419-15/+85
* Fix reference to quitOnLastWindowClosed in WA_QuitOnClose docsTor Arne Vestbø2021-10-041-1/+1
* Doc: Add summary to CMake commandsKai Köhne2021-10-0419-35/+35
* Let QLocale::uiLanguages() use WinRT API when possibleIvan Solovev2021-10-012-2/+32
* QWinRtFunctions::await() - introduce early exit conditionIvan Solovev2021-10-011-8/+19
* Doc: Use correct \relates targetPaul Wicking2021-10-011-2/+2
* Fix QDir::entryList to work for directories that end with '.lnk'Karsten Heimrich2021-09-303-5/+5
* QDateTime: fix build with MinGW: need unistd.h very earlyThiago Macieira2021-09-301-3/+0
* QMetaType: Expand and clean up converter/view function documentationFabian Kosmale2021-09-303-30/+118
* 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: 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
* Revert "QProcess: do not emit aboutToClose() twice"Alex Trotsenko2021-09-241-0/+1
* 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
* QThread: Work around potential crash during objectName accessFabian Kosmale2021-09-242-3/+14
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-241-2/+2
* QFileSystemWatcher: fix QWindowsFileSystemWatcherEngine crashesTim Jenssen2021-09-241-1/+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
* tst_qmetatype: Fix operator< detection for std::optionalFabian Kosmale2021-09-211-0/+2
* Compile autotests for IntegrityTatiana Borisova2021-09-211-1/+1
* 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
* QProcess: do not emit aboutToClose() twiceAlex Trotsenko2021-09-191-1/+0
* qSwap: make it constexprGiuseppe D'Angelo2021-09-181-1/+1
* Fix compile with MinGW-W64 9.0.0: Redefinition of 'struct _FILE_ID_INFO'Jonas Kvinge2021-09-181-2/+2
* CMake: Add option in qt6_wrap_cpp to output a metatypes json fileAlexandru Croitor2021-09-181-5/+34
* QStringBuilder: fix warning about memcpying onto QCharThiago Macieira2021-09-171-1/+1
* Don't unload libraries on Darwin-based operating systemsTor Arne Vestbø2021-09-171-0/+5
* Ensure _qt_is_android_executable is set for internal executables tooCraig Scott2021-09-171-1/+1
* Rewrite Qt Resource System overviewKai Köhne2021-09-1612-178/+332
* Doc: Centralize RFC documentation-links in rfc.qdocLuca Di Sera2021-09-1612-29/+23
* Teach QLocale::system() to use narrow formatIvan Solovev2021-09-165-20/+95
* qlocale_mac: make sure that helper functions return QVariantIvan Solovev2021-09-161-25/+25
* Fix system locale instantiationIvan Solovev2021-09-161-1/+1
* Allow finalizers to be delayed to later in the same directory scopeCraig Scott2021-09-161-0/+27
* QThreadPool: Fix restarting of expired threadsIevgenii Meshcheriakov2021-09-151-0/+5
* QElfParser: remove one more unnecesary variable from the ELF parserThiago Macieira2021-09-142-3/+2
* QElfParser: don't attempt to parse ELF files of the wrong endiannessThiago Macieira2021-09-142-21/+12
* QElfParser: don't use int for the enumThiago Macieira2021-09-143-4/+5
* QPlugin/QFactoryLoader: remove Qt 5 plugin remnantsThiago Macieira2021-09-141-3/+0
* QPlugin: remove Q_EXTERN_C macroThiago Macieira2021-09-141-13/+4