Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-13 | GCC build fix | Shauren | |
2024-03-13 | Tests: Disable intentionally triggered warning in test code | Shauren | |
2024-03-13 | Core/Utils: unique_trackable_ptr improvements | Shauren | |
* Added comparison operators * Added type casting helper functions | |||
2024-03-11 | Fix tests build | Shauren | |
2024-03-11 | Core/Utils: Added a custom smart pointer type unique_trackable_ptr - a ↵ | Shauren | |
specialized variant of std::shared_ptr that enforces unique ownership * This is intended to be used by external code unable to track object lifetime such as custom scripting engines |