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