Skip to content

Releases: vpetrigo/caches

v0.1.0

12 May 18:13
3fc9e07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.5...v0.1.0

v0.0.5

25 May 09:39
0f65db1
Compare
Choose a tag to compare

Fixed:

  • unused parameter warnings (#28)
  • MSVC warning flags for tests setup (0f65db1)

Added:

  • HashMap as a template parameter to allow custom implementation usage (#26)

v0.0.4

29 Jan 13:22
be893a6
Compare
Choose a tag to compare

Fixed:

  • Incorrect FIFO policy erasure in the case of Remove() call (f834cf1)

v0.0.3

31 Oct 20:36
dd21e0e
Compare
Choose a tag to compare

Add:

  • TryGet() method that allows cache's element access without exception rising in the case of missing
  • documentation output for the library

v0.0.2

24 Oct 13:41
21c15f6
Compare
Choose a tag to compare

Minor clean ups of fixed_sized_cache class:

  • remove necessity of Policy key type specification
  • update Clear() to use STL for_each function

v0.0.1

22 Oct 12:54
f3a6b08
Compare
Choose a tag to compare

Initial caches library release