Commit History

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