Skip to content

Releases: IgorGRBR/ylib

1.3.1

18 Jun 12:17
Compare
Choose a tag to compare
  • Maps now use pointer addresses as hash functions by default if none was provided.
  • Fixed a bug with map iterators not iterating over the last element in a map.

1.3

27 May 21:02
Compare
Choose a tag to compare
1.3
  • Added element-wise vector multiplication and division.
  • Added *vec3 and various *vec3 to *vec2 conversion functions.
  • Added read_file_to_string function that reads the entire file into a single.
  • Added string_find_char_next that searches the string for a character starting from the specified offset.

1.2

30 Oct 13:41
Compare
Choose a tag to compare
1.2
  • Added hashmaps and hashmap iterators.
  • Added string_iapply, string_imap and string_ifilter_new implementations.
  • Added list_find_eq and list_find_ptr.
  • string_find* functions now return indexes instead of pointers.
  • Changed names of function typedefs for lists.
  • Added get_next_prime function to search for the next prime number after n.

1.1

28 Jul 11:46
Compare
Choose a tag to compare
1.1
  • Added initializers and de-initializers to strings and lists.
  • Added string_format, string_vformat, cstr_format, cstr_vformat