Commit History

Author SHA1 Message Date
  m9710797 ad62f1f738 [1/2] Made EmuTime/Duration/Clock constexpr 4 years ago
  m9710797 fced193b5f fix several '-Wnon-virtual-dtor' compiler warnings (gcc) 5 years ago
  Wouter Vermaelen 4fc1763ac3 Replace 'array_ref' utility with 'span' 5 years ago
  m9710797 e02cfcb9b6 [1/12] Initial version of DeltaBlock based reverse snapshots 7 years ago
  m9710797 fbd2d80bbb Mark single-parameter constructors 'implicit' 8 years ago
  Wouter Vermaelen 42ca83e030 Cleanup move-constructor, move-assignment-operator 8 years ago
  Wouter Vermaelen 49f27fea65 Remove back-pointers from inner to outer objects 9 years ago
  Manuel Bilderbeek 057214c6b5 Allow influencing the amount of snapshots in a replay file 9 years ago
  Wouter Vermaelen aca56d288e Don't store size in MemBuffer 9 years ago
  Wouter Vermaelen f3e567c5f5 Replace 'typedef' with 'using' 9 years ago
  m9710797 d16ce95f82 [2/9] unique_ptr->value, command objects 9 years ago
  Wouter Vermaelen d5ce250f1f Remove 'userData' from Schedulable 9 years ago
  m9710797 c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 9 years ago
  m9710797 fcbcac823e [1/5] Added final class annotations 9 years ago
  m9710797 363502b6bf Inline trivial getter/setters 9 years ago
  m9710797 dc4bd77202 [4/7] Replace vector<TclObject> with array_ref<TclObject> 10 years ago
  m9710797 97b1c63025 [2/7] pass Interpreter& param to TclObject methods 10 years ago
  wouter d089095d55 Various text-processing stuff 11 years ago
  Wouter Vermaelen ba1a2c190c Made MemBuffer objects moveable 11 years ago
  Wouter Vermaelen 636a9a3c21 Use the types defined in the <cstdint> header 11 years ago
  Manuel Bilderbeek cc1ef44319 Added reverse subcommand to truncate the replay from *now*. 11 years ago
  Wouter Vermaelen d493c294ca Fixed(?) visual studio specific compiler errors 11 years ago
  Wouter Vermaelen ea645cdf39 Replace vector<Foo*> with vector<unique_ptr<Foo>> 11 years ago
  Wouter Vermaelen 093730528e Replace our own shared_ptr class with std::shared_ptr 11 years ago
  Wouter Vermaelen d301f1573e C++11 allows to use '>>' (instead of '> >') to close a nested template 11 years ago
  Wouter Vermaelen 3979f87d52 Replace std::auto_ptr with std::unique_ptr 11 years ago
  Wouter Vermaelen 6976a69122 [1/5] speedup Tcl stuff: replace vector<TclObject*> with vector<TclObject> 11 years ago
  Wouter Vermaelen 508534c3f2 Prefer to pass shared_ptr by const-reference (not by value) 12 years ago
  Wouter Vermaelen 23dfa4f77f Fixed bug in 'reverse loadreplay' 12 years ago
  Wouter Vermaelen 57e463c499 Speedup step_back [2/3]: added -novideo flag to 'reverse goto' 12 years ago