summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin/qcoffpeparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Allow brace initialization for some of QLatin1StringView constructorsSona Kurazyan2022-04-011-1/+1
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-5/+5
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-4/+5
* QCoffPeParser: simplify std::optional checkMarc Mutz2022-02-011-1/+1
* Q*Parser: Replace "data" with "contents" in stringsRobert Löhning2022-01-121-1/+1
* QCoffParser: Replace windows.h with qt_windows.hYuhang Zhao2021-12-091-4/+1
* Q{CoffPe,Elf,MachO}Parser: check that the magic string is presentThiago Macieira2021-11-191-3/+8
* QPluginLoader: add COFF PE file parserThiago Macieira2021-11-191-0/+416