Commit History

Author SHA1 Message Date
  m9710797 ad62f1f738 [1/2] Made EmuTime/Duration/Clock constexpr 4 years ago
  m9710797 364e862aa9 [4/15] Added to_vector() function 5 years ago
  m9710797 c86a81fa05 [1/15] Added range algorithms 5 years ago
  m9710797 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* 5 years ago
  m9710797 fbd2d80bbb Mark single-parameter constructors 'implicit' 8 years ago
  Wouter Vermaelen d5ce250f1f Remove 'userData' from Schedulable 9 years ago
  m9710797 9ae142df29 Don't use Scheduler to control INTRQ in WD2793 9 years ago
  Wouter Vermaelen 22050118f6 [3/3] Scheduler optimizations, SchedulerQueue 9 years ago
  Wouter Vermaelen bd17011096 [2/3] Scheduler optimizations, tweak scheduleHelper() 9 years ago
  m9710797 b01faea9d7 Replace x.begin() -> begin(x) / x.end() -> end(x) 10 years ago
  wouter 64e6c41ada [2/7] cleanups: algorithm stuff 11 years ago
  wouter d089095d55 Various text-processing stuff 11 years ago
  Wouter Vermaelen 9c5d07ed04 Preparations for later patch 11 years ago
  Wouter Vermaelen 50961a996b Fixed mistake in EmuTime variable-type. 11 years ago
  Wouter Vermaelen a78cf3bab7 Small tweak in Scheduler::scheduleHelper() 11 years ago
  Wouter Vermaelen c0dac6bede Use c++11 new for-loop syntax 11 years ago
  Wouter Vermaelen 6be44c5e4e Replace most uses of {const_}iterator by 'auto' 11 years ago
  Wouter Vermaelen 7684e53961 Use return value instead of output-parameter 11 years ago
  Wouter Vermaelen c30a449d54 Use std::copy_if instead of our own version 11 years ago
  Wouter Vermaelen 73c880d369 Compile with -Wzero-as-null-pointer-constant and fix all warnings 11 years ago
  Wouter Vermaelen 7e6fe607d6 Replace NULL with nullptr 11 years ago
  Wouter Vermaelen f9e94a13bc Added motor_off_timeout_ms disk drive config parameter 12 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 09e6c8fdf9 made 'serialize without ID' the default 15 years ago
  Wouter Vermaelen 2f7172e5ff merged part of mfeingol's work to make openMSX compile with VC++ 15 years ago
  Wouter Vermaelen f4eb30d3bd pass EmuTime by-value on 64-bit CPUs 15 years ago
  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 16 years ago
  Wouter Vermaelen c6202c2bf5 don't #include Scheduler.hh in Schedulable.hh 16 years ago