summaryrefslogtreecommitdiff
path: root/src/library
AgeCommit message (Collapse)Author
2011-11-05gettext is in i18n now, has nothing to do with portingAndreas Baumann
2010-06-13renamed wolf_library_get_func to wolf_library_get as we can loadAndreas Baumann
variables in DLLs added tests for variables and structs in DLLs (Windows)
2010-06-06fixed loader and networking on SPARC Solaris 10Andreas Baumann
2010-06-04compile dlerror on WindowsAndreas Baumann
2010-06-04added a const char * mapper for dlerrorAndreas Baumann
2010-05-26some cleanup in library loaderAndreas Baumann
2010-05-26added a test for the dynload interfaceAndreas Baumann
2010-05-24updated todo list for library loaderAndreas Baumann
2010-05-24fixed wrong handling of dlsymAndreas Baumann
2010-05-24better error handling in library loaderAndreas Baumann
2010-05-23better error handling in library loaderAndreas Baumann
2010-05-23removed FormatMessage/Win32 macro from log.h and added aAndreas Baumann
more portable wolf_system_error_msg in errors module
2010-05-22removed unused in loader.cAndreas Baumann
2010-05-20fixed on LinuxAndreas Baumann
2010-05-20loader works on windowsAndreas Baumann
2010-05-20more portable way of returning the function pointer in the dynloaderAndreas Baumann
2010-05-20got to first error message on Windows (library loader)Andreas Baumann
2010-05-18now stuck in dlsym/dereferencing type-punned pointer will break ↵Andreas Baumann
strict-aliasing rules beautiness :-)
2010-05-18added building of the test libraryAndreas Baumann
2010-05-18better error messageAndreas Baumann
2010-05-18first proper error handling for loaderAndreas Baumann
2010-05-18merged makefile system with SMERPAndreas Baumann
2010-05-18compiles again, big issue around how to deal with i18n/error handling and ↵Andreas Baumann
library loader
2010-05-18switching machineAndreas Baumann
2010-05-17added more documentation and dlopen/dlclose, must backport shared library ↵Andreas Baumann
building from SMERP first
2010-05-17started to add a dynamic library loader, interface and Linux/DLFCN for nowAndreas Baumann