Manuel Bilderbeek 1cd17b98d6 Update copyright year 5 tahun lalu
..
cassette 0d1ec8e593 fix clang-tidy-7 'readability-inconsistent-declaration-parameter-name' 5 tahun lalu
commands 0d1ec8e593 fix clang-tidy-7 'readability-inconsistent-declaration-parameter-name' 5 tahun lalu
config 0d1ec8e593 fix clang-tidy-7 'readability-inconsistent-declaration-parameter-name' 5 tahun lalu
console d5eb387a14 small cleanups 5 tahun lalu
cpu 3e6b2d93ef Reset frameskip stuff on 'debug continue' 5 tahun lalu
debugger 0d1ec8e593 fix clang-tidy-7 'readability-inconsistent-declaration-parameter-name' 5 tahun lalu
events 65bdfcc4dd Fix(?) bug#1095, by blocking unicode range U+E000..U+F8FF 5 tahun lalu
fdc e436981231 apply clang-tidy-7 'modernize-use-auto' 5 tahun lalu
file 0d1ec8e593 fix clang-tidy-7 'readability-inconsistent-declaration-parameter-name' 5 tahun lalu
ide e436981231 apply clang-tidy-7 'modernize-use-auto' 5 tahun lalu
input ccae1f5a63 apply clang-tidy-7 'misc-unused-using-decls' 5 tahun lalu
laserdisc 0d1ec8e593 fix clang-tidy-7 'readability-inconsistent-declaration-parameter-name' 5 tahun lalu
memory a2e86274e2 Fix 'openmsx_info software <sha1sum>' 5 tahun lalu
resource 1cd17b98d6 Update copyright year 5 tahun lalu
security 862131d0bc [3/3] Fix more visual studio compiler warnings 8 tahun lalu
serial 0d1ec8e593 fix clang-tidy-7 'readability-inconsistent-declaration-parameter-name' 5 tahun lalu
settings 0d1ec8e593 fix clang-tidy-7 'readability-inconsistent-declaration-parameter-name' 5 tahun lalu
sound f9cb92629c Fix Y8950 status bit 0 (followup on 7c458d06cd50) 5 tahun lalu
thread e552458f06 [7/7] Remove Thread wrapper class 7 tahun lalu
unittest 174cfdc239 added unittest for StringOp 5 tahun lalu
utils 7798365712 removed ARM assembly code (fix crash on Android) 5 tahun lalu
video 7798365712 removed ARM assembly code (fix crash on Android) 5 tahun lalu
.gitignore 24d2a5fcf0 Cleanup in .gitignore files 10 tahun lalu
AndroidApiWrapper.cc 82b503a326 Fix Android specific warnings in wrapper code 5 tahun lalu
AndroidApiWrapper.hh ac039c81b6 Renamed string_ref to string_view 6 tahun lalu
Autofire.cc ac039c81b6 Renamed string_ref to string_view 6 tahun lalu
Autofire.hh ac039c81b6 Renamed string_ref to string_view 6 tahun lalu
CLIOption.cc 9f2312e3d0 Make use of strCat() and strAppend() 6 tahun lalu
CLIOption.hh ac039c81b6 Renamed string_ref to string_view 6 tahun lalu
CartridgeSlotManager.cc fb56f4838a avoid string-copy when converting one exception type into another 5 tahun lalu
CartridgeSlotManager.hh ac039c81b6 Renamed string_ref to string_view 6 tahun lalu
ChakkariCopy.cc 9f2312e3d0 Make use of strCat() and strAppend() 6 tahun lalu
ChakkariCopy.hh d112a0cb6e Small fixes + cleanups 8 tahun lalu
CliExtension.cc fb56f4838a avoid string-copy when converting one exception type into another 5 tahun lalu
CliExtension.hh ac039c81b6 Renamed string_ref to string_view 6 tahun lalu
Clock.hh 5da631e40b Removed workarounds for bugs in old gcc versions 10 tahun lalu
CommandLineParser.cc 0d1ec8e593 fix clang-tidy-7 'readability-inconsistent-declaration-parameter-name' 5 tahun lalu
CommandLineParser.hh ac039c81b6 Renamed string_ref to string_view 6 tahun lalu
Connector.cc 9f2312e3d0 Make use of strCat() and strAppend() 6 tahun lalu
Connector.hh ac039c81b6 Renamed string_ref to string_view 6 tahun lalu
DebugDevice.cc d5eb387a14 small cleanups 5 tahun lalu
DebugDevice.hh ac039c81b6 Renamed string_ref to string_view 6 tahun lalu
DeviceFactory.cc 39f5361836 use std::make_unique instead of our own version 5 tahun lalu
DeviceFactory.hh 5b4cf2b66e applied a (small part of) the changes suggested by clang-tidy readability-* 6 tahun lalu
Doxyfile e87f1845f9 Updated Doxyfile 10 tahun lalu
DummyDevice.cc 771cbae70b Make 'machine_info slot' return a list of devices 11 tahun lalu
DummyDevice.hh c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 9 tahun lalu
DummyPrinterPortDevice.cc ac039c81b6 Renamed string_ref to string_view 6 tahun lalu
DummyPrinterPortDevice.hh ac039c81b6 Renamed string_ref to string_view 6 tahun lalu
DynamicClock.cc d089095d55 Various text-processing stuff 11 tahun lalu
DynamicClock.hh d1a0ca5e65 Fixed regression introduced by the VDP delay refactoring 8 tahun lalu
EmptyPatch.cc d089095d55 Various text-processing stuff 11 tahun lalu
EmptyPatch.hh bc48c7d9b9 Replace our 'noncopyable' helper with c++11 '=delete' 8 tahun lalu
EmuDuration.cc d089095d55 Various text-processing stuff 11 tahun lalu
EmuDuration.hh d5eb387a14 small cleanups 5 tahun lalu
EmuTime.cc 0d1ec8e593 fix clang-tidy-7 'readability-inconsistent-declaration-parameter-name' 5 tahun lalu
EmuTime.hh 404017c199 Use pass-by-value optimization for EmuTime on all 64-bit platforms 6 tahun lalu
FirmwareSwitch.cc 9f2312e3d0 Make use of strCat() and strAppend() 6 tahun lalu
FirmwareSwitch.hh c2a8cb3594 [1/9] unique_ptr->value, setting objects 9 tahun lalu
GlobalSettings.cc 39f5361836 use std::make_unique instead of our own version 5 tahun lalu
GlobalSettings.hh bc48c7d9b9 Replace our 'noncopyable' helper with c++11 '=delete' 8 tahun lalu
I8255.cc 9364ceb7e2 Remove duplicate code for mapping PPI port address to method 6 tahun lalu
I8255.hh 9364ceb7e2 Remove duplicate code for mapping PPI port address to method 6 tahun lalu
I8255Interface.hh 167be8eb04 [3/5] Made destructors non-virtual where possible 9 tahun lalu
IPSPatch.cc 9f2312e3d0 Make use of strCat() and strAppend() 6 tahun lalu
IPSPatch.hh a3f0ebe136 Fix most "clang-tidy -check=modernize-pass-by-value" warnings 7 tahun lalu
InitException.hh 414be59551 Change constructor of exception classes 6 tahun lalu
LedStatus.cc 39f5361836 use std::make_unique instead of our own version 5 tahun lalu
LedStatus.hh c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 9 tahun lalu
MSXBunsetsu.cc 5bedf250bb [5/9] unique_ptr->value, Rom,Ram,Sram,Flash 9 tahun lalu
MSXBunsetsu.hh 5b4cf2b66e applied a (small part of) the changes suggested by clang-tidy readability-* 6 tahun lalu
MSXCielTurbo.cc f85d68865c Fix all "clang-tidy -check=modernize-use-default" warnings 7 tahun lalu
MSXCielTurbo.hh f85d68865c Fix all "clang-tidy -check=modernize-use-default" warnings 7 tahun lalu
MSXDevice.cc 9f2312e3d0 Make use of strCat() and strAppend() 6 tahun lalu
MSXDevice.hh f642c0b05d Implemented 'global read' mechanism 6 tahun lalu
MSXDeviceSwitch.cc 9f2312e3d0 Make use of strCat() and strAppend() 6 tahun lalu
MSXDeviceSwitch.hh c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 9 tahun lalu
MSXE6Timer.cc d089095d55 Various text-processing stuff 11 tahun lalu
MSXE6Timer.hh c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 9 tahun lalu
MSXException.hh fb56f4838a avoid string-copy when converting one exception type into another 5 tahun lalu
MSXHiResTimer.cc 636f9882ae Initialize MSXHiResTimer::latchedValue in constructor 6 tahun lalu
MSXHiResTimer.hh fbd2d80bbb Mark single-parameter constructors 'implicit' 8 tahun lalu
MSXKanji.cc d39854ac2f use {} to create empty string 6 tahun lalu
MSXKanji.hh 5bedf250bb [5/9] unique_ptr->value, Rom,Ram,Sram,Flash 9 tahun lalu
MSXKanji12.cc 08086a1776 Improve error message when wrongly sized ROM is used. 8 tahun lalu
MSXKanji12.hh 5bedf250bb [5/9] unique_ptr->value, Rom,Ram,Sram,Flash 9 tahun lalu
MSXMatsushita.cc 39f5361836 use std::make_unique instead of our own version 5 tahun lalu
MSXMatsushita.hh f61a6c17dc Fixed crash on invalid VDP/MSXMatsushita combination 6 tahun lalu
MSXMotherBoard.cc 0d1ec8e593 fix clang-tidy-7 'readability-inconsistent-declaration-parameter-name' 5 tahun lalu
MSXMotherBoard.hh ac039c81b6 Renamed string_ref to string_view 6 tahun lalu
MSXPPI.cc caf0af9123 Move handling of keyboard configuration into Keyboard class 6 tahun lalu
MSXPPI.hh df5f46fa73 [6/9] unique_ptr->value, rest of unique_ptr's in devices 9 tahun lalu
MSXPrinterPort.cc 39f5361836 use std::make_unique instead of our own version 5 tahun lalu
MSXPrinterPort.hh ac039c81b6 Renamed string_ref to string_view 6 tahun lalu
MSXRTC.cc 5bedf250bb [5/9] unique_ptr->value, Rom,Ram,Sram,Flash 9 tahun lalu
MSXRTC.hh 5bedf250bb [5/9] unique_ptr->value, Rom,Ram,Sram,Flash 9 tahun lalu
MSXResetStatusRegister.cc d089095d55 Various text-processing stuff 11 tahun lalu
MSXResetStatusRegister.hh c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 9 tahun lalu
MSXS1985.cc 4adaad5da1 fix clang-tidy-7 'readability-named-parameter' 5 tahun lalu
MSXS1985.hh c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 9 tahun lalu
MSXS1990.cc a6e331fdcf Fix some "clang-tidy -check=readability*" warnings 7 tahun lalu
MSXS1990.hh 49f27fea65 Remove back-pointers from inner to outer objects 9 tahun lalu
MSXSwitchedDevice.cc d089095d55 Various text-processing stuff 11 tahun lalu
MSXSwitchedDevice.hh bc48c7d9b9 Replace our 'noncopyable' helper with c++11 '=delete' 8 tahun lalu
MSXTurboRPause.cc 0d1ec8e593 fix clang-tidy-7 'readability-inconsistent-declaration-parameter-name' 5 tahun lalu
MSXTurboRPause.hh c2a8cb3594 [1/9] unique_ptr->value, setting objects 9 tahun lalu
MSXVictorHC9xSystemControl.cc f85d68865c Fix all "clang-tidy -check=modernize-use-default" warnings 7 tahun lalu
MSXVictorHC9xSystemControl.hh f85d68865c Fix all "clang-tidy -check=modernize-use-default" warnings 7 tahun lalu
PasswordCart.cc d089095d55 Various text-processing stuff 11 tahun lalu
PasswordCart.hh c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 9 tahun lalu
PatchInterface.hh d089095d55 Various text-processing stuff 11 tahun lalu
PlugException.hh 414be59551 Change constructor of exception classes 6 tahun lalu
Pluggable.cc 9f2312e3d0 Make use of strCat() and strAppend() 6 tahun lalu
Pluggable.hh ac039c81b6 Renamed string_ref to string_view 6 tahun lalu
PluggableFactory.cc 39f5361836 use std::make_unique instead of our own version 5 tahun lalu
PluggableFactory.hh d089095d55 Various text-processing stuff 11 tahun lalu
PluggingController.cc d5eb387a14 small cleanups 5 tahun lalu
PluggingController.hh ac039c81b6 Renamed string_ref to string_view 6 tahun lalu
Printer.cc e436981231 apply clang-tidy-7 'modernize-use-auto' 5 tahun lalu
Printer.hh ac039c81b6 Renamed string_ref to string_view 6 tahun lalu
PrinterPortDevice.cc ac039c81b6 Renamed string_ref to string_view 6 tahun lalu
PrinterPortDevice.hh ac039c81b6 Renamed string_ref to string_view 6 tahun lalu
PrinterPortLogger.cc 39f5361836 use std::make_unique instead of our own version 5 tahun lalu
PrinterPortLogger.hh ac039c81b6 Renamed string_ref to string_view 6 tahun lalu
PrinterPortSimpl.cc 39f5361836 use std::make_unique instead of our own version 5 tahun lalu
PrinterPortSimpl.hh ac039c81b6 Renamed string_ref to string_view 6 tahun lalu
RP5C01.cc e436981231 apply clang-tidy-7 'modernize-use-auto' 5 tahun lalu
RP5C01.hh bc48c7d9b9 Replace our 'noncopyable' helper with c++11 '=delete' 8 tahun lalu
RTSchedulable.cc 7bd9111ba3 Replace Alarm with RTScheduler 9 tahun lalu
RTSchedulable.hh 00b3389534 Added emulation of EEPROM_93C46 + unittest 6 tahun lalu
RTScheduler.cc fbd2d80bbb Mark single-parameter constructors 'implicit' 8 tahun lalu
RTScheduler.hh bc48c7d9b9 Replace our 'noncopyable' helper with c++11 '=delete' 8 tahun lalu
Reactor.cc a2e86274e2 Fix 'openmsx_info software <sha1sum>' 5 tahun lalu
Reactor.hh a2e86274e2 Fix 'openmsx_info software <sha1sum>' 5 tahun lalu
RealTime.cc d5ce250f1f Remove 'userData' from Schedulable 9 tahun lalu
RealTime.hh d5ce250f1f Remove 'userData' from Schedulable 9 tahun lalu
RenShaTurbo.cc 39f5361836 use std::make_unique instead of our own version 5 tahun lalu
RenShaTurbo.hh bc48c7d9b9 Replace our 'noncopyable' helper with c++11 '=delete' 8 tahun lalu
ReplayCLI.cc ac039c81b6 Renamed string_ref to string_view 6 tahun lalu
ReplayCLI.hh 0d1ec8e593 fix clang-tidy-7 'readability-inconsistent-declaration-parameter-name' 5 tahun lalu
ReverseManager.cc ac039c81b6 Renamed string_ref to string_view 6 tahun lalu
ReverseManager.hh e02cfcb9b6 [1/12] Initial version of DeltaBlock based reverse snapshots 7 tahun lalu
SVIPPI.cc caf0af9123 Move handling of keyboard configuration into Keyboard class 6 tahun lalu
SVIPPI.hh 1fdbf50e81 Support spectravideo machines, contributed by Tomas Karlsson 9 tahun lalu
SVIPrinterPort.cc 39f5361836 use std::make_unique instead of our own version 5 tahun lalu
SVIPrinterPort.hh ac039c81b6 Renamed string_ref to string_view 6 tahun lalu
SaveStateCLI.cc ac039c81b6 Renamed string_ref to string_view 6 tahun lalu
SaveStateCLI.hh 0d1ec8e593 fix clang-tidy-7 'readability-inconsistent-declaration-parameter-name' 5 tahun lalu
Schedulable.cc d5ce250f1f Remove 'userData' from Schedulable 9 tahun lalu
Schedulable.hh bc48c7d9b9 Replace our 'noncopyable' helper with c++11 '=delete' 8 tahun lalu
Scheduler.cc fbd2d80bbb Mark single-parameter constructors 'implicit' 8 tahun lalu
Scheduler.hh bc48c7d9b9 Replace our 'noncopyable' helper with c++11 '=delete' 8 tahun lalu
SchedulerQueue.hh bd23fd84fc Removed unnecessary local definition of SPARE_FRONT 7 tahun lalu
SensorKid.cc 9f2312e3d0 Make use of strCat() and strAppend() 6 tahun lalu
SensorKid.hh 0d7b7293a0 Added callback to acquire data 9 tahun lalu
ThrottleManager.cc c2a8cb3594 [1/9] unique_ptr->value, setting objects 9 tahun lalu
ThrottleManager.hh bc48c7d9b9 Replace our 'noncopyable' helper with c++11 '=delete' 8 tahun lalu
Version.cc 9f2312e3d0 Make use of strCat() and strAppend() 6 tahun lalu
Version.hh d089095d55 Various text-processing stuff 11 tahun lalu
main.cc ccae1f5a63 apply clang-tidy-7 'misc-unused-using-decls' 5 tahun lalu
openmsx.hh eaaed8c994 Replace 'short' with 'int16_t' 8 tahun lalu
serialize.cc e436981231 apply clang-tidy-7 'modernize-use-auto' 5 tahun lalu
serialize.hh 4adaad5da1 fix clang-tidy-7 'readability-named-parameter' 5 tahun lalu
serialize_constr.hh f3e567c5f5 Replace 'typedef' with 'using' 9 tahun lalu
serialize_core.cc 9f2312e3d0 Make use of strCat() and strAppend() 6 tahun lalu
serialize_core.hh 9baf9f73c8 Use c++14 std::conditional_t instead of our own implementation 5 tahun lalu
serialize_meta.cc 9f2312e3d0 Make use of strCat() and strAppend() 6 tahun lalu
serialize_meta.hh 9baf9f73c8 Use c++14 std::conditional_t instead of our own implementation 5 tahun lalu
serialize_stl.hh f3e567c5f5 Replace 'typedef' with 'using' 9 tahun lalu