Releases: vpetrigo/caches
Releases · vpetrigo/caches
v0.1.1
16 Sep 20:15
Compare
Sorry, something went wrong.
No results found
What's Changed
refactor: move headers to include/caches and update all references and docs by @gitpaladin in #40
Fix LRU policy Erase operation by @vpetrigo in #42
New Contributors
Full Changelog : v0.1.0...v0.1.1
v0.1.0
12 May 18:13
Compare
Sorry, something went wrong.
No results found
v0.0.5
25 May 09:39
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed:
Incorrect FIFO policy erasure in the case of Remove() call (f834cf1 )
v0.0.3
31 Oct 20:36
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Initial caches library release