| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-09 | Refactor memory managers to a common base class, consolidate Read() method ↵ | jhorv | |
| logic (#6360) * - add new abstract class `VirtualMemoryManagerBase` - rename `MemoryManagerBase` to `VirtualMemoryManagerRefCountedBase` and derive from `VirtualMemoryManagerBase` - change `AddressSpaceManager`, `HvMemoryManager`, `MemoryManager`, and `MemoryManagerHostMapped` to implement abstract members and use the inherited `void VirtualMemoryManagerBase.Read(TVirtual va, Span<byte> data)` implementation. * move property `AddressSpaceSize` up by the other properties | |||
| 2023-12-04 | editorconfig: Set default encoding to UTF-8 (#5793) | TSRBerry | |
| * editorconfig: Add default charset * Change file encoding from UTF-8-BOM to UTF-8 | |||
| 2023-04-27 | Move solution and projects to src | TSR Berry | |
