aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/dyn_load
Commit message (Expand)AuthorAgeFilesLines
* Give everything setting a feature test macro in build.h a version codelloyd2013-11-281-1/+1
* Kill workaround for GCC 3.xlloyd2013-04-121-4/+0
* Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-181-2/+2
* Avoid a few maintainer mode flag warnings. Remove -Weffc++ from thelloyd2012-04-201-0/+3
* 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
* One minor fix for QNX 6.4.1 (Python identifies CPU as 'x86pc'), andlloyd2011-04-151-2/+3
* Doxygenlloyd2010-11-021-1/+4
* Dynamic loading confirmed to work on Windows (tested Windows 7 x64)lloyd2010-09-081-0/+1
* 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-252-8/+31
* Workaround problem with GCC 3 - it doesn't like you casting pointerslloyd2010-08-101-0/+4
* If dynamic loading fails, include result of dlerror() in the exception msglloyd2010-07-301-1/+8
* Restrict dyn_load to platforms where it might theoretically work:lloyd2010-07-281-0/+9
* Add a new utility class Dynamically_Loaded_Library which wraps aroundlloyd2010-07-273-0/+122