0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 27 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a .BAT- and .SH-file for the release 0.5.1. More... about 14 years ago
Release 0.5.1: some bug fixes: More... about 14 years ago
Fixed a small screen dimension issue: the lower part of the screen was not visible when running WP. More... about 14 years ago
Added a command line option to enable, or disable the mouse. More... about 14 years ago
Added a command line option to enable, or disable the mouse. More... about 14 years ago
Changed logging levels in source files and updated the logging configuration file with the new packages. More... about 14 years ago
Changed inconsistencies with the creation of Logger instances. All are now "private static final" and the String provided to "Logger.getLogger(...)" is: "ClassName.class.getName()". More... about 14 years ago
Corrected previous ioPortWriteWord() byte order fix; original was correct for module.video More... about 14 years ago
Added file location to logger output More... about 14 years ago
Fixed ioPortWriteLong method to call setIOPortDoubleWord; corrected doubleword byte order More... about 14 years ago
0.5.0 release More... about 14 years ago
Added Java docs to the Utilities class. More... over 14 years ago
Covered unit tests for all valid- and invalid command line parameters. More... over 14 years ago
Fixed more JavaDocs issues. As of this moment, all JavaDocs are correct. More... over 14 years ago
Fixed JavaDocs. More... over 14 years ago
Added various command line parameters that override the settings from 'config/DioscuriConfig.xml'. The command line parameters also get written to the xml file. More... over 14 years ago
Introduced a Constants class and moved all constants from the GUI interface to that class. More... over 14 years ago
Added a JLabel on the main JFrame that shows which CPU is used (16- or 32 bit). More... over 14 years ago
No actual changes in logic, only cosmetical fixes: rearranged some methods (c-tors on top), added helper-methods for debugging and fixed JavaDocs. More... over 14 years ago
Added a couple of debug methods to print the contents of the registry values. These are only used in the unit-tests. More... over 14 years ago
All assertEquals(...) calls were defined as 'assertEquals(message, actual, expected)' while JUnit's error messages base their messages on: 'display assertEquals(message, expected, actual)'. Logically it doesn't matter, but the error messages are easier to interpret now. More... over 14 years ago
Fixed last traces of absolute/relative path issues. More... over 14 years ago
Moved the abstract test-class to the package 'dioscuri' so that it can use two protected attributes of Emulator. More... over 14 years ago
All instruction tests had the same initializations of the Emulator, CPU and Memory in their c-tor. Created an abstract Test class that does this initialization and let all concrete test classes extend that abstract class. More... over 14 years ago
Fixed dependancies for test classes. I broke things on the last commit... More... over 14 years ago
CPU unit tests More... over 14 years ago
Imported unit tests from an old CVS repository of Dioscuri. Adjusted packagae structures, changed tests from 3.X JUnit to 4.X JUnit. More... over 14 years ago
Imported unit tests from an old CVS repository of Dioscuri. Adjusted packagae structures, changed tests from 3.X JUnit to 4.X JUnit. More... over 14 years ago
[no comment] More... over 14 years ago
[no comment] More... over 14 years ago