aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/dyn_load/dyn_load.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-79/+0
* Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-181-2/+2
* Use LoadLibraryA instead of bare LoadLibrary so things work if used inlloyd2011-12-131-1/+1
* GCC doesn't like casting a function pointer to void* without anlloyd2011-12-021-1/+2
* Under certain compilation modules, HMODULE isn't a void* but rather alloyd2010-09-081-2/+2
* Add support for Windows-style dynamic loading with LoadLibrary. Notlloyd2010-08-251-8/+26
* If dynamic loading fails, include result of dlerror() in the exception msglloyd2010-07-301-1/+8
* Add a new utility class Dynamically_Loaded_Library which wraps aroundlloyd2010-07-271-0/+53