Skip to content

Releases: pavel-kirienko/cavl

v2.0.1

20 Jul 10:19
73474fb
Compare
Choose a tag to compare

What's Changed

  • "no-recursion" nolint and nosonar exclusions in source code. by @serges147 in #11
  • Remove not needed return from void Tree::remove(NodeType*) method. by @serges147 in #12

Full Changelog: 2.0.0...2.0.1

v2.0.0

02 Jul 12:26
92a3d9e
Compare
Choose a tag to compare

What's Changed

  • Add support for C++14 by @pavel-kirienko in #7
  • Extended return type of search with std::tuple<Derived*, bool> method. by @serges147 in #8
  • Fixed remove method to accept nullptr node. by @serges147 in #9
  • micro fix by adding std:: before int8_t type. by @serges147 in #10

New Contributors

Full Changelog: 1.1.1...2.0.0

v1.1.1

27 Dec 18:03
b2e10cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1...1.1.1

v1.1

27 Nov 22:58
def6587
Compare
Choose a tag to compare
Introduce CAVL_ASSERT() to manage performance bottlenecks (#5)

1.0

13 Oct 12:08
Compare
Choose a tag to compare
1.0
Address minor warnings