-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Pavel Pisa <[email protected]>
- Loading branch information
Showing
3 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ cmake_policy(VERSION 3.10) | |
|
||
project(QtMips | ||
LANGUAGES C CXX | ||
VERSION 0.8.0 | ||
VERSION 0.8.1 | ||
DESCRIPTION "MIPS CPU simulator for education purposes") | ||
|
||
set(KAREL_KOCI "Karel Koci <[email protected]>") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
qtmips (0.8.1-1) unstable; urgency=medium | ||
|
||
* Machine: LRU cache policy fix | ||
* Machine: correct cache graphics visualization for byte accesses. | ||
* CI: release.yml - fix apt install | ||
* Machine: correct and refactor unaligned access to peripheries | ||
* Machine: add memory access helper for access with granularity 16-bits. | ||
* Machine: fix LCD display endianness. | ||
* Packaging: fix Fedora build according to Jan Grulich advice. | ||
* README: add link to WebAssembly version on comparch.edu.cvut.cz | ||
* CI: update GitHub actions from QtRVSim | ||
|
||
-- Pavel Pisa <[email protected]> Tue, 01 Oct 2024 20:45:22 +0200 | ||
|
||
qtmips (0.8.0-1) unstable; urgency=medium | ||
|
||
* Debian package updated to version 0.8.0-1. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters