2017-03-05 |
Teemu Piippo |
Also removed the copy constructor and copy assignment because those only are bad news for a resource managing vector...
|
file |
diff |
annotate
|
2017-03-05 |
Teemu Piippo |
and let's put a newline there...
|
file |
diff |
annotate
|
2017-03-05 |
Teemu Piippo |
Deleted the copy constructor version of ResourceVector<T>::insert, like with append
|
file |
diff |
annotate
|
2017-03-05 |
Teemu Piippo |
Moved LDObject lifetime management from Model to ResourceVector. This is a large refactor that removes some hacks from the Model class.
|
file |
diff |
annotate
|
2017-03-05 |
Teemu Piippo |
Added a new type ResourceVector which manages object lifetimes, and used it to remove a bit of memory management.
|
file |
diff |
annotate
|