yuzu-mainline/src/core/hle/kernel
David 9b75481755
ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)
* ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer

With the support of C++20, we can use concepts to deduce if a type is an STL container or not.

* More agressive concept for stl containers

* Add -fconcepts

* Move to common namespace

* Add Common::IsBaseOf
2020-08-03 07:28:54 -04:00
..
memory Merge pull request #4327 from lioncash/desig2 2020-07-16 17:41:55 -03:00
address_arbiter.cpp kernel: Remove unused variables 2020-07-16 14:17:50 -04:00
address_arbiter.h
client_port.cpp General: Cleanup legacy code. 2020-06-27 11:36:05 -04:00
client_port.h
client_session.cpp
client_session.h
code_set.cpp
code_set.h
errors.h
handle_table.cpp kernel/handle_table: Remove usages of the global system instance 2020-07-15 13:40:15 -04:00
handle_table.h kernel/handle_table: Remove usages of the global system instance 2020-07-15 13:40:15 -04:00
hle_ipc.cpp HLE_IPC: Correct HLE Event behavior on timeout. 2020-06-27 11:36:03 -04:00
hle_ipc.h ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465) 2020-08-03 07:28:54 -04:00
kernel.cpp core_timing: Make use of uintptr_t to represent user_data 2020-07-27 21:21:01 -04:00
kernel.h kernel: Add missing include 2020-07-16 13:51:51 -04:00
mutex.cpp Clang Format. 2020-06-27 11:36:14 -04:00
mutex.h Clang Format. 2020-06-27 11:36:14 -04:00
object.cpp
object.h
physical_core.cpp Core/Common: Address Feedback. 2020-06-27 18:20:06 -04:00
physical_core.h Core/Common: Address Feedback. 2020-06-27 18:20:06 -04:00
physical_memory.h
process_capability.cpp
process_capability.h
process.cpp kernel/handle_table: Remove usages of the global system instance 2020-07-15 13:40:15 -04:00
process.h kernel/process: Move name and system context to the bottom of the member list 2020-07-15 13:40:18 -04:00
readable_event.cpp
readable_event.h
resource_limit.cpp
resource_limit.h
scheduler.cpp cpu_manager: Mark function getters as static 2020-07-16 13:30:56 -04:00
scheduler.h Core/Common: Address Feedback. 2020-06-27 18:20:06 -04:00
server_port.cpp
server_port.h
server_session.cpp core_timing: Make use of uintptr_t to represent user_data 2020-07-27 21:21:01 -04:00
server_session.h
session.cpp
session.h
shared_memory.cpp
shared_memory.h
svc_types.h
svc_wrap.h SVC: Implement 32-bits wrappers and update Dynarmic. 2020-06-27 11:36:27 -04:00
svc.cpp kernel: Remove unused variables 2020-07-16 14:17:50 -04:00
svc.h
synchronization_object.cpp General: Cleanup legacy code. 2020-06-27 11:36:05 -04:00
synchronization_object.h General: Cleanup legacy code. 2020-06-27 11:36:05 -04:00
synchronization.cpp kernel: Remove unused variables 2020-07-16 14:17:50 -04:00
synchronization.h
thread.cpp cpu_manager: Mark function getters as static 2020-07-16 13:30:56 -04:00
thread.h kernel/thread: Remove unimplemented function prototype 2020-07-16 14:32:46 -04:00
time_manager.cpp core_timing: Make use of uintptr_t to represent user_data 2020-07-27 21:21:01 -04:00
time_manager.h
transfer_memory.cpp
transfer_memory.h
writable_event.cpp
writable_event.h