Releases: erikerlandson/st_tree
Releases · erikerlandson/st_tree
version_1.2.2
- makes build of examples a flag
-DBUILD_EXAMPLES=ON
version_1.2.1
- This release is for consuming pull request #28, thanks to @stephenberry !
version_1.2.0
version_1.1.0
- 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
Adds a fix for initialization ordering: #19
version_1.0.5
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
version_1.0.3
Fix for #14