| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark qtbase/src/corelib/plugin files as security-critical | Magdalena Stojek | 2025-06-04 | 1 | -0/+1 |
| * | Corelib: implement support for COFF-PE & DLLs in CYGWIN | Carlo Bramini | 2025-03-07 | 1 | -0/+3 |
| * | Straighten out various logging categories | Ulf Hermann | 2024-06-19 | 1 | -1/+1 |
| * | Remove extra semi-colons | Tasuku Suzuki | 2024-02-06 | 1 | -1/+1 |
| * | QPluginLoader: Fix the expected machine word for Windows on ARM | Martin Storsjö | 2022-09-27 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | Allow brace initialization for some of QLatin1StringView constructors | Sona Kurazyan | 2022-04-01 | 1 | -1/+1 |
| * | QtCore: Replace remaining uses of QLatin1String with QLatin1StringView | Sona Kurazyan | 2022-03-26 | 1 | -5/+5 |
| * | QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable | Sona Kurazyan | 2022-03-25 | 1 | -4/+5 |
| * | QCoffPeParser: simplify std::optional check | Marc Mutz | 2022-02-01 | 1 | -1/+1 |
| * | Q*Parser: Replace "data" with "contents" in strings | Robert Löhning | 2022-01-12 | 1 | -1/+1 |
| * | QCoffParser: Replace windows.h with qt_windows.h | Yuhang Zhao | 2021-12-09 | 1 | -4/+1 |
| * | Q{CoffPe,Elf,MachO}Parser: check that the magic string is present | Thiago Macieira | 2021-11-19 | 1 | -3/+8 |
| * | QPluginLoader: add COFF PE file parser | Thiago Macieira | 2021-11-19 | 1 | -0/+416 |