summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin
Commit message (Expand)AuthorAgeFilesLines
* Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-022-5/+5
* Fix calculation of the string tab size in QElfParserThiago Macieira2018-11-281-2/+2
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-271-1/+1
|\
| * Fix integer overflow in very long sections in ELF objectsThiago Macieira2018-09-151-1/+1
* | Android: Fix crashBogDan Vatra2018-09-031-1/+1
* | Plugins: Save some architectural requirement flagsThiago Macieira2018-09-013-6/+35
* | Plugins: store the metadata in CBOR instead of binary JSONThiago Macieira2018-09-016-32/+179
* | Windows code: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-08-302-3/+3
* | Merge branch '5.11' into devEdward Welbourne2018-07-314-11/+33
|\|
| * Plugins: fix crash if the binary JSON data contains invalid sizeThiago Macieira2018-07-194-11/+33
* | qlibrary_unix: work around compile bug in gcc5.4Mikhail Svetkin2018-07-181-4/+6
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-175-31/+25
|\|
| * ELF parser: fix off-by-one errorThiago Macieira2018-07-141-1/+1
| * QPluginLoader: limit the amount of memory used when scanning pluginsThiago Macieira2018-07-145-30/+24
* | Plugins: remove unused macroThiago Macieira2018-07-091-1/+0
* | QLibrary: find AVX2 (Haswell) optimized plugins and librariesThiago Macieira2018-07-092-0/+28
* | Tracepoints: refactor the existing tracepoint namesGiuseppe D'Angelo2018-06-282-3/+3
* | Make it easier to use resources in plugins when using static linkingSimon Hausmann2018-04-231-1/+11
* | macOS: Explicitly link to debug version of framework when neededTor Arne Vestbø2018-03-161-19/+12
|/
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-142-41/+23
|\
| * Remove QLibrary code path specific to HP-UX on PA-RISCKonstantin Tokarev2018-02-121-33/+2
| * Handle OOM condition in the validation of plugin metadataAndre de la Rocha2018-01-191-8/+21
* | Merge remote-tracking branch 'origin/dev' into 5.11Liang Qi2018-02-104-4/+15
|\ \
| * | Support for LTTNG and ETW tracingRafael Roquetto2018-01-284-4/+15
* | | QUuid: add a way to get the string form without the bracesThiago Macieira2018-02-032-7/+121
|/ /
* | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-4/+3
|\ \
| * | Fix -Wclazy-qstring-arg in Windows codeFriedemann Kleint2017-12-011-4/+3
* | | doc: Ensure GUID is declared for clangqdocMartin Smith2017-11-161-6/+6
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-051-1/+1
|\| |
| * | QRandomGenerator: add system() and global()Thiago Macieira2017-10-291-1/+1
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-192-6/+6
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-191-1/+2
|\|
| * Convert improper uses of qt_error_string() to QSystemError::stdString()Thiago Macieira2017-07-181-1/+2
* | QUuid, QHttpMultipart and QHash: use QRandomGeneratorThiago Macieira2017-06-122-88/+11
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-073-0/+5
|\|
| * QtCore: include mocsThiago Macieira2017-05-053-0/+5
* | QUuid: add fromString(QStringView/QLatin1String)Marc Mutz2017-04-202-62/+96
* | QUuid: de-duplicate uuid → string formattingMarc Mutz2017-04-191-28/+31
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-03-2014-67/+52
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-2014-67/+52
| |\|
| | * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-1314-67/+52
| | |\
| | | * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-0614-67/+52
| | | * streamline libdl detection and linkingOswald Buddenhagen2017-02-271-1/+1
* | | | Use new QStringList::contains(QL1S)Anton Kudryavtsev2017-03-201-2/+2
|/ / /
* / / QFactoryLoader: use QStringLiteral more judiciouslyAnton Kudryavtsev2017-03-191-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-244-14/+13
|\|
| * Move qJsonFromRawLibraryMetaData into qfactoryloader_p.hUlf Hermann2017-02-224-14/+13
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-02-171-21/+9
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-161-21/+9
| |\|
| | * Eliminate QT_NO_DYNAMIC_LIBRARYUlf Hermann2017-02-161-21/+9