Michael Ragazzon
|
6c53cbf85b
Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81.
|
5 years ago |
Michael Ragazzon
|
8d58625727
Ensure initialization of observer pointer pool before use
|
6 years ago |
Michael Ragazzon
|
601e126715
ObserverPtr optimized. No longer depending on shared/weak pointer.
|
6 years ago |
Michael Ragazzon
|
f745fac0ee
WIP: Rework event dispatcher loop, introduce observer pointer (for now based on std::shared_ptr)
|
6 years ago |