index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
utils
/
dyn_load
Commit message (
Expand
)
Author
Age
Files
Lines
*
Give everything setting a feature test macro in build.h a version code
lloyd
2013-11-28
1
-1
/
+1
*
Kill workaround for GCC 3.x
lloyd
2013-04-12
1
-4
/
+0
*
Replace 0 and NULL pointer constants with nullptr. Also fix an old
lloyd
2012-05-18
1
-2
/
+2
*
Avoid a few maintainer mode flag warnings. Remove -Weffc++ from the
lloyd
2012-04-20
1
-0
/
+3
*
Use LoadLibraryA instead of bare LoadLibrary so things work if used in
lloyd
2011-12-13
1
-1
/
+1
*
GCC doesn't like casting a function pointer to void* without an
lloyd
2011-12-02
1
-1
/
+2
*
One minor fix for QNX 6.4.1 (Python identifies CPU as 'x86pc'), and
lloyd
2011-04-15
1
-2
/
+3
*
Doxygen
lloyd
2010-11-02
1
-1
/
+4
*
Dynamic loading confirmed to work on Windows (tested Windows 7 x64)
lloyd
2010-09-08
1
-0
/
+1
*
Under certain compilation modules, HMODULE isn't a void* but rather a
lloyd
2010-09-08
1
-2
/
+2
*
Add support for Windows-style dynamic loading with LoadLibrary. Not
lloyd
2010-08-25
2
-8
/
+31
*
Workaround problem with GCC 3 - it doesn't like you casting pointers
lloyd
2010-08-10
1
-0
/
+4
*
If dynamic loading fails, include result of dlerror() in the exception msg
lloyd
2010-07-30
1
-1
/
+8
*
Restrict dyn_load to platforms where it might theoretically work:
lloyd
2010-07-28
1
-0
/
+9
*
Add a new utility class Dynamically_Loaded_Library which wraps around
lloyd
2010-07-27
3
-0
/
+122