<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qtmips/debian, branch master</title>
<subtitle>MIPS CPU emulator for education purposes</subtitle>
<id>http://git.cynerd.cz/qtmips/atom?h=master</id>
<link rel='self' href='http://git.cynerd.cz/qtmips/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/qtmips/'/>
<updated>2019-09-15T11:43:20Z</updated>
<entry>
<title>debian packaging: add watch file for GitHub QtMips repository.</title>
<updated>2019-09-15T11:43:20Z</updated>
<author>
<name>Pavel Pisa</name>
<email>pisa@cmp.felk.cvut.cz</email>
</author>
<published>2019-09-15T11:43:20Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/qtmips/commit/?id=7ec180881848027fbad6c7dd84b883c26643103f'/>
<id>urn:sha1:7ec180881848027fbad6c7dd84b883c26643103f</id>
<content type='text'>
Signed-off-by: Pavel Pisa &lt;pisa@cmp.felk.cvut.cz&gt;
</content>
</entry>
<entry>
<title>debian packaging: add git attribute to merge changelog.</title>
<updated>2019-09-15T11:08:48Z</updated>
<author>
<name>Pavel Pisa</name>
<email>pisa@cmp.felk.cvut.cz</email>
</author>
<published>2019-09-15T11:08:48Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/qtmips/commit/?id=2e08811a823490d458c057d89cbff04d306e231c'/>
<id>urn:sha1:2e08811a823490d458c057d89cbff04d306e231c</id>
<content type='text'>
Signed-off-by: Pavel Pisa &lt;pisa@cmp.felk.cvut.cz&gt;
</content>
</entry>
<entry>
<title>Version updated to 0.7.3</title>
<updated>2019-09-12T09:51:32Z</updated>
<author>
<name>Pavel Pisa</name>
<email>pisa@cmp.felk.cvut.cz</email>
</author>
<published>2019-09-12T09:51:32Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/qtmips/commit/?id=b0ffb46e1cae26b7afaa6e334c71d39ddf6953d2'/>
<id>urn:sha1:b0ffb46e1cae26b7afaa6e334c71d39ddf6953d2</id>
<content type='text'>
  * Debian package updated to version 0.7.3.
  * Implemented SKIP/SPACE assembler directives.
  * Add OpenHub statistic page link.
  * Provide support for include directive in simple assembler.
  * In include, use content from editor if file is already open.
  * Add #pragma processing to integrated assembler and its usage to control windows.
  * Use #pragma in examples to lower initial learning curve.
  * samples: simple-lw-sw-ia.S: place data section to 0x2000 address.

Signed-off-by: Pavel Pisa &lt;pisa@cmp.felk.cvut.cz&gt;
</content>
</entry>
<entry>
<title>Version updated to 0.7.2</title>
<updated>2019-08-20T22:23:38Z</updated>
<author>
<name>Pavel Pisa</name>
<email>pisa@cmp.felk.cvut.cz</email>
</author>
<published>2019-08-20T22:23:38Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/qtmips/commit/?id=1039db95c72f221c45e9941442989491bddc63b8'/>
<id>urn:sha1:1039db95c72f221c45e9941442989491bddc63b8</id>
<content type='text'>
  * Debian package updated to version 0.7.2.
  * More changes to use dialog open instead of exec (Emscripten does not support exec).
  * Updates to RPM packaging and spec file to better follow Suse rules.
  * Move fixmatheval and assembly compiler to separate library independent on Qt GUI API.
  * Implemented message window to report compilation errors.
  * Store operator text description in the fixmatheval operators tree.
  * Simple assembler moved to separate class which is independent on Qt GUI API.
  * Do not open editor twice for same filename.
  * Enable CLI version to use simple assembler.
  * Update editor search algorithm to prefer current editor for unnamed buffers.
  * Add config option to reset machine before internal assembler starts.
  * Include C language syntax highlighter for alternative sources editing.
  * Action to execute external make command and ask for unsaved sources.
  * Ask to save modified files on exit.
  * Ask for modified source close and handle unnamed sources close.
  * Replace shortcuts to not hide Ctrl+C and some others.
  * Implemented ASCII and ASCIZ operations.
  * Include actions New source and Close source on toolbar.
  * Make program and memory window visible when address requested from symbol dialog.
  * Add embedded examples menu and resources.

Signed-off-by: Pavel Pisa &lt;pisa@cmp.felk.cvut.cz&gt;
</content>
</entry>
<entry>
<title>Version updated to 0.7.1</title>
<updated>2019-07-03T10:25:27Z</updated>
<author>
<name>Pavel Pisa</name>
<email>pisa@cmp.felk.cvut.cz</email>
</author>
<published>2019-07-03T10:25:27Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/qtmips/commit/?id=65f530cd6b38c9d1971314bb14705137623a8f9d'/>
<id>urn:sha1:65f530cd6b38c9d1971314bb14705137623a8f9d</id>
<content type='text'>
  * 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.

Signed-off-by: Pavel Pisa &lt;pisa@cmp.felk.cvut.cz&gt;
</content>
</entry>
<entry>
<title>Version updated to 0.7.0</title>
<updated>2019-06-28T13:43:00Z</updated>
<author>
<name>Pavel Pisa</name>
<email>pisa@cmp.felk.cvut.cz</email>
</author>
<published>2019-06-28T13:43:00Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/qtmips/commit/?id=1841ca30c574c9d1ac57b10b1cf417ef62be0af6'/>
<id>urn:sha1:1841ca30c574c9d1ac57b10b1cf417ef62be0af6</id>
<content type='text'>
  * 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.

Signed-off-by: Pavel Pisa &lt;pisa@cmp.felk.cvut.cz&gt;
</content>
</entry>
<entry>
<title>Version updated to 0.6.8.</title>
<updated>2019-04-01T13:30:49Z</updated>
<author>
<name>Pavel Pisa</name>
<email>pisa@cmp.felk.cvut.cz</email>
</author>
<published>2019-04-01T13:30:49Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/qtmips/commit/?id=38878cff43bb71d1ebd05b680b4d97f4f6719eba'/>
<id>urn:sha1:38878cff43bb71d1ebd05b680b4d97f4f6719eba</id>
<content type='text'>
Signed-off-by: Pavel Pisa &lt;pisa@cmp.felk.cvut.cz&gt;
</content>
</entry>
<entry>
<title>Update Suse/Fedora/RedHat packaging files to install icon and desktop file.</title>
<updated>2019-03-31T21:41:51Z</updated>
<author>
<name>Pavel Pisa</name>
<email>pisa@cmp.felk.cvut.cz</email>
</author>
<published>2019-03-31T20:35:46Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/qtmips/commit/?id=04ee076f6a0fd1600602dec0f256eac27a0959e3'/>
<id>urn:sha1:04ee076f6a0fd1600602dec0f256eac27a0959e3</id>
<content type='text'>
Signed-off-by: Pavel Pisa &lt;pisa@cmp.felk.cvut.cz&gt;
</content>
</entry>
<entry>
<title>Move dektop file to data directory.</title>
<updated>2019-03-31T18:55:42Z</updated>
<author>
<name>Pavel Pisa</name>
<email>pisa@cmp.felk.cvut.cz</email>
</author>
<published>2019-03-31T18:55:42Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/qtmips/commit/?id=d094efe4b10c22518226b99edce7a1f761934945'/>
<id>urn:sha1:d094efe4b10c22518226b99edce7a1f761934945</id>
<content type='text'>
Signed-off-by: Pavel Pisa &lt;pisa@cmp.felk.cvut.cz&gt;
</content>
</entry>
<entry>
<title>Correct Debian changelog formatting.</title>
<updated>2019-03-27T00:13:51Z</updated>
<author>
<name>Pavel Pisa</name>
<email>pisa@cmp.felk.cvut.cz</email>
</author>
<published>2019-03-27T00:13:51Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/qtmips/commit/?id=675725cd3fb6ffeaaf1dad0c81fd01b582ab3be0'/>
<id>urn:sha1:675725cd3fb6ffeaaf1dad0c81fd01b582ab3be0</id>
<content type='text'>
Signed-off-by: Pavel Pisa &lt;pisa@cmp.felk.cvut.cz&gt;
</content>
</entry>
</feed>
