m9710797
|
8e96880015
Use c++17 std::string_view instead of our own version
|
5 years ago |
m9710797
|
1c389ce22b
[1/6] apply fixes suggested by clang-tidy modernize-*
|
5 years ago |
m9710797
|
ac039c81b6
Renamed string_ref to string_view
|
6 years ago |
m9710797
|
df5f46fa73
[6/9] unique_ptr->value, rest of unique_ptr's in devices
|
9 years ago |
m9710797
|
c78bd93d2c
[4/5] Mark virtual method overrides with new c++11 'override' keyword
|
10 years ago |
m9710797
|
fcbcac823e
[1/5] Added final class annotations
|
10 years ago |
wouter
|
9c58265013
Ran include-what-you-use and removed some #includes
|
11 years ago |
wouter
|
d089095d55
Various text-processing stuff
|
11 years ago |
Wouter Vermaelen
|
7b6a48b5e6
Replace more initializations of unique_ptr with make_unique()
|
12 years ago |
Wouter Vermaelen
|
3979f87d52
Replace std::auto_ptr with std::unique_ptr
|
12 years ago |
Wouter Vermaelen
|
cbd6e0b757
[14/n] string_ref stuff: Pluggable::getDescription()
|
12 years ago |
Wouter Vermaelen
|
cd8206269b
Removed MSXMotherBoard constructor parameter from MSXDevice
|
12 years ago |
Manuel Bilderbeek
|
11c3a668bf
Show different output for the two key joystick descriptions.
|
13 years ago |
Wouter Vermaelen
|
f4eb30d3bd
pass EmuTime by-value on 64-bit CPUs
|
16 years ago |
Wouter Vermaelen
|
e333b0d635
move REGISTER_MSXDEVICE and REGISTER_POLYMORPHIC_INITIALIZER from .hh to .cc
|
16 years ago |
Wouter Vermaelen
|
22090f110c
serialize pluggables, WIP (see ChangeLog)
|
16 years ago |
Wouter Vermaelen
|
548cee003c
split Mixer in a global Mixer part and a per machine MSXMixer part
|
18 years ago |
Manuel Bilderbeek
|
430b377f3e
Added explicit to one-argument constructor declarations to prevent undesired implicit conversions
|
19 years ago |
Wouter Vermaelen
|
20d309d243
PluggingController related cleanups
|
19 years ago |
Wouter Vermaelen
|
d97dea6ef6
Mixer is no longer a singleton
|
19 years ago |
Wouter Vermaelen
|
a91b7c61c2
Changed include guards from __FOO_HH__ to FOO_HH
|
19 years ago |
Wouter Vermaelen
|
c2e9dc16b9
large cleanup, see ChangeLog for details
|
20 years ago |
Wouter Vermaelen
|
e7cf1c7466
removed exception specifications
|
20 years ago |
Wouter Vermaelen
|
8607bb246c
Don't allow one Pluggable to be plugged in two Connectors at once
|
20 years ago |
Wouter Vermaelen
|
cb9884a616
added descriptions to pluggables
|
21 years ago |
Maarten ter Huurne
|
c4ed2c4d8b
Finished Pluggable rewrite.
|
21 years ago |
Maarten ter Huurne
|
037ae22077
If plugging fails, throw PlugException. And declare that you do.
|
21 years ago |
Maarten ter Huurne
|
659286f276
Put all openMSX code in namespace "openmsx".
|
21 years ago |
Wouter Vermaelen
|
069f6b7799
more cleanups
|
21 years ago |
Wouter Vermaelen
|
e97bfde53b
Added Midi Out Logger
|
21 years ago |