Files
test/source/blender
Julian Eisel d2255aa4ed Outliner: Refactor outliner tree-hash interfaces with C++
- Turn storage into an object with "automatic" memory management (RAII)
  so freeing is implicit and reliable.
- Turn functions into member functions, to have the data and its
  functions close together with controlled access that increases
  encapsulation and hiding implementation details.
- Use references to indicate null is not an expected value.
- Related minor cleanup (comments, use const etc.)

Couldn't spot any changes in performance.
2022-08-18 20:22:55 +02:00
..
2022-08-17 12:03:26 -04:00
2022-08-18 08:46:24 +10:00
2022-03-16 11:58:22 +11:00
2022-05-17 15:34:02 +10:00