-
Notifications
You must be signed in to change notification settings - Fork 66
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
18 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(QtRVSim | ||
LANGUAGES C CXX | ||
VERSION 0.9.6 | ||
VERSION 0.9.7 | ||
DESCRIPTION "RISC-V 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
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,14 @@ | ||
qtrvsim (0.9.7-1) unstable; urgency=medium | ||
|
||
* GUI: fix examples button crashes on Windows and sometimes other platforms | ||
* GUI: fix crash when no tab is selected | ||
* CI: add windows libs to artifacts and use more cores available | ||
* CI: Make pack QT with Win artifact | ||
* Project: Use the include directory for LibElf on macOS, Homebrew misses RISC-V | ||
* Machine: set SXL and UXL to 64-bit XLEN for RV64 | ||
|
||
-- Pavel Pisa <[email protected]> Thu, 15 Feb 2024 20:57:12 +0100 | ||
|
||
qtrvsim (0.9.6-1) unstable; urgency=medium | ||
|
||
* GUI: add reset widows menu entry to restore default windows layout | ||
|