aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/programloader.cpp
Commit message (Collapse)AuthorAge
* Some pleanups and small fixesKarel Kočí2017-12-21
| | | | | These are just code fixes. Shouldn't change anything but makes code cleaner.
* Put qtmips_machine to machine namespaceKarel Kočí2017-12-17
|
* Fix problem with no such file or directoryKarel Kočí2017-12-11
| | | | | Yep when object was instantiated it wasn't copying elf_path so now fixed (should also not forget to do the same with other options too).
* Another huge pile of work for about two monthsKarel Kočí2017-11-19
| | | | | | Well I should commit every change instead of this madness. I am not documenting changes as all this is just improvements and implementation progression.
* Use QString and QVector instead of std ones and moreKarel Kočí2017-09-02
|
* Initial commitKarel Kočí2017-08-30
Adding work done so far.