aboutsummaryrefslogtreecommitdiff
path: root/cmake-test (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-05-01Fix bug in dlerror second consecutive callSilvio2-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-19Minor AppVeyor configuration cleanupKamekameha1-16/+16
2017-03-19[readme] Update AppVeyor badgeSilvio Traversaro1-1/+1
2017-03-05Add testing of CMake exported targetsSilvio3-1/+27
2017-03-05Add AppVeyor badgeSilvio Traversaro1-1/+1