Skip to content

Patch Notes

cvikupitz edited this page Jan 1, 2021 · 2 revisions
January 1, 2021
  • Fixed some typos in headers.
  • Nullified all unused array indecies.
December 28, 2020
  • Fixed some typos in headers.
December 26, 2020
  • Replaced char * keys in HashMap & ConcurrentHashMap to void *. Callers must now provide a key comparison, destructor, and hashing function to support generic key types.
  • HashMap test files updated in compliance with the new generic key type.
  • Makefile updated to link the static library when compiling the test files, rather than the shared library.
  • Additional options displayed with the make help command.
November 27, 2020
  • Initial release of libcds library. All implemented ADTs passed unit & load testing.
  • Repository switched from private to public.

Clone this wiki locally