index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
plugins
/
elf-provider.cpp
Age
Commit message (
Expand
)
Author
2010-09-05
PLUGINS: Formatting.
Andre Heider
2010-09-05
PLUGINS: Fix warnings.
Andre Heider
2010-09-05
PLUGINS: Cleanup includes and debug output.
Andre Heider
2010-08-07
refined constructors, removed destructors, got rid of unneccessary method dup...
Tony Puccinelli
2010-08-06
got rid of gp2xwiz loader (anything useful from it is already incorporated in...
Tony Puccinelli
2010-08-06
made a couple of functions in DLObject virtual, other minor fixes/changes
Tony Puccinelli
2010-08-06
hacky way to put ELFPlugin::findSymbol in elf-provider.cpp without compiler e...
Tony Puccinelli
2010-08-05
Fix for mixed-up ordering of '_dlHandle->close()' and 'delete _dlHandle'
Tony Puccinelli
2010-08-05
Moved ELFPlugin class definition into elf-provider.h
Tony Puccinelli
2010-08-05
dealt with FIXME comments: removing superfluous checks, printfs, etc.
Tony Puccinelli
2010-08-03
added checks for ELF_LOADER_TARGET before including the elf plugin provider
Tony Puccinelli
2010-08-03
Simplify code a bit, add several FIXMEs
Max Horn
2010-08-03
got rid of dlerr[MAXDLERRLEN]
Tony Puccinelli
2010-08-03
got rid of dlopen, dlclose, etc. wrappers
Tony Puccinelli
2010-07-28
abstracted an ELF plugin provider
Tony Puccinelli