aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_os_dynlinker.cpp
Commit message (Expand)AuthorAgeFilesLines
* cleanup C++20: Review bugprone-casting-through-void; Fix includes; Use type-t...Sven Göthel2024-05-191-6/+1
* Naming: Free (enum) types: lower case + '_t' (endian_t, lb_endian_t, os_type_...Sven Göthel2024-05-121-2/+2
* Add NativeLinker (os) for RTLD supportSven Göthel2024-05-021-16/+287
* dyn_linker: Use (more natural) 'void*' for libhandle_t and symhandle_t as use...Sven Göthel2024-05-011-2/+2
* os_support: Reuse jau::to_string(vector<T>, ..)Sven Göthel2024-04-301-5/+2
* os: dyn_linker: Add DynamicLinker (singleton) handling cross-platform dynamic...Sven Göthel2024-04-301-0/+98