Skip to content

Releases: sagiegurari/c_string_buffer

v0.2.1

03 Feb 14:08
Compare
Choose a tag to compare
  • New floating type append functions
  • Updated header include guard macro name

v0.2.0

06 Feb 07:06
Compare
Choose a tag to compare
  • [backward compatibility break] Renamed string_buffer to stringbuffer to be prevent conflict with external APIs
  • Added static to internal functions
  • Adding lint checks as part of build

v0.1.6

24 Sep 13:02
Compare
Choose a tag to compare
  • New string_buffer_append_binary function.
  • Added void to no arg functions
  • Removed internal release flag
  • Added cargo-make makefile for simpler sharing of optional development build instructions.

v0.1.5

27 Dec 15:01
Compare
Choose a tag to compare
  • Change default initial buffer size to 64.
  • Support different default initial buffer size via STRING_BUFFER_INITIAL_BUFFER_SIZE define.
  • Free all memory in tests
  • Test memory leaks in CI

v0.1.4

07 Nov 11:32
Compare
Choose a tag to compare
  • Internal functions are now namespaced with _string_buffer prefix.
  • Improved build setup (no need to list test names).

v0.1.3

24 Sep 22:51
Compare
Choose a tag to compare
  • Fixed memory allocation.
  • Update cmake build to use shared cmake utilities.

v0.1.2

31 May 11:17
e6990ff
Compare
Choose a tag to compare

Memory copy changes to improve stability and performance.

v0.1.1

23 Apr 06:32
Compare
Choose a tag to compare
  • New string_buffer_is_released function.
  • New append_unsigned_xxxx functions.
  • Reusing internal buffer for type conversion instead of reallocating a new buffer on every call.

v0.1.0

21 Apr 22:23
Compare
Choose a tag to compare

Initial release