Commit History

Author SHA1 Message Date
  wouter 771cbae70b Make 'machine_info slot' return a list of devices 11 years ago
  Wouter Vermaelen 2f4c27be07 [6/7] cleanups: use the c++11 'auto' feature more 16 years ago
  wouter d089095d55 Various text-processing stuff 11 years ago
  Wouter Vermaelen 834da875d9 Replace most uses of std::set<> with std::vector<> 12 years ago
  Wouter Vermaelen c0dac6bede Use c++11 new for-loop syntax 12 years ago
  Wouter Vermaelen f2e8f7d6ac Use 'auto' to simplify c++ casts 12 years ago
  Wouter Vermaelen 6be44c5e4e Replace most uses of {const_}iterator by 'auto' 12 years ago
  Wouter Vermaelen ea645cdf39 Replace vector<Foo*> with vector<unique_ptr<Foo>> 12 years ago
  Wouter Vermaelen 7e6fe607d6 Replace NULL with nullptr 12 years ago
  Wouter Vermaelen 47d3da50df [10/n] string_ref stuff: various 12 years ago
  Wouter Vermaelen 89153312e0 [5/n] string_ref stuff: XMLElement 12 years ago
  Wouter Vermaelen 39016ccc20 Reduced #include dependencies / cleanup 'getter-chains' 12 years ago
  Wouter Vermaelen cd8206269b Removed MSXMotherBoard constructor parameter from MSXDevice 12 years ago
  Wouter Vermaelen abd89490ee Removed MSXDevice::motherboard member 12 years ago
  Wouter Vermaelen 497323c866 Added primary/secondary info to DeviceConfig, removed XMLElement::parent 12 years ago
  Wouter Vermaelen a22574ac00 Added DeviceConfig class 12 years ago
  Wouter Vermaelen 4973ccca74 Removed XMLElement::getId() 12 years ago
  Wouter Vermaelen 935d12098f Removed limitation for having aligned MSX memory devices 12 years ago
  Wouter Vermaelen a934109c86 Small code refactorings 13 years ago
  Wouter Vermaelen 2083cf2350 Various memset() memcpy() size cleanups 13 years ago
  Wouter Vermaelen 15ca186b5c Fixed bug in loading old savestates (pre revision 11758) 14 years ago
  Wouter Vermaelen 31fafb118b Fixed bug in (sub)slot handling and savestates 14 years ago
  Wouter Vermaelen f9f475d354 Give the same slot to MSXDevices grouped in the same slot-tags. 14 years ago
  Wouter Vermaelen c0cef6349b Refactor external slot allocation 14 years ago
  Wouter Vermaelen 2bf26f18fd Various tiny tweaks, cleanups, fixes 14 years ago
  Wouter Vermaelen 52f238dea7 various std::string related cleanups 14 years ago
  Wouter Vermaelen f8a82a5e34 Remove #ifdef WIN32, #include <iterator> is needed for all platforms 14 years ago
  Max Feingold 0f233e3a88 Port VC++ build to VS 2010 14 years ago
  Wouter Vermaelen 8ec2de5995 replace 'assert(false)' with 'UNREACHABLE' 15 years ago
  Wouter Vermaelen 65ff57c199 Use StringOp::Builder class to reduce executable size 15 years ago