aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins
AgeCommit message (Collapse)Author
2010-08-07modified psp to use mips-loader.cpp (and added things to backends/module.mk)Tony Puccinelli
svn-id: r51826
2010-08-07made MIPSDLObject and PS2 plugin provider that uses itTony Puccinelli
svn-id: r51818
2010-08-06got rid of gp2xwiz loader (anything useful from it is already incorporated ↵Tony Puccinelli
into the ARM loader in the plugins directory at this point) and implemented ARMDLObject as a subtype of DLObject svn-id: r51813
2010-08-06made a couple of functions in DLObject virtual, other minor fixes/changesTony Puccinelli
svn-id: r51797
2010-08-06removed unnecessary declaration of flushDataCache() in elf-loader headerTony Puccinelli
svn-id: r51794
2010-08-06got rid of unneccessary 'extern C' section in elf-loader header and ↵Tony Puccinelli
refactored arm-relocs.cpp to arm-loader.cpp svn-id: r51793
2010-08-06added loadPlugin function into DSPlugin (doesn't use a DSDLObject yet)Tony Puccinelli
svn-id: r51778
2010-08-06added DSPlugin and DS Plugin Provider (steps towards using subtypes of DLObject)Tony Puccinelli
svn-id: r51777
2010-08-06hacky way to put ELFPlugin::findSymbol in elf-provider.cpp without compiler ↵Tony Puccinelli
errors svn-id: r51775
2010-08-05Fix for mixed-up ordering of '_dlHandle->close()' and 'delete _dlHandle'Tony Puccinelli
svn-id: r51773
2010-08-05Moved ELFPlugin class definition into elf-provider.hTony Puccinelli
svn-id: r51767
2010-08-05dealt with FIXME comments: removing superfluous checks, printfs, etc.Tony Puccinelli
svn-id: r51765
2010-08-03added checks for ELF_LOADER_TARGET before including the elf plugin providerTony Puccinelli
svn-id: r51716
2010-08-03Simplify code a bit, add several FIXMEsMax Horn
svn-id: r51688
2010-08-03got rid of dlerr[MAXDLERRLEN]Tony Puccinelli
svn-id: r51678
2010-08-03got rid of dlopen, dlclose, etc. wrappersTony Puccinelli
svn-id: r51677
2010-07-28added some comments to shorts-segment-manager, moved main engine linker ↵Tony Puccinelli
script for ps2 into the plugins folder as it is only used when dynamic plugins are enabled svn-id: r51447
2010-07-28added check for MIPS machine type in the 'readElfHeader' methodTony Puccinelli
svn-id: r51403
2010-07-28abstracted an ELF plugin providerTony Puccinelli
svn-id: r51400
2010-07-28fixed incorrect header file includeTony Puccinelli
svn-id: r51399
2010-07-28various manual tweaks to get ds port compiling from branch again after ↵Tony Puccinelli
earlier merge from trunk svn-id: r51398
2010-07-27Continued abstraction of generic ELF-loader, splitting off MIPS-processor ↵Tony Puccinelli
specific things into their own files and testing on the PS2 svn-id: r51345
2010-07-26moved flushDataCache function from ds-loader.cpp to elf-loader.cpp and moved ↵Tony Puccinelli
arm-relocations from ds-loader.cpp to arm-relocs.cpp; deleted ds-loader.cpp svn-id: r51289
2010-07-24Finished initial abstraction of ELF-loader (works for DS)Tony Puccinelli
svn-id: r51233
2010-07-23renamed MIPS loader header to match file naming conventionsTony Puccinelli
svn-id: r51219
2010-07-23Began abstraction of generic ELF-loaderTony Puccinelli
svn-id: r51195
2010-07-23Added abstracted elf32 header file to plugins directoryTony Puccinelli
svn-id: r51192
2010-07-07various fixes for ds dynamic pluginsTony Puccinelli
svn-id: r50732
2010-07-02added ds plugin-providerTony Puccinelli
svn-id: r50588
2010-06-26Define WIN32_LEAN_AND_MEAN before including windows.h.Johannes Schickel
This will cause our code to include less functionality, but might on the other hand fasten up the compilation. svn-id: r50346
2010-06-26fixed detection of plugin filenamesTony Puccinelli
svn-id: r50304
2010-06-26added gp2xwiz plugin provider codeTony Puccinelli
svn-id: r50299
2010-06-22changed PS2 to GP2X.Tony Puccinelli
svn-id: r50159
2010-06-21added wiz plugins provider headerTony Puccinelli
svn-id: r50132
2010-06-21PSP: switched loader to use PSP's debug mechanismYotam Barnoy
svn-id: r50111
2010-06-05merged trunk into branch and corrected __PS2__ to __PLAYSTATION2__ in a ↵Tony Puccinelli
couple files svn-id: r49435
2010-05-28added svn keywords 'Id' and 'URL' to new filesTony Puccinelli
svn-id: r49283
2010-05-27added files for ps2 loadable modules (mainly transplanted from psp code with ↵Tony Puccinelli
VERY minor tweaks) svn-id: r49256
2010-05-26minor initial commit for ps2 plugins. Added ps2-provider codeTony Puccinelli
svn-id: r49253
2010-03-19Also remove Win32PluginProvider::addCustomDirectories, as it obviously isn't ↵Max Horn
being used svn-id: r48304
2010-03-19DC: Removing unneeded DCPluginProvider::addCustomDirectoriesMax Horn
svn-id: r48301
2010-03-19PSP: removed unneeded overload of addCustomDirectories()Yotam Barnoy
svn-id: r48299
2010-03-18One more try to make DC & PSP compile againMax Horn
svn-id: r48290
2010-03-18Trying to fix compilation (porters should review these changes, seems I ↵Max Horn
uncovered some lurking old breakage) svn-id: r48289
2010-03-18Convert some occurences of StringList to StringArray;Max Horn
try to fix compile error in GP2x code svn-id: r48286
2009-10-09Slightly modified version of patch #2875544: PSP plugins patchJoost Peters
svn-id: r44822
2009-01-30Fix for bug #2548995: AmigaOS4: Compiler error (and taking care of some ↵Max Horn
potential errors in WinCE & GP2x, too) svn-id: r36146
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
svn-id: r34716
2008-09-30Modified FilePluginProvider to use FSNodes (instead of raw filenames / ↵Max Horn
paths) in its API svn-id: r34709
2008-07-27Fixed win32 plugin provider.Johannes Schickel
svn-id: r33330