Historial de Commits

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