Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup C++20: Review bugprone-casting-through-void; Fix includes; Use type-t... | Sven Göthel | 2024-05-19 | 1 | -6/+1 |
* | Naming: Free (enum) types: lower case + '_t' (endian_t, lb_endian_t, os_type_... | Sven Göthel | 2024-05-12 | 1 | -2/+2 |
* | Add NativeLinker (os) for RTLD support | Sven Göthel | 2024-05-02 | 1 | -16/+287 |
* | dyn_linker: Use (more natural) 'void*' for libhandle_t and symhandle_t as use... | Sven Göthel | 2024-05-01 | 1 | -2/+2 |
* | os_support: Reuse jau::to_string(vector<T>, ..) | Sven Göthel | 2024-04-30 | 1 | -5/+2 |
* | os: dyn_linker: Add DynamicLinker (singleton) handling cross-platform dynamic... | Sven Göthel | 2024-04-30 | 1 | -0/+98 |