Releases: chusitoo/flatbush
Releases · chusitoo/flatbush
v1.2.1
- Fix multiple definition error when
#include
d in more than one source file
- Address several findings reported by clang-tidy and other minor fine-tunings
- Ran through clang-format and include-what-you-use
v1.2.0
Mainly code smells and security fixes
v1.1.1
- Clean up some code smells
v1.1.0
- Implement simple builder class
- Made
add()
and finish()
private
- Removed redundant exceptions
- Reduce processing time of
finish()