Skip to content

intrusive-shared-ptrv1.13

Updated

Intrusive reference counting smart pointer, highly configurable reference counted base class and various adapters. Also known as libisptr.

#Usage

intrusive-shared-ptr provides CMake targets:

find_package(isptr CONFIG REQUIRED)
target_link_libraries(main PRIVATE isptr::isptr)

To use a C++ module instead of headers, intrusive-shared-ptr
provides a function that adds the module to your target:

find_package(isptr CONFIG REQUIRED)
isptr_add_module(main PRIVATE)

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Eugene Gershnik's avatarEugene Gershnik
  • Weihang Ding's avatarWeihang Ding

#Changelog

  • 49ff9c4[intrusive-shared-ptr] Update to 1.13 (#52535)
  • baa88f0[intrusive-shared-ptr] update to 1.12 (#52283)
  • 2c26512[intrusive-shared-ptr] Update to 1.11 (#51981)
  • 3855d4d[intrusive-shared-ptr] update to 1.10 (#51868)
  • 6ce3242[intrusive-shared-ptr] update to 1.9 (#45538)
  • df8bfe5[intrusive-shared-ptr] update to 1.7 (#44945)
  • 8d88de0[intrusive-shared-ptr] add new port (#43768)