Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-05-01 | Fix bug in dlerror second consecutive call | Silvio | 2 | -0/+21 | |
According to the specs, a second consecutive call to dlerror should always return NULL . This was the case in dlfcn-win32 before https://github.com/dlfcn-win32/dlfcn-win32/pull/20 introduce a regression that caused dlerror to crash on the second consecutive call. In this commit the issue is fixed as suggested in https://github.com/dlfcn-win32/dlfcn-win32/issues/34 and a regression test has been added. | |||||
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 | |