about summary refs log tree commit diff stats
path: root/src/librarian/library.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Started adding GOWM macrorajdakin2021-07-311-1/+73
* Make library loaded with absolute path not wrapped (unless BOX64_PREFER_WRAPP...ptitSeb2021-07-141-2/+3
* Handling of flag RTLD_NOW in dlopenptitSeb2021-07-121-6/+10
* Improved emulated library loader, to not stop at first binary found even if n...ptitSeb2021-06-161-5/+6
* Added some hack to try detect SDL_sound custom build for SDL2 and use emulate...ptitSeb2021-06-161-0/+3
* Fixed a crash with some glibc wrapped /not-yet wrapped libsptitSeb2021-06-151-1/+1
* Improved unloading of libsptitSeb2021-06-041-3/+9
* Improved custom named libGL handlingptitSeb2021-06-011-1/+5
* Reworked elfloader, handle versionned symbols nowptitSeb2021-05-291-57/+68
* Fixed a 64bit issue with end pointer for emulated lib symbolsptitSeb2021-04-261-1/+1
* Third pass, bumped the minimal CMake version up to 3.4rajdakin2021-04-141-3/+2
* First passrajdakin2021-04-141-3/+7
* Grab thread emu when calling init Library instead of NULLptitSeb2021-04-101-1/+1
* Fixed the libraries free orderingrajdakin2021-04-091-1/+2
* [TRACE] Added a new trace optionrajdakin2021-04-071-1/+3
* Improved shutdown sequenceptitSeb2021-03-251-7/+12
* Better functions name resolving when using TRACE, and fixed some printf stuff...ptitSeb2021-03-101-5/+5
* More infrastructure added to elf and x64 emuptitSeb2021-03-031-0/+700