summaryrefslogtreecommitdiff
path: root/tests/library
AgeCommit message (Collapse)Author
2011-11-03small fixes around ENABLE_THREADSAndreas Baumann
2010-06-13removed most of the C++ stuffAndreas Baumann
added a TEST_DYNAMIC_* variables in order to be able to build test libraries (as for testing the library loader)
2010-06-13fixed C problemsAndreas 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-06partially fixed on SPARC Solaris 8Andreas Baumann
2010-05-24fixed dependencies in loader testAndreas Baumann
2010-05-24better 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-21final cleanup in documentation of library loaderAndreas Baumann
2010-05-20final solution of library loaderAndreas Baumann
2010-05-20started to get rid of funny casts in library testAndreas Baumann
2010-05-20fixed windows cleanup in library testsAndreas 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-19cleaned upAndreas Baumann
2010-05-19fixed the function dlsym casting problemAndreas 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-17started to add a testlibAndreas 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