Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-26 | libstore: remove static initializers for Store registrations | Pierre Bourdon | |
Ref #359. Change-Id: Ia45530ddee25fa9fc399ff10738bb0d8bbc8b221 | |||
2024-04-23 | libstore: Create platform LocalStore subclasses | Artemis Tosini | |
This creates new subclasses of LocalStore for each OS to include platform-specific functionality. Currently this just includes garbage collector roots but it could be extended to sandboxing as well. In order to make sure that the generic LocalStore is not accidentally constructed, its constructor is protected. A Fallback is provided which implements no functionality except constructors. Change-Id: I836a28e90b68309873f75afb83e0f1b2e2c89fb3 |