| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark qtbase/src/corelib/plugin files as security-critical | Magdalena Stojek | 2025-06-04 | 1 | -0/+1 |
| * | QLibrary/Darwin: don't use RTLD_NODELETE, just don't dlclose() | Thiago Macieira | 2025-05-25 | 1 | -0/+5 |
| * | Corelib: implement support for COFF-PE & DLLs in CYGWIN | Carlo Bramini | 2025-03-07 | 1 | -0/+6 |
| * | QLibrary/Unix: update the x86-64-v3 prefix path in our search | Thiago Macieira | 2024-07-10 | 1 | -2/+4 |
| * | QLibrary: move prefixes_sys() to the header and make it prefix_sys() | Thiago Macieira | 2024-07-08 | 1 | -6/+1 |
| * | qlibrary_unix.cpp: Make adding 'lib' prefix possible even when the file name ... | Rym Bouabid | 2024-06-19 | 1 | -2/+0 |
| * | QLibrary/Unix: fix mojibake of dlerror() | Thiago Macieira | 2024-06-18 | 1 | -4/+4 |
| * | Android: don't call JNI_OnLoad for libraries opened with QLibrary | Volker Hilsheimer | 2024-04-16 | 1 | -8/+0 |
| * | QLibrary: fake RLTD_NODELETE by not calling dlclose() | Thiago Macieira | 2024-04-03 | 1 | -3/+6 |
| * | QLibrary/Unix: remove two unused, exported private functions | Thiago Macieira | 2024-03-27 | 1 | -14/+0 |
| * | QLibrary: fix Clazy warning about QString(const char*) | Marc Mutz | 2024-03-13 | 1 | -1/+2 |
| * | QLibrary: remove the unnecessary parentheses around dlerror() | Thiago Macieira | 2024-03-06 | 1 | -12/+6 |
| * | Disable unloading libraries on VxWorks | Jacek Poplawski | 2024-02-08 | 1 | -0/+2 |
| * | Misc.: Fix some narrowing integral conversion warnings | Ahmad Samir | 2023-04-25 | 1 | -1/+1 |
| * | Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definition | Edward Welbourne | 2023-03-20 | 1 | -4/+4 |
| * | wasm: don't call dlopen() on static builds | Morten Sørvig | 2023-02-14 | 1 | -0/+5 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-11 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -39/+3 |
| * | QtCore: Replace remaining uses of QLatin1String with QLatin1StringView | Sona Kurazyan | 2022-03-26 | 1 | -1/+1 |
| * | QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable | Sona Kurazyan | 2022-03-25 | 1 | -20/+22 |
| * | Fix a few more {QString, QByteArray}::count() deprecation warnings | Sona Kurazyan | 2022-03-17 | 1 | -1/+1 |
| * | src/corelib/plugin: sort #includes | Thiago Macieira | 2021-10-04 | 1 | -1/+1 |
| * | QLibrary: fix some implicit QFlags->int conversions | Giuseppe D'Angelo | 2021-05-12 | 1 | -1/+1 |
| * | Android: take JavaVM() from QJniEnvironment and not QtAndroidPrivate | Assam Boudjelthia | 2021-02-11 | 1 | -2/+3 |
| * | Android: fix crash by passing the right Handle to dlsym() | Assam Boudjelthia | 2020-11-03 | 1 | -2/+2 |
| * | Whitespace cleanup in corelib/ mimetypes, plugin and thread | Allan Sandfeld Jensen | 2020-10-21 | 1 | -4/+4 |
| * | QLibrary: fix deadlock caused by fix to QTBUG-39642 | Thiago Macieira | 2020-04-06 | 1 | -0/+4 |
| * | QLibrary/Android: Correct improper merging | Thiago Macieira | 2020-04-03 | 1 | -4/+4 |
| * | QLibrary: introduce a mutex to protect non-atomic internals | Thiago Macieira | 2020-03-03 | 1 | -11/+13 |
| * | QLibrary: stop setting errorString after resolve() | Thiago Macieira | 2020-03-03 | 1 | -6/+0 |
| * | QLibrary/Unix: do not attempt to load a library relative to $PWD | Thiago Macieira | 2020-01-18 | 1 | -1/+3 |
| * | Android: Fix loading of plugins | BogDan Vatra | 2019-09-22 | 1 | -0/+8 |
| * | Say hello to Android multi arch build in one go | BogDan Vatra | 2019-08-26 | 1 | -0/+10 |
| * | Android: Set RTLD_NODELETE on API 23+ | BogDan Vatra | 2019-08-23 | 1 | -2/+9 |
| * | QtCore: use new QLatin1String::arg() | Marc Mutz | 2019-06-03 | 1 | -6/+6 |
| * | Android: Fix crash | BogDan Vatra | 2018-09-03 | 1 | -1/+1 |
| * | qlibrary_unix: work around compile bug in gcc5.4 | Mikhail Svetkin | 2018-07-18 | 1 | -4/+6 |
| * | QLibrary: find AVX2 (Haswell) optimized plugins and libraries | Thiago Macieira | 2018-07-09 | 1 | -0/+23 |
| * | Remove QLibrary code path specific to HP-UX on PA-RISC | Konstantin Tokarev | 2018-02-12 | 1 | -33/+2 |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9 | Liang Qi | 2017-03-13 | 1 | -4/+0 |
| |\ |
|
| | * | Use QT_CONFIG(library) instead of QT_NO_LIBRARY | Ulf Hermann | 2017-03-06 | 1 | -4/+0 |
| * | | Merge remote-tracking branch 'origin/5.8' into 5.9 | Liang Qi | 2017-02-16 | 1 | -21/+9 |
| |\| |
|
| | * | Eliminate QT_NO_DYNAMIC_LIBRARY | Ulf Hermann | 2017-02-16 | 1 | -21/+9 |
| * | | Use QString::asprintf(), QStringBuilder, and the multi-arg overload of QStrin... | Alexander Volkov | 2017-01-12 | 1 | -5/+5 |
| |/ |
|
| * | Remove obsolete a.out code after QT_AOUT_UNDERSCORE is gone | Ralf Nolden | 2016-06-06 | 1 | -12/+1 |
| * | Remove all code paths related to unsupported Apple platforms. | Jake Petroules | 2016-06-04 | 1 | -3/+0 |
| * | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2016-02-11 | 1 | -1/+1 |
| |\ |
|
| | * | Link with -ldl option only when it is supported | Lada Trimasova | 2016-02-05 | 1 | -1/+1 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| |/ |
|
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |