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
/
mips-loader.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
BACKENDS: Make GPL headers consistent in themselves.
Johannes Schickel
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2010-12-22
PLUGINS: add ELF memory manager to solve fragmentation
Yotam Barnoy
2010-11-05
PLUGINS: Simplify ELF plugin providers & DLObject subclasses
Max Horn
2010-10-31
Updated with latest from trunk
Yotam Barnoy
2010-09-16
PLUGINS: fixed issue with R_MIPS_32 relocations
Yotam Barnoy
2010-09-16
PLUGINS: Fix function arguments in MIPS loader
Yotam Barnoy
2010-09-15
PLUGINS: Cleanup.
Andre Heider
2010-09-06
PLUGINS: fixed MIPS plugin loader
Yotam Barnoy
2010-09-06
PLUGINS: added missing call in destructor which caused crashing
Yotam Barnoy
2010-09-05
PLUGINS: Added _segmentVMA to the MIPS loader.
Andre Heider
2010-09-05
PLUGINS: Remove spurious extra allocation.
Andre Heider
2010-09-05
PLUGINS: Move doxygen to the base class header.
Andre Heider
2010-09-05
PLUGINS: Formatting.
Andre Heider
2010-09-05
PLUGINS: Make the file stream a member of DLObject.
Andre Heider
2010-09-05
PLUGINS: Type cleanup.
Andre Heider
2010-09-05
PLUGINS: Move platform specific code out of the generic ELF loader.
Andre Heider
2010-09-05
PLUGINS: Move all ELF loader related files to its own directory.
Andre Heider