Tags give the ability to mark specific points in history as being important
-
v0.3.1
8c3540d4 · ·Version 0.3.1 New features: * Implemented a QOL function for casting PIMPL to derived implementation class.
-
v0.3.0
6467a80a · ·Version 0.3.0 New features: * PIMPL constructor from a derived implementation type pointer. * New access member-functions for Pimpl: GetPtr() and GetRef(). * Conan package Fixes: * Added `noexcept` specifications to Pimpl access operators. * Fixed INSTALL_INTERFACE declaration for private sources.
-
-
v0.2.0
343ce893 · ·Version 0.2.0 New features: * Simple elapsed timer class. Fixes: * Fixed copyright year.
-
v0.1.0
a7bb565f · ·Version 0.1.0 First public release: * Pimpl implementation from utk.idiom. * State stack implementation from utk.idiom. * Type smart pointer macros from utk.idiom. * Single producer single consumer block free wait free double buffered value storage. * C and C++ output RAII redirection classes.