- Mar 03, 2021
-
-
Rye Mutt authored
Use static for cache dir and cache extension to eliminate mutex lock overhead to generate cache file path
-
- Mar 02, 2021
- Jan 08, 2021
-
-
Callum Prentice authored
-
- Dec 11, 2020
-
-
Mnikolenko Productengine authored
-
- Oct 27, 2020
-
-
Callum Prentice authored
-
- Oct 08, 2020
-
-
Mnikolenko Productengine authored
-
- Oct 07, 2020
-
-
Callum Prentice authored
-
Callum Prentice authored
-
Callum Prentice authored
This changeset hooks up many things that have been in progress and moves things about between llfilesystem and lldiskcache - there is still some bookkeeping work left but this is the first version that appears to work and actively manage the cache
-
- Oct 06, 2020
-
-
Callum Prentice authored
-
- Sep 24, 2020
-
-
Callum Prentice authored
Complete the change from lldiskcache -> llfilesystem and then addition of new lldiskcache implementation
-
Callum Prentice authored
Rename lldiskcache.* to llfilesystem.* - i think this is the right name since it's responsible for performing file system operations and (will eventually) delegrate to a separate disk cache component to save/load data and keep track of metadata etc.
-
- Sep 17, 2020
-
-
Callum Prentice authored
The folder where the disk cache lives was originally renamed from llvfs to llcache but @henri's suggestion that that doesn't reflect the other files in the same place and it should be llfilesystem is a good one so I changed it over
-
Callum Prentice authored
Renamed the references to LLVFile and llvfile.* source code plus cmake scripts to use a different name - lldiskcache - since that more closely resembles what it is (or will be) now that the VFA is no more
-
- Sep 16, 2020
-
-
Callum Prentice authored
First part of change to remove LLVFS from the Viewer. Consists of code changes to remove LLVFS and LLVFSThread classes along with the associated source files. The existing llvfs folder is renamed to llcache. Also includes changes to CMake script in many places to reflect changes. Eventually, llvfile source file and class will be renamed but that is not in this change.
-