Skip to content

Releases: sagiegurari/c_string_buffer

v0.2.1

Choose a tag to compare

@sagiegurari sagiegurari released this 03 Feb 14:08
  • New floating type append functions
  • Updated header include guard macro name

v0.2.0

Choose a tag to compare

@sagiegurari sagiegurari released this 06 Feb 07:06
  • [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

Choose a tag to compare

@sagiegurari sagiegurari released this 24 Sep 13:02
  • 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

Choose a tag to compare

@sagiegurari sagiegurari released this 27 Dec 15:01
  • 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

Choose a tag to compare

@sagiegurari sagiegurari released this 07 Nov 11:32
  • Internal functions are now namespaced with _string_buffer prefix.
  • Improved build setup (no need to list test names).

v0.1.3

Choose a tag to compare

@sagiegurari sagiegurari released this 24 Sep 22:51
  • Fixed memory allocation.
  • Update cmake build to use shared cmake utilities.

v0.1.2

Choose a tag to compare

@sagiegurari sagiegurari released this 31 May 11:17
e6990ff

Memory copy changes to improve stability and performance.

v0.1.1

Choose a tag to compare

@sagiegurari sagiegurari released this 23 Apr 06:32
  • 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

Choose a tag to compare

@sagiegurari sagiegurari released this 21 Apr 22:23

Initial release