rpcsx/rpcs3/util
Nekotekina 52fe86b56c fixed_typemap.hpp: make it a bit fool-proof
Require objects to be non-copyable (move is still allowed).
2021-03-02 21:58:49 +03:00
..
asm.hpp Simplify utils::align() a bit 2021-02-22 13:00:01 +03:00
atomic.cpp Fix SAFE_BUFFERS attribute for GCC 2021-02-09 12:33:50 +03:00
atomic.hpp Fix -Wstring-aliasing (gcc) 2021-02-18 19:38:22 +03:00
auto_typemap.hpp auto_typemap.hpp: reduce indirection 2021-03-02 16:08:14 +03:00
cereal.cpp Seal cereal includes in util/cereal.cpp 2021-01-28 10:48:53 +03:00
cereal.hpp Seal cereal includes in util/cereal.cpp 2021-01-28 10:48:53 +03:00
cpu_stats.cpp remove unused variable 2021-02-28 18:48:34 +03:00
cpu_stats.hpp Move CPUStats.h -> util/cpu_stats.cpp 2021-02-23 18:24:50 +03:00
dyn_lib.cpp Remove BOM markers 2020-12-06 15:30:12 +03:00
dyn_lib.hpp Use uptr (std::uintptr_t alias) 2020-12-12 16:29:55 +03:00
endian.hpp Add usz alias for std::size_t 2020-12-18 12:23:53 +03:00
fifo_mutex.hpp Implement util/fifo_mutex.hpp 2020-12-31 20:07:50 +03:00
fixed_typemap.hpp fixed_typemap.hpp: make it a bit fool-proof 2021-03-02 21:58:49 +03:00
init_mutex.hpp Remove bom from .hpp files 2020-12-07 20:03:44 +03:00
logs.cpp Fix almost all GCC warnings 2021-02-17 22:59:04 +03:00
logs.hpp Replace uint64_t with u64 2020-12-18 12:23:53 +03:00
shared_ptr.hpp named_thread: fix bugs in std::forward usage 2021-03-02 16:08:14 +03:00
slow_mutex.hpp Implement util/fifo_mutex.hpp 2020-12-31 20:07:50 +03:00
sysinfo.cpp Fix almost all GCC warnings 2021-02-17 22:59:04 +03:00
sysinfo.hpp Improved Zen chip detection 2021-01-03 19:31:18 +03:00
to_endian.hpp Add usz alias for std::size_t 2020-12-18 12:23:53 +03:00
typeindices.hpp typeindices.hpp: upgrade with size and align info 2021-03-02 16:08:14 +03:00
types.hpp Fix SAFE_BUFFERS attribute for GCC 2021-02-09 12:33:50 +03:00
v128.hpp Remove deprecated _bit accessor from v128 2020-12-29 21:04:28 +03:00
v128sse.hpp Remove deprecated _bit accessor from v128 2020-12-29 21:04:28 +03:00
vm.hpp vm_native.cpp: implement shm::try_map 2021-01-25 16:55:19 +03:00
vm_native.cpp Fix minor inconsistency in utils::memory_reset (Linux) 2021-02-22 13:00:01 +03:00
yaml.cpp Move types.h to util/types.hpp 2020-12-12 15:12:01 +03:00
yaml.hpp Tentative fix for -Wattributes 2021-03-01 00:22:32 +03:00