Releases: gershnik/intrusive_shared_ptr
Releases · gershnik/intrusive_shared_ptr
1.5
1.4
Changed
- Updated CMake configuration to modernize it and allow local installation
1.3
- Added single threaded mode support to
ref_counted
- Updated documentation
1.2
Added pre-defined specialization for Python object and type pointer for use in Python extensions. See python_ptr.h
header for details.
1.1
CMake configuration modified to mark this library sources as PRIVATE rather than INTERFACE. This plays nicer with IDEs and avoid polluting library clients with its headers.
1.0
First release