Mograsim.git
2019-10-02 Fabian StemmlerDisplay now accessed via PlatformUI for e.g. highlight...
2019-10-02 Fabian StemmlerAdded hot replace functionality for modified mpm files
2019-10-01 Fabian StemmlerMemoryEditor Font can now be configured
2019-10-01 Daniel KirschtenMade renderSymbol/Outline final to force components...
2019-10-01 Daniel KirschtenMade get/setHLS final to force components to set a...
2019-10-01 Daniel KirschtenAdded missing package to model.am2900's MANIFEST
2019-10-01 Daniel KirschtenEnabled other memory renderings provided by org.eclipse...
2019-10-01 Daniel KirschtenMerge remote-tracking branch 'origin/development' into...
2019-10-01 Daniel KirschtenMainMemoryBlockExtension now reports the correct endianness
2019-10-01 Fabian StemmlerSingleSWTRequest utility class now actually does what...
2019-10-01 Fabian StemmlerFixed a bug: colors/fonts did not update properly in...
2019-09-30 Daniel KirschtenAm2900Machine now has registers
2019-09-30 Daniel KirschtenMainMemoryBlockExtension now throttles firing of conten...
2019-09-30 Daniel KirschtenMarked fields/methods related to activeMachine as depre...
2019-09-30 Daniel KirschtenMade SimulationView(Editor) a View again
2019-09-30 Daniel KirschtenFixed crashbug in ActiveInstructionPreviewContentProvider
2019-09-30 Daniel KirschtenIntroduced execution speed listeners in MachineDebugTarget
2019-09-30 Daniel KirschtenIntroduced getters for executionSpeed
2019-09-30 Daniel KirschtenFixed annoying sporadic crashes
2019-09-30 Fabian StemmlerInstruction Table Editing Support now uses the correct...
2019-09-30 Daniel KirschtenMerge branch 'machines-are-launch-configs' into development
2019-09-30 Daniel KirschtenLauch configuration attribute "Initial RAM" now has...
2019-09-30 Daniel KirschtenMemoryEditor now actually works
2019-09-30 Daniel KirschtenCreated MainMemoryParser
2019-09-30 Fabian StemmlerActiveInstructionChangedListener moved to Machine and...
2019-09-29 Daniel KirschtenRemoved MachineProcess
2019-09-29 Daniel KirschtenMainMachineLaunchConfigTab's selection dialogs now...
2019-09-29 Daniel KirschtenMainMachineLaunchConfigTab now looks better
2019-09-29 Daniel KirschtenThe user can now specify a RAM file (but doesn't have to)
2019-09-29 Daniel KirschtenA Machine now can be run, not only debugged (doesn...
2019-09-29 Daniel KirschtenMPM file gets loaded when MainMachineLaunchConfigTab...
2019-09-29 Daniel KirschtenReplaced hardcoded string with reference to MGSActivate...
2019-09-29 Daniel KirschtenMade MPM configurable; changed startup exec speed from...
2019-09-29 Daniel KirschtenFixed a bug in MainMemoryBlockExtension
2019-09-29 Daniel KirschtenMade main memory access via the Memory view work
2019-09-29 Daniel KirschtenFurther work on machine launch configs
2019-09-29 Fabian StemmlerInsured InstructionTable removes all Listeners
2019-09-28 Fabian StemmlerModified values cells are now in italic
2019-09-28 Fabian StemmlerMade highlighted/modified cells bold; New default modif...
2019-09-28 Daniel KirschtenRemoved version attributes of org.eclipse.debug.core...
2019-09-28 Daniel KirschtenAdded a test launch config
2019-09-28 Fabian StemmlerFixed issue with row highlighting
2019-09-27 Fabian StemmlerNon-default values are now highlighted in the Instructi...
2019-09-27 Christian FemersUpdated project structure (bc SWTInput)
2019-09-26 Daniel KirschtenFixed MemoryTableContentProvider#update throwing an...
2019-09-26 Daniel KirschtenMade Clock slow enough for the slowest microinstruction...
2019-09-26 Christian FemersUpdated feature.xml to new dependencies and removed...
2019-09-26 Christian FemersMake project selector handle MachineContexts and small...
2019-09-26 Christian FemersSmall adjustment to the validity quality of a MachineCo...
2019-09-26 Daniel Kirschtenlogic.core.tests now depends on logic.core, not logic...
2019-09-26 Daniel KirschtenUpdated project references; also plugin.core no longer...
2019-09-26 Fabian StemmlerMerge branch 'development' of https://gitlab.lrz.de...
2019-09-26 Fabian StemmlerSetting simulation speed higher should no longer have...
2019-09-26 Daniel KirschtenRemoved debug sysouts to make the plugin "silent"
2019-09-26 Daniel KirschtenAdded "Reload machine" button
2019-09-26 Daniel KirschtenA machine change now leaves user-defined sim speeds...
2019-09-26 Daniel KirschtenSimulation speed now can be edited via a text field
2019-09-26 Daniel KirschtenFixed a stupid bug causing LogicExecuter to eat your CPU
2019-09-26 Daniel KirschtenSwitched default mouse buttons for action and drag.
2019-09-26 Daniel KirschtenChanged simulation speed slider to a scale (not sure...
2019-09-26 Daniel KirschtenRemoved MemoryView from plugin.xml
2019-09-26 Daniel KirschtenMade preference page a bit easier to use
2019-09-26 Daniel KirschtenAdded preferences for mouse button assignments
2019-09-26 Daniel KirschtenDeleted legacy MachineContext
2019-09-26 Daniel KirschtenFixed typo in SimulationViewEditor
2019-09-26 Daniel KirschtenMade MemoryView to an Editor
2019-09-26 Fabian StemmlerSet reasonable default values for Am2900 MicroInstructions
2019-09-26 Fabian StemmlerCreated CyclingCellEditor for BooleanEditingSupport
2019-09-26 Fabian StemmlerAdded MnemonicFamilyBuilder and set most Mnemonics...
2019-09-26 Daniel KirschtenFixed execution freezing when the next queued event...
2019-09-26 Daniel KirschtenSped up logic core execution by 1000%
2019-09-26 Daniel KirschtenPauseableTimeFunction now supports non-integral speed...
2019-09-26 Daniel KirschtenAdded a reset button to SimulationViewEditor
2019-09-26 Daniel KirschtenFixed Am2900Machine#reset (broke when deleting clock...
2019-09-26 Daniel KirschtenInstructionView now reacts to memory reassignments...
2019-09-26 Daniel KirschtenMade sure listeners get removed when SimulationViewEdit...
2019-09-26 Christian FemersReworked some parts of the MachineContext to make its...
2019-09-26 Christian FemersFixed the MograsimBuilder a bit, but it will likely...
2019-09-26 Christian FemersDocumented the ProjectMachineContext
2019-09-26 Christian FemersReordered the disposal of the old resources, because...
2019-09-26 Christian FemersAdded comment on MachineRegistry
2019-09-25 Daniel KirschtenModified README.md a bit; deleted build_from_source.txt
2019-09-25 Daniel KirschtenRemoved the clock ManualSwitches and made the clock...
2019-09-25 Daniel KirschtenBZ/PC and IR now get written at the rising clock edge
2019-09-25 Daniel KirschtenReserialized components
2019-09-25 Daniel KirschtenMade Am2900 memory reads work if Am2901Dest=QREG ...
2019-09-25 Daniel KirschtenFixed two small bugs in the two Delegating...Handlers:
2019-09-25 Daniel KirschtenHLSShell now closes when the according LogicUICanvas...
2019-09-25 Daniel KirschtenAdjusted default HLS debug shell depth
2019-09-25 Daniel KirschtenRemoved model.am2900 from plugin.core's required bundles
2019-09-25 Daniel KirschtenIndirectModelComponentCreator now supports clearing...
2019-09-25 Daniel KirschtenSimulationViewEditor now reacts better to machine changes
2019-09-25 Daniel KirschtensetViewerInput now is much faster and doesn't cause...
2019-09-25 Daniel KirschtenMade clock overridable by a ManualSwitch
2019-09-25 Daniel KirschtenReserialized components
2019-09-25 Daniel KirschtenSVE now supports context changes better (untested)
2019-09-25 Daniel KirschtenRe-added instruction preview to SimulationViewEditor
2019-09-25 Daniel KirschtenFixed an exception being thrown when the application...
2019-09-25 Daniel KirschtenSimulationViewEditor now supports machine context chang...
2019-09-25 Daniel KirschtenMerge remote-tracking branch 'origin/development' into...
next