Martin Herkt
|
a78f5d2760
|
DataBlockCache: Fix crash in cache invalidation
Fixes #33
|
2019-05-03 20:51:23 -04:00 |
Thomas Goyne
|
4fdc5efb69
|
Explicitly declare DataBlockCache as moveable to make vs17 happy
|
2018-05-25 22:32:27 +02:00 |
Thomas Goyne
|
4542204b3a
|
Fix undefined behavior in DataBlockCache::SetBlockCount()
Left-shifting negative signed numbers is UB (and pointlessly complex
here anyway).
|
2015-11-29 20:11:14 -08:00 |
Thomas Goyne
|
4366e59353
|
Update to Visual Studio 2015
|
2015-07-30 19:20:10 -07:00 |
Martin Herkt
|
cf55299017
|
Fix crash in block cache aging
Bug introduced in e2a11f2d90
|
2014-11-12 06:21:53 +01:00 |
Thomas Goyne
|
24b8db522a
|
Remove unused things in block_cache.h
|
2014-07-28 12:09:47 -07:00 |
Thomas Goyne
|
e2a11f2d90
|
Speed up aging the block cache
Keep track of the total size rather than recalculating it every time as
calculating the size actually takes while.
|
2014-07-28 12:09:47 -07:00 |
Thomas Goyne
|
56699e4800
|
Mark move constructors as noexcept
Or just default them for non-MSVC when possible.
|
2014-04-17 11:46:28 -07:00 |
Thomas Goyne
|
33a4a056a4
|
Move everything up a level since the root dir no longer has stuff
|
2014-03-11 12:14:57 -07:00 |