Menu

Code2 Commit Log


Commit Date  
[r93] by debug

Spelling fix: emulte -> emulate.

2008-04-06 21:42:02 Tree
[r92] by debug

Importing opcodes_mips.h from GXemul 0.4.6.3.

2008-04-06 12:53:57 Tree
[r91] by debug

Links are now generated from component names in machines.html
to corresponding component_xxx.html pages.

2008-04-06 11:48:53 Tree
[r90] by debug

The ListComponents command now shows the short description of each command.

2008-04-06 11:33:04 Tree
[r89] by debug

Introducing "visible class names" in addition to the normal
class name, for components. This makes mips_cpu0 show up as
just cpu0, which is much nicer.
uint16_t, 32_t, and 64_t state variables are now outputted in
hexadecimal form in ToString(), for readability.

2008-04-06 10:58:26 Tree
[r88] by debug

Adding a comment about "component paths" to the source code documentain main page.

2008-04-06 10:09:26 Tree
[r87] by debug

Adding a section about Model-View-Controller to the source
code documentation main page, and a simple picture of what
the component tree may look like.

2008-04-06 10:01:54 Tree
[r86] by debug

Adding a unit test for doubles in StateVariable::SetValue, for values such as 1e-100.

2008-04-06 10:00:28 Tree
[r85] by debug

Some more work on the GTKMM GUI: the debug output window now
shows debug messages and commands being executed.

2008-04-05 22:04:57 Tree
[r84] by debug

Instead of loading binaries into an AddressDataBus, they are
now loaded into a Component, which, if it has a "pc" state
variable, is set to the entry point. Starting gxemul with
-E testmips test/FileLoader_ELF_MIPS actually attempts to
start running the binary now :-)

2008-04-05 20:45:53 Tree
Older >