| Commit message (Expand) | Author | Files | Lines |
2019-05-06 | Load Psapi.dll at runtime, this avoids linking caveat | Pali Rohár | 2 | -12/+0 |
2019-04-25 | Test also UNICODE builds on AppVeyor CI | Pali Rohár | 1 | -0/+102 |
2019-04-25 | Simplify implementation of save_err_str() | Pali Rohár | 1 | -26/+22 |
2019-04-25 | Remove ifdef hack for snprintf() | Pali Rohár | 1 | -5/+5 |
2019-04-25 | Simplify code around #ifdef UNICODE | Pali Rohár | 1 | -69/+10 |
2019-02-14 | Implement support for dlsym() with RTLD_DEFAULT and RTLD_NEXT | Pali Rohár | 8 | -10/+193 |
2019-02-14 | Fix resolving global symbols when LoadLibrary() is called after dlopen() | Pali Rohár | 6 | -112/+144 |
2019-02-12 | Add MinGW and MinGW-w64 tests to AppVeyor | Silvio Traversaro | 1 | -5/+84 |
2018-01-17 | #include <stdlib.h> | Jean-Damien Durand | 1 | -0/+1 |
2017-08-24 | Mention the possibility of defining CMAKE_DL_LIBS | Silvio Traversaro | 1 | -0/+13 |
2017-08-24 | Document how to use the library when using CMake | Silvio Traversaro | 1 | -0/+11 |
2017-05-04 | [README] Fix AppVeyor badge | Silvio Traversaro | 1 | -1/+1 |
2017-05-01 | [appveyor] Test the library using Visual Studio 15 | Silvio Traversaro | 1 | -6/+16 |
2017-05-01 | Fix bug in dlerror second consecutive call | Silvio | 2 | -0/+21 |
2017-03-19 | Minor AppVeyor configuration cleanup | Kamekameha | 1 | -16/+16 |
2017-03-19 | [readme] Update AppVeyor badge | Silvio Traversaro | 1 | -1/+1 |
2017-03-05 | Add testing of CMake exported targets | Silvio | 3 | -1/+27 |
2017-03-05 | Add AppVeyor badge | Silvio Traversaro | 1 | -1/+1 |