Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Releases: itedya/basicvector

v0.4.0

01 Jan 18:18

Choose a tag to compare

  • Add docs to every function in header file
  • add handling of nullptr in basicvector_length and basicvector_find

v0.3.0

30 Dec 17:14

Choose a tag to compare

  • Removed memory leaks from testing executable
  • Renamed basicvector_find_index to basicvector_find (because this is what it does in reality) (this changed function is later refereed to by its new name)
  • Changed order of arguments in search callback in basicvector_find
  • Added new basicvector_find_index function

v0.2.0

29 Dec 22:32

Choose a tag to compare

Added user_data parameter to every deallocation function that exists in source code. Useful for passing metadata.

v0.1.0

28 Dec 23:45

Choose a tag to compare

Fix makefile