Commit Verlauf

Autor SHA1 Nachricht Datum
  m9710797 ad62f1f738 [1/2] Made EmuTime/Duration/Clock constexpr vor 4 Jahren
  m9710797 364e862aa9 [4/15] Added to_vector() function vor 5 Jahren
  m9710797 c86a81fa05 [1/15] Added range algorithms vor 5 Jahren
  m9710797 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* vor 5 Jahren
  m9710797 fbd2d80bbb Mark single-parameter constructors 'implicit' vor 8 Jahren
  Wouter Vermaelen d5ce250f1f Remove 'userData' from Schedulable vor 9 Jahren
  m9710797 9ae142df29 Don't use Scheduler to control INTRQ in WD2793 vor 9 Jahren
  Wouter Vermaelen 22050118f6 [3/3] Scheduler optimizations, SchedulerQueue vor 10 Jahren
  Wouter Vermaelen bd17011096 [2/3] Scheduler optimizations, tweak scheduleHelper() vor 10 Jahren
  m9710797 b01faea9d7 Replace x.begin() -> begin(x) / x.end() -> end(x) vor 10 Jahren
  wouter 64e6c41ada [2/7] cleanups: algorithm stuff vor 11 Jahren
  wouter d089095d55 Various text-processing stuff vor 11 Jahren
  Wouter Vermaelen 9c5d07ed04 Preparations for later patch vor 11 Jahren
  Wouter Vermaelen 50961a996b Fixed mistake in EmuTime variable-type. vor 11 Jahren
  Wouter Vermaelen a78cf3bab7 Small tweak in Scheduler::scheduleHelper() vor 11 Jahren
  Wouter Vermaelen c0dac6bede Use c++11 new for-loop syntax vor 11 Jahren
  Wouter Vermaelen 6be44c5e4e Replace most uses of {const_}iterator by 'auto' vor 11 Jahren
  Wouter Vermaelen 7684e53961 Use return value instead of output-parameter vor 11 Jahren
  Wouter Vermaelen c30a449d54 Use std::copy_if instead of our own version vor 11 Jahren
  Wouter Vermaelen 73c880d369 Compile with -Wzero-as-null-pointer-constant and fix all warnings vor 11 Jahren
  Wouter Vermaelen 7e6fe607d6 Replace NULL with nullptr vor 11 Jahren
  Wouter Vermaelen f9e94a13bc Added motor_off_timeout_ms disk drive config parameter vor 12 Jahren
  Wouter Vermaelen 52f238dea7 various std::string related cleanups vor 14 Jahren
  Wouter Vermaelen f8a82a5e34 Remove #ifdef WIN32, #include <iterator> is needed for all platforms vor 14 Jahren
  Max Feingold 0f233e3a88 Port VC++ build to VS 2010 vor 14 Jahren
  Wouter Vermaelen 09e6c8fdf9 made 'serialize without ID' the default vor 15 Jahren
  Wouter Vermaelen 2f7172e5ff merged part of mfeingol's work to make openMSX compile with VC++ vor 15 Jahren
  Wouter Vermaelen f4eb30d3bd pass EmuTime by-value on 64-bit CPUs vor 15 Jahren
  Wouter Vermaelen 9145421e35 don't save ID's for syncPoints, this was a temp structure (on the stack) so it was easy to have ID collisions / honor No-ID property when serializing collections vor 16 Jahren
  Wouter Vermaelen c6202c2bf5 don't #include Scheduler.hh in Schedulable.hh vor 16 Jahren