提交历史

作者 SHA1 备注 提交日期
  bunnei 9046d4a548 kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 6 年之前
  Lioncash 6300ccbc3c kernel: Make handle type declarations constexpr 7 年之前
  David Marcec 612ce89eca Added forward define for ServerPort 7 年之前
  David Marcec f84b9ed4e8 Ported #4296 from citra 7 年之前
  Lioncash 0cbcd6ec9a kernel: Eliminate kernel global state 8 年之前
  Lioncash da2f00ab7d client_port: Make all data members private 8 年之前
  Lioncash bf45092c61 kernel: Move object class to its own source files 8 年之前
  James Rowe 096be16636 Format: Run the new clang format on everything 8 年之前
  Yuri Kunde Schlesner be031989ee Kernel: Move HandleTable to a separate file 9 年之前
  Subv 016307ae65 Fixed the codestyle to match our clang-format rules. 9 年之前
  Subv c93c5a72bb Return an error code when connecting to a saturated port. 9 年之前
  Subv dd8887c8cf KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it. 9 年之前
  Subv 2eceee3a4c Fixed the rebase mistakes. 9 年之前
  Subv 009b15b3aa A bit of a redesign. 9 年之前
  Subv c5e7e0fa26 IPC/HLE: Associate the ClientSessions with their parent port's HLE interface if it exists. 10 年之前
  Subv c19afd2118 Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and is now its own standalone class. 10 年之前
  Subv 073653e858 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication. 10 年之前
  Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks. 10 年之前
  Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 10 年之前
  Subv 7b445ddff0 Kernel/SVC: Implemented svcCreatePort. 10 年之前
  Subv 3d9fbffbab Kernel: Added ClientPort and ServerPort classes. 10 年之前