index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
host_memory.cpp
Age
Commit message (
Expand
)
Author
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-07
common: Replace lock_guard with scoped_lock
Merry
2022-03-20
general: Fix clang/gcc build errors
ameerj
2022-03-19
common: Reduce unused includes
ameerj
2022-03-02
host_memory: Fix fastmem crashes in debug builds
Morph
2021-12-05
general: Add missing copyright notices
ameerj
2021-09-29
Fixed invalid iterator usage
Andrew Strelsky
2021-07-27
host_memory: Add workaround for FreeBSD 12
Jan Beich
2021-07-27
host_memory: Enable Linux implementation on FreeBSD
Jan Beich
2021-06-19
host_memory: Correct MEM_RESERVE_PLACEHOLDER
lat9nq
2021-06-11
common/host_memory: Implement a fallback if fastmem fails.
Markus Wick
2021-06-11
common/host_shader: Load Windows 10 functions dynamically
ReinUsesLisp
2021-06-11
host_memory: Support staged VirtualProtect calls
ReinUsesLisp
2021-06-11
common/host_memory: Optimize for huge tables.
Markus Wick
2021-06-11
common/host_memory: Add Linux implementation
Markus Wick
2021-06-11
common/host_memory: Add interface and Windows implementation
ReinUsesLisp