m9710797
|
0c6c272e85
[2/2] use constexpr to define constants
|
5 gadi atpakaļ |
m9710797
|
8e96880015
Use c++17 std::string_view instead of our own version
|
5 gadi atpakaļ |
m9710797
|
1c389ce22b
[1/6] apply fixes suggested by clang-tidy modernize-*
|
5 gadi atpakaļ |
m9710797
|
ac039c81b6
Renamed string_ref to string_view
|
6 gadi atpakaļ |
Wouter Vermaelen
|
bc48c7d9b9
Replace our 'noncopyable' helper with c++11 '=delete'
|
10 gadi atpakaļ |
Wouter Vermaelen
|
1f5b4210c1
Made File objects moveable + default-constructable
|
9 gadi atpakaļ |
m9710797
|
bc059307c2
Remove FilePool/sha1 stuff from File class
|
9 gadi atpakaļ |
Wouter Vermaelen
|
f3e567c5f5
Replace 'typedef' with 'using'
|
9 gadi atpakaļ |
m9710797
|
27b59dca17
[2/3] Cleanup MSXMotherBoard::getSharedStuff()
|
10 gadi atpakaļ |
m9710797
|
c78bd93d2c
[4/5] Mark virtual method overrides with new c++11 'override' keyword
|
10 gadi atpakaļ |
m9710797
|
167be8eb04
[3/5] Made destructors non-virtual where possible
|
10 gadi atpakaļ |
m9710797
|
fcbcac823e
[1/5] Added final class annotations
|
10 gadi atpakaļ |
m9710797
|
964bbf1249
[7/7] Remove vector<string> interface from Command
|
10 gadi atpakaļ |
wouter
|
9c58265013
Ran include-what-you-use and removed some #includes
|
11 gadi atpakaļ |
wouter
|
110b2d4cc8
Align SectorBuffer / added AlignedBuffer
|
11 gadi atpakaļ |
wouter
|
74a1f4cfa1
Use SectorBuffer in read/writeSector()
|
11 gadi atpakaļ |
wouter
|
d089095d55
Various text-processing stuff
|
11 gadi atpakaļ |
Wouter Vermaelen
|
63bd7d679b
Basic support for large disks
|
12 gadi atpakaļ |
Wouter Vermaelen
|
3979f87d52
Replace std::auto_ptr with std::unique_ptr
|
12 gadi atpakaļ |
Wouter Vermaelen
|
a8ba49902e
Optimized memory usage for sha1-results
|
12 gadi atpakaļ |
Wouter Vermaelen
|
cd8206269b
Removed MSXMotherBoard constructor parameter from MSXDevice
|
12 gadi atpakaļ |
Wouter Vermaelen
|
66613598f7
Removed XMLElement::getFileContext()
|
12 gadi atpakaļ |
Maarten ter Huurne
|
426b86a4b5
Changed "keycode" to unsigned, since all sense constants are unsigned as well. Fixes warning when compiling with Clang.
|
13 gadi atpakaļ |
Wouter Vermaelen
|
bef685a976
Use File::getSha1Sum() for unpatched disk/hd images
|
14 gadi atpakaļ |
Wouter Vermaelen
|
3c4b5c36d6
bring NowindHost from openmsx tree and official libnowind tree closer together
|
15 gadi atpakaļ |
Wouter Vermaelen
|
aece8efd55
added various missing features in NowindHost:
|
15 gadi atpakaļ |
Wouter Vermaelen
|
e333b0d635
move REGISTER_MSXDEVICE and REGISTER_POLYMORPHIC_INITIALIZER from .hh to .cc
|
16 gadi atpakaļ |
Wouter Vermaelen
|
25dbe2f2dc
more cleanups
|
16 gadi atpakaļ |
Wouter Vermaelen
|
0cbed5df95
made Disk and SectorAccessibleDisk write-protectable (functionality is not yet used)
|
16 gadi atpakaļ |
Wouter Vermaelen
|
b099a9b733
serialize SCSI stuff
|
16 gadi atpakaļ |