| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-10 | service: bcat: Migrate and refractor service to new IPC | Narr the Reg | |
| 2022-10-12 | kernel: remove KWritableEvent | Liam | |
| 2022-06-26 | core: Replace all instances of ResultCode with Result | german77 | |
| 2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
| This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | |||
| 2021-12-17 | core: hle: Remove global HLE lock. | bunnei | |
| - This was added early on as a hack to protect against some concurrency issues. - It's not clear that this serves any purpose anymore, and if it does, individual components should be fixed rather than using a global recursive mutex. | |||
| 2021-10-01 | service: Replace service event creation with ServiceContext::CreateEvent | Morph | |
| The service context helps to manage all created events and allows us to close them upon destruction. | |||
| 2021-06-02 | general: Replace RESULT_SUCCESS with ResultSuccess | Morph | |
| Transition to PascalCase for result names. | |||
| 2021-05-05 | hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject. | bunnei | |
| 2021-05-05 | hle: kernel: Ensure all kernel objects with KAutoObject are properly created. | bunnei | |
| 2021-05-05 | hle: kernel: Migrate KEvent to KAutoObject. | bunnei | |
| 2021-05-05 | hle: kernel: Refactor IPC interfaces to not use std::shared_ptr. | bunnei | |
| 2021-02-05 | hle: kernel: Reimplement KReadableEvent and KWritableEvent. | bunnei | |
| 2021-02-05 | hle: kernel: Rename WritableEvent to KWritableEvent. | bunnei | |
| 2021-02-05 | hle: kernel: Rename ReadableEvent to KReadableEvent. | bunnei | |
| 2020-10-25 | general: Use template deduction guides for lock_guard | Lioncash | |
| Same behavior, less code. | |||
| 2020-02-12 | bcat/backend: Make formatting of passphrase consistent in ↵ | Lioncash | |
| NullBackend::SetPassphrase() Aligns the '=' to be consistent with the rest of the logs within this source file. | |||
| 2020-02-12 | bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear() | Lioncash | |
| A formatting specifier within Clear wasn't being used, which will cause fmt to throw an exception. This fixes that. | |||
| 2019-11-24 | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for ↵ | bunnei | |
| kernel objects. (#3154) * kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. - See https://github.com/citra-emu/citra/pull/4710 for details. | |||
| 2019-11-03 | kernel: events: Remove ResetType::Automatic. | bunnei | |
| - This does not actually seem to exist in the real kernel - games reset these automatically. # Conflicts: # src/core/hle/service/am/applets/applets.cpp # src/core/hle/service/filesystem/fsp_srv.cpp | |||
| 2019-10-15 | bcat: Remove use of global system accessors | Lioncash | |
| Removes all uses of the global system accessor within the BCAT interface. | |||
| 2019-10-06 | bcat: Take std::function instance by value in NullBackend's constructor | Lioncash | |
| Without this, the std::move within the constructor initializer list won't be able to actually perform a move. | |||
| 2019-10-06 | bcat: In-class initialize ProgressServiceBackend's impl member | Lioncash | |
| Allows us to remove a constructor initializer list. | |||
| 2019-10-06 | bcat: Make ProgressServiceBackend's constructor take a std::string_view | Lioncash | |
| Given the string is appended to another, we can make it a view so a redundant full copy of the string isn't made. | |||
| 2019-10-06 | bcat: Make ProgressServiceBackend's GetEvent() const | Lioncash | |
| This member function doesn't modify internal member state, so it can be marked const. | |||
| 2019-09-30 | boxcat: Implement events global field | Zach Hilman | |
| 2019-09-30 | bcat: Implement DeliveryCacheProgressImpl structure | Zach Hilman | |
| Huge thanks to lioncash for re-ing this for me. | |||
| 2019-09-30 | bcat: Add backend function for BCAT Indirect (launch parameter) | Zach Hilman | |
| Returns the data that should be returned by PopLaunchParameter kind=ApplicationSpecific. | |||
| 2019-09-30 | bcat: Add backend class to generify the functions of BCAT | Zach Hilman | |
| Provides the most abstract simplified functions of BCAT as functions. Also includes a NullBackend class which is just a no-op. | |||
