index
:
qtmips
fix-memory-view
master
simple-memory-view
MIPS CPU emulator for education purposes
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qtmips_gui
Commit message (
Expand
)
Author
Age
*
Correct order of operations during editor close.
Pavel Pisa
2019-07-01
*
Include simple text editor in QtMips emulator.
Pavel Pisa
2019-07-01
*
Add icons for file editing actions.
Pavel Pisa
2019-07-01
*
Resolve all remaining warnings reported by GCC 6.3.
Pavel Pisa
2019-07-01
*
Fix memory leakages which repeat during program operation.
Pavel Pisa
2019-07-01
*
Use override to make newer versions of C++ compiler happy.
Pavel Pisa
2019-06-30
*
Memory change counter moved to MemoryAccess and external changes notification...
Pavel Pisa
2019-06-30
*
Provide option to hide coreview to speedup simulation.
Pavel Pisa
2019-06-30
*
Version updated to 0.7.0
Pavel Pisa
2019-06-28
*
Include QHtml5File source file to allow ELF file load under emscripten.
Pavel Pisa
2019-06-28
*
LCD display emulation updated to keep aspect ratio.
Pavel Pisa
2019-06-28
*
Initial optimized version LCD display emulation.
Pavel Pisa
2019-06-28
*
Simulate push of dial buttons by check box.
Pavel Pisa
2019-06-27
*
Set minimal size of about dialog to make it usable under emscripten.
Pavel Pisa
2019-06-27
*
Do not run local event loop in about dialog.
Pavel Pisa
2019-06-27
*
Set default location of the program view on the left.
Pavel Pisa
2019-06-27
*
Set follow fetch for program view if configuration is not found.
Pavel Pisa
2019-06-27
*
Allow to create simulator without loaded executable.
Pavel Pisa
2019-06-26
*
Printing/export to PDF file reduces print area/page to actual image size.
Pavel Pisa
2019-06-12
*
Add simple printing of core view.
Pavel Pisa
2019-06-11
*
coreview: correct translation of position for vertical text printing.
Pavel Pisa
2019-06-11
*
Editor start with already shown value in memory and program view.
Pavel Pisa
2019-06-05
*
Disable text elide for memory and program views.
Pavel Pisa
2019-06-05
*
Add icon for macOS
Martin Endler
2019-05-12
*
Implement standard zoom handling by mouse wheel and keys.
Pavel Pisa
2019-04-05
*
Implement stall cycles counter and view of CPU cycles counter.
Pavel Pisa
2019-04-02
*
Version updated to 0.6.8.
Pavel Pisa
2019-04-01
*
Coreview multiplexers updated and added for branch compare forward.
Pavel Pisa
2019-04-01
*
qtmips_gui: set application window icon.
Pavel Pisa
2019-04-01
*
The follow stage selects address cell to make rest visible.
Pavel Pisa
2019-03-31
*
Update version string in ApplicationVersion property.
Pavel Pisa
2019-03-31
*
Set gray background to stalled instructions/idled stages.
Pavel Pisa
2019-03-31
*
Setting background color dial
Tomas Prochazka
2019-03-30
*
Version updated to 0.6.7
Pavel Pisa
2019-03-27
*
Change single cycle core with delay slot to use separate fetch stage.
Pavel Pisa
2019-03-26
*
Change instruction views background to match stages color.
Pavel Pisa
2019-03-26
*
Highlight instructions passing through the pipeline stages.
Pavel Pisa
2019-03-25
*
Do not save program view start address when changed due to program executed.
Pavel Pisa
2019-03-25
*
Correct write through spelling. Reported by Richard Susta.
Pavel Pisa
2019-03-25
*
Update version to 0.6.6.
Pavel Pisa
2019-03-17
*
Registers and cop0 state updates and reads are visualized by highlights.
Pavel Pisa
2019-03-17
*
Show corresponding memory word address in the cacheview.
Pavel Pisa
2019-03-17
*
Highlight actual word read or written to the cache.
Pavel Pisa
2019-03-17
*
Correct word in block visualization in cache view.
Pavel Pisa
2019-03-17
*
Make lintian happy and update version to 0.6.5 as preparation for 0.7.
Pavel Pisa
2019-03-15
*
Switch to static libraries by default and ensure application rebuild when a l...
Pavel Pisa
2019-03-15
*
More precise program and memory tableviews column width calculation.
Pavel Pisa
2019-03-15
*
Fix nested calls of setCurrentIndex which caused breakage.
Pavel Pisa
2019-03-14
*
Correct use of uninitialized dt_d.num_rd and delete reported by valgrind.
Pavel Pisa
2019-03-12
*
Updated read and write, added open, close, ftruncate syscalls and fs_root opt...
Pavel Pisa
2019-03-09
[next]