aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
blob: ac60fe34b11b225784e536ebc2f4b4c59326d4f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
qtmips (0.7.1) unstable; urgency=medium

  * Debian package updated to version 0.7.1.
  * Add option to parse and show symbolic registers names.
  * Implemented simple integrated assembler - it is not recommended for advanced users.
  * Updated instructions parsing to be usable for integrated assembler.
  * Change instruction parsing to allow multiple words pseudo-operations.
  * Implemented simple expressions and labels/symbols evaluation.
  * Simple highlighter for assembly language added.
  * Include simple text editor in QtMips emulator.
  * Fix memory leakages which repeat during program operation.
  * Externally caused address-space changes (i.e. from peripherals) update memory view.
  * Provide option to hide coreview to speedup simulation.

 -- Pavel Pisa <pisa@cmp.felk.cvut.cz>  Wed, 03 Jul 2019 12:18:15 +0200

qtmips (0.7.0) unstable; urgency=medium

  * Debian package updated to version 0.7.0.
  * Include simple LCD frame-buffer and display implementation.
  * Simulate push of dial buttons by check box.
  * Allow to create simulator without loaded executable.
  * Printing/export to PDF file reduces print area/page to actual image size.
  * Disable text elide for memory and program views (fix for MAC OS).
  * Implement standard zoom handling by mouse wheel and keys.

 -- Pavel Pisa <pisa@cmp.felk.cvut.cz>  Fri, 28 Jun 2019 15:38:52 +0200

qtmips (0.6.8) unstable; urgency=medium

  * Debian package updated to version 0.6.8.
  * Coreview multiplexers updated and added for branch compare forward.
  * qtmips_gui: set application window icon.
  * Set gray background to stalled instructions/idled stages.
  * Setting background color dial
  * qtmips_cli: start report in decimal mode.

 -- Pavel Pisa <pisa@cmp.felk.cvut.cz>  Mon, 01 Apr 2019 15:26:46 +0200

qtmips (0.6.7) unstable; urgency=medium

  * Debian package updated to version 0.6.7.
  * Change single cycle core with delay slot to use separate fetch stage.
  * Program listing and stages use color background.
  * Correct write through spelling. Reported by Richard Susta.
  * qtmips_cli can be used for cache statistic and result memory tests.

 -- Pavel Pisa <pisa@cmp.felk.cvut.cz>  Wed, 27 Mar 2019 00:38:24 +0100

qtmips (0.6.6) unstable; urgency=medium

  * Corrected row and column output in cache address fields.
  * Highlight cache read and write acesses.
  * Highlight registers and coprocessor 0 read and writes.

 -- Pavel Pisa <pisa@cmp.felk.cvut.cz>  Sun, 17 Mar 2019 20:51:55 +0100

qtmips (0.6.5) unstable; urgency=medium

  * Initial Debian packaging.

 -- Pavel Pisa <pisa@cmp.felk.cvut.cz>  Wed, 13 Mar 2019 19:38:33 +0100