aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins
AgeCommit message (Expand)Author
2010-09-05PLUGINS: Plugin support for the GameCube/Wii backend.Andre Heider
2010-09-05PLUGINS: Formatting.Andre Heider
2010-09-05PLUGINS: Respect the VMA when relocating.Andre Heider
2010-09-05PLUGINS: Properly check the ELF header.Andre Heider
2010-09-05PLUGINS: The VMA doesn't get added to any PHDR.Andre Heider
2010-09-05PLUGINS: Fix warnings.Andre Heider
2010-09-05PLUGINS: Cleanup includes and debug output.Andre Heider
2010-09-05PLUGINS: Flush only memory ranges, not everythingAndre Heider
2010-08-29PLUGINS: Fix warnings and unnecessary casts.Andre Heider
2010-08-19PSP: made PSP compile with plugins.Yotam Barnoy
2010-08-19PLUGINS: added virtual destructor to DLObjectYotam Barnoy
2010-08-16Added doxygen comments for a few different plugin-related classesTony Puccinelli
2010-08-16added a todo to plugins.cpp and a comment to elf32.h; Collapsed plugin provid...Tony Puccinelli
2010-08-13refactored NEW_PLUGIN_DESIGN_FIRST_REFINEMENT define into ONE_PLUGIN_AT_A_TIMETony Puccinelli
2010-08-13added appropriate ifdefs throughout the plugins directoryTony Puccinelli
2010-08-12modified DS makefile to use new plugin design where only one plugin is loaded...Tony Puccinelli
2010-08-10merged trunk into branch, reverted Cruise Singleton changesTony Puccinelli
2010-08-07got rid of rest of leftover stuff from GP2X-WIZ elf-loader attemptTony Puccinelli
2010-08-07refined constructors, removed destructors, got rid of unneccessary method dup...Tony Puccinelli
2010-08-07added necessary files I forgot to commit yesterday (whoops...) for mips and a...Tony Puccinelli
2010-08-07took out hacky 'ifdef MIPS_TARGET' statements in DLObject's methods and inste...Tony Puccinelli
2010-08-07modified psp to use mips-loader.cpp (and added things to backends/module.mk)Tony Puccinelli
2010-08-07made MIPSDLObject and PS2 plugin provider that uses itTony Puccinelli
2010-08-06got rid of gp2xwiz loader (anything useful from it is already incorporated in...Tony Puccinelli
2010-08-06made a couple of functions in DLObject virtual, other minor fixes/changesTony Puccinelli
2010-08-06removed unnecessary declaration of flushDataCache() in elf-loader headerTony Puccinelli
2010-08-06got rid of unneccessary 'extern C' section in elf-loader header and refactore...Tony Puccinelli
2010-08-06added loadPlugin function into DSPlugin (doesn't use a DSDLObject yet)Tony Puccinelli
2010-08-06added DSPlugin and DS Plugin Provider (steps towards using subtypes of DLObject)Tony Puccinelli
2010-08-06hacky way to put ELFPlugin::findSymbol in elf-provider.cpp without compiler e...Tony Puccinelli
2010-08-05Fix for mixed-up ordering of '_dlHandle->close()' and 'delete _dlHandle'Tony Puccinelli
2010-08-05Moved ELFPlugin class definition into elf-provider.hTony Puccinelli
2010-08-05dealt with FIXME comments: removing superfluous checks, printfs, etc.Tony Puccinelli
2010-08-03added checks for ELF_LOADER_TARGET before including the elf plugin providerTony Puccinelli
2010-08-03Simplify code a bit, add several FIXMEsMax Horn
2010-08-03got rid of dlerr[MAXDLERRLEN]Tony Puccinelli
2010-08-03got rid of dlopen, dlclose, etc. wrappersTony Puccinelli
2010-07-28added some comments to shorts-segment-manager, moved main engine linker scrip...Tony Puccinelli
2010-07-28added check for MIPS machine type in the 'readElfHeader' methodTony Puccinelli
2010-07-28abstracted an ELF plugin providerTony Puccinelli
2010-07-28fixed incorrect header file includeTony Puccinelli
2010-07-28various manual tweaks to get ds port compiling from branch again after earlie...Tony Puccinelli
2010-07-27Continued abstraction of generic ELF-loader, splitting off MIPS-processor spe...Tony Puccinelli
2010-07-26moved flushDataCache function from ds-loader.cpp to elf-loader.cpp and moved ...Tony Puccinelli
2010-07-24Finished initial abstraction of ELF-loader (works for DS)Tony Puccinelli
2010-07-23renamed MIPS loader header to match file naming conventionsTony Puccinelli
2010-07-23Began abstraction of generic ELF-loaderTony Puccinelli
2010-07-23Added abstracted elf32 header file to plugins directoryTony Puccinelli
2010-07-07various fixes for ds dynamic pluginsTony Puccinelli
2010-07-02added ds plugin-providerTony Puccinelli