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