summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin
Commit message (Expand)AuthorAgeFilesLines
* Switch a comma operator to a IILEGiuseppe D'Angelo2021-09-191-1/+1
* Don't unload libraries on Darwin-based operating systemsTor Arne Vestbø2021-09-171-0/+5
* Doc: Centralize RFC documentation-links in rfc.qdocLuca Di Sera2021-09-161-1/+1
* QElfParser: stop trying to look into the .rodata sectionThiago Macieira2021-09-141-3/+2
* QPlugin: make the macros match the scanning code for ELF systemsThiago Macieira2021-09-142-2/+2
* 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
* QPlugin/QFactoryLoader: remove Qt 5 plugin remnantsThiago Macieira2021-09-141-3/+0
* QPlugin: remove Q_EXTERN_C macroThiago Macieira2021-09-141-13/+4
* QElfParser: don't use int for the enumThiago Macieira2021-09-133-4/+5
* Doc: fix a bunch of qdoc warnings from wrong prototypesVolker Hilsheimer2021-09-031-2/+2
* QLibrary: use QStringTokenizer in isLibrary()Marc Mutz2021-08-211-15/+25
* QLibrary: remove dead checkMarc Mutz2021-08-181-2/+1
* QLibrary: succeed early for .dylib on DarwinMarc Mutz2021-08-161-4/+5
* QUuid: port to QAnyStringViewMarc Mutz2021-07-302-42/+26
* QUuid: port fromRfc4122() to QByteArrayViewMarc Mutz2021-07-282-15/+17
* QUuid: remove Windows-only pre-C++11 constructor implementationMarc Mutz2021-07-091-11/+0
* QUuid: clean up pre C++11 constructorsMarc Mutz2021-07-081-26/+0
* QLibrary: fix some implicit QFlags->int conversionsGiuseppe D'Angelo2021-05-122-3/+3
* Android: take JavaVM() from QJniEnvironment and not QtAndroidPrivateAssam Boudjelthia2021-02-111-2/+3
* Remove the qmake project filesJoerg Bornemann2021-01-071-38/+0
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Android: fix crash by passing the right Handle to dlsym()Assam Boudjelthia2020-11-031-2/+2
* Doc: Fix various documentation issues for Qt CoreTopi Reinio2020-10-311-2/+2
* Whitespace cleanup in corelib/ mimetypes, plugin and threadAllan Sandfeld Jensen2020-10-2114-38/+33
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Fix some qdoc warnings from QStaticPluginVolker Hilsheimer2020-09-281-28/+25
* QStaticPlugin: Reorder class membersVolker Hilsheimer2020-09-251-5/+4
* QLibrary: Use QTaggedPointer for the did_load flagUlf Hermann2020-09-222-19/+19
* QUuid: merge toString() overloads and toByteArray() overloadsEdward Welbourne2020-09-142-94/+4
* Fix a number of MSVC integer conversion warningsFriedemann Kleint2020-09-101-1/+1
* Make QUUid constructors from string like types explicitLars Knoll2020-08-271-3/+3
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-9/+9
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-1/+1
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-244-68/+0
* Suffix qt_pluginMetaData with class nameTor Arne Vestbø2020-07-161-4/+4
* QFactoryLoader: Do not call unload() automaticallyUlf Hermann2020-07-011-4/+1
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-293-5/+5
* Use QList instead of QVector in corelibJarek Kobus2020-06-251-2/+2
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-2/+2
* Port remaining usages of QStringRef in QtCore to QStringViewLars Knoll2020-06-122-5/+5
* Remove winrtOliver Wolff2020-06-062-27/+0
* QFactoryLoader: port a local QStringList to QDuplicateTrackerMarc Mutz2020-06-051-3/+3
* Add missing lock in QFactoryLoaderAlex Blasche2020-06-031-0/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-111-0/+3
|\
| * QFactoryLoader: Fix warning about binary JSON being deprecatedThiago Macieira2020-04-091-0/+3
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-092-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-083-6/+11
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-083-2/+7
| |\
| | * QLibrary: fix deadlock caused by fix to QTBUG-39642Thiago Macieira2020-04-063-2/+7