| Commit message (Expand) | Author | Age |
* | README: correct professor Hennessy name spelling.HEADmaster | Pavel Pisa | 2020-05-11 |
* | Merge pull request #7 from Kaisrlik/feature/interrupt_routine | Pavel Pisa | 2020-04-30 |
|\ |
|
| * | README.md: fix reference to uart rx interrupt mask | Jan Kaisrlík | 2020-04-30 |
| * | README: add documentation how to modify comprocessor 0 regs | Jan Kaisrlík | 2020-04-30 |
|/ |
|
* | samples: template-os.S template.S fixed SPILED_REG_BASE definition. | Pavel Pisa | 2020-04-27 |
* | qtmips_cli: add option to connect serial port input and output to file. | Pavel Pisa | 2020-04-23 |
* | qtmips_cli: add option to specify used hazard unit - none, stall, forward. | Pavel Pisa | 2020-04-06 |
* | AppImage build run: | Fanda Vacek | 2020-03-27 |
* | Version updated to 0.7.4 | Pavel Pisa | 2020-03-26 |
* | Merge pull request #1 from cvut/dock-nesting | Pavel Pisa | 2020-03-26 |
|\ |
|
| * | Enable dock widows nesting to enable show cache + memory simultaneously | Fanda Vacek | 2020-03-26 |
|/ |
|
* | prepare-release: document alternative Debian package preparation in quilt mode. | Pavel Pisa | 2019-12-25 |
* | README: correct typo in professor Patterson name. | Pavel Pisa | 2019-10-16 |
* | Merge pull request #3 from MadCatX/dark_themes_compat | Pavel Pisa | 2019-10-10 |
|\ |
|
| * | Force dark grey outline color for individual blocks in CoreView | Michal Malý | 2019-10-08 |
| * | Force black text in RegistersDock | Michal Malý | 2019-10-08 |
| * | Force black text in SrcEditor | Michal Malý | 2019-10-08 |
| * | Force white background in SrcEditor | Michal Malý | 2019-10-08 |
| * | Force white background in CoreView | Michal Malý | 2019-10-08 |
|/ |
|
* | debian packaging: add watch file for GitHub QtMips repository. | Pavel Pisa | 2019-09-15 |
* | debian packaging: add git attribute to merge changelog. | Pavel Pisa | 2019-09-15 |
* | Version updated to 0.7.3 | Pavel Pisa | 2019-09-12 |
* | README: add links to other similar project. | Pavel Pisa | 2019-09-06 |
* | samples: simple-lw-sw-ia.S: place data section to 0x2000 address. | Pavel Pisa | 2019-09-06 |
* | Use #pragma in examples to lower initial learning curve. | Pavel Pisa | 2019-08-26 |
* | Add #pragma processing to integrated assembler and its usage to control windows. | Pavel Pisa | 2019-08-26 |
* | In include, use content from editor if file is already open. | Pavel Pisa | 2019-08-22 |
* | Provide support for include directive in simple assembler. | Pavel Pisa | 2019-08-22 |
* | Add OpenHub statistic page link. | Pavel Pisa | 2019-08-22 |
* | Implemented SKIP/SPACE assembler directives. | Pavel Pisa | 2019-08-22 |
* | Keep last line of terminal text visible when cursor is at the end of text. | Pavel Pisa | 2019-08-21 |
* | Add .byte directive and move align target address only before .word and instr... | Pavel Pisa | 2019-08-21 |
* | Version updated to 0.7.2 | Pavel Pisa | 2019-08-21 |
* | Resolve emscripten problem with save as during close by queued connection. | Pavel Pisa | 2019-08-20 |
* | Workaround to emscripten problem with source close when save requiring rename. | Pavel Pisa | 2019-08-20 |
* | Attempt to correct ask for file save when closed on emscripten. | Pavel Pisa | 2019-08-20 |
* | Add embedded examples menu and resources. | Pavel Pisa | 2019-08-20 |
* | Make program and memory window visible when address requested from symbol dia... | Pavel Pisa | 2019-08-20 |
* | Include actions New source and Close source on toolbar. | Pavel Pisa | 2019-08-20 |
* | Document new internal assembler directives and possibility to call make. | Pavel Pisa | 2019-08-20 |
* | Implemented ASCII and ASCIZ operations. | Pavel Pisa | 2019-08-20 |
* | Reimplemented simple assembler parser as state machine. | Pavel Pisa | 2019-08-20 |
* | Replace shortcuts to not hide Ctrl+C and some others. | Pavel Pisa | 2019-08-20 |
* | Ask for modified source close and handle unnamed sources close. | Pavel Pisa | 2019-08-20 |
* | Ask to save modified files on exit. | Pavel Pisa | 2019-08-19 |
* | Action to execute external make command and ask for unsaved sources. | Pavel Pisa | 2019-08-19 |
* | Include qtmips_asm in the top level dependencies of qtmips_cli and qtmips_gui. | Pavel Pisa | 2019-08-02 |
* | Update standalone build scripts (generic and MacOS) to include qtmips_asm. | Pavel Pisa | 2019-08-02 |
* | Parent models created by views to ensure their deletion. | Pavel Pisa | 2019-07-18 |
* | Include C language syntax highlighter for alternative sources editing. | Pavel Pisa | 2019-07-18 |