Skip to content

Releases: sagiegurari/c_fsio

v0.1.4

09 Dec 09:43
Compare
Choose a tag to compare
  • Fixed root path mkdirs invocation.
  • Fixed existing directory error detection.

v0.1.3

27 Nov 18:11
Compare
Choose a tag to compare
  • New fsio_remove function.
  • New fsio_copy_file functions.
  • New fsio_path_exists function.
  • New fsio_file_exists function.
  • New fsio_create_empty_file function.
  • New fsio_mkdirs_parent function.
  • Free all memory in tests
  • Test memory leaks in CI

v0.1.2

11 Nov 23:49
Compare
Choose a tag to compare

Flush file before closing after write operation

v0.1.1

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

v0.1.0

24 Sep 23:09
Compare
Choose a tag to compare

Initial release