1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +00:00
CLK/Analyser/Static
2019-12-23 21:31:46 -05:00
..
Acorn Also deploys make_unique/shared to avoid type repetition. 2019-12-21 23:52:04 -05:00
AmstradCPC Also deploys make_unique/shared to avoid type repetition. 2019-12-21 23:52:04 -05:00
AppleII Switches to std::make_shared/make_unique in a bunch of applicable places. 2019-12-21 23:34:25 -05:00
Atari2600 Also deploys make_unique/shared to avoid type repetition. 2019-12-21 23:52:04 -05:00
AtariST Adds a route through the static analyser to the Atari ST. 2019-10-20 20:38:54 -04:00
Coleco Also deploys make_unique/shared to avoid type repetition. 2019-12-21 23:52:04 -05:00
Commodore Embraces std::make_[unique/shared] in place of .reset(new . 2019-12-23 21:31:46 -05:00
Disassembler Removes many stray spaces. 2018-11-23 22:32:32 -05:00
DiskII Switches the command to issue to capitals; the Pravetz redefines lowercase as non-Latin. 2018-05-13 19:30:44 -04:00
Macintosh Makes the static analyser aware of mass-storage devices. 2019-08-25 15:10:09 -04:00
MSX Also deploys make_unique/shared to avoid type repetition. 2019-12-21 23:52:04 -05:00
Oric Also deploys make_unique/shared to avoid type repetition. 2019-12-21 23:52:04 -05:00
Sega Also deploys make_unique/shared to avoid type repetition. 2019-12-21 23:52:04 -05:00
ZX8081 Removes all instances of the copyright symbol. 2018-05-13 15:19:52 -04:00
StaticAnalyser.cpp Adds support for the .ST file format. 2019-11-12 23:23:14 -05:00
StaticAnalyser.hpp Makes the static analyser aware of mass-storage devices. 2019-08-25 15:10:09 -04:00