Skip to content

Releases: erikerlandson/st_tree

version_1.2.2

13 Mar 00:28
c5e184b
Compare
Choose a tag to compare
  • makes build of examples a flag -DBUILD_EXAMPLES=ON

version_1.2.1

13 Aug 14:36
a040bc8
Compare
Choose a tag to compare

version_1.2.0

27 Jan 14:37
Compare
Choose a tag to compare
  • allow build without unit tests with -DENABLE_TESTS=OFF (#21)
  • added emplace method (#22)
  • support static builds with -DBoost_USE_STATIC_LIBS=ON (#23)

NOTE that as of #22 st_tree now requires >= c++11

Thanks to @emmenlau !

version_1.1.0

27 Oct 20:46
Compare
Choose a tag to compare
  • Modernized CMake, including make install support and CMake integrations for st_tree: #20
  • Now requires cmake >= 3.0
  • Updated readme file to markdown, added a quickstart

version_1.0.6

15 May 22:30
Compare
Choose a tag to compare

Adds a fix for initialization ordering: #19

version_1.0.5

23 Jun 15:51
Compare
Choose a tag to compare

Fix to #18 - tweak allocator handling so that allocators have value types matching container value types, which is required by newer versions of the llvm/clang STL api.
Renamed a few targets to address cmake warnings about reserved target words
Added a proper .gitignore file

1.0.4

15 Jun 17:18
Compare
Choose a tag to compare

Fix for #16
Add proper return statements to some iterator-related operator= methods

version_1.0.3

22 Jan 16:50
Compare
Choose a tag to compare

Fix for #14