| Commit message (Expand) | Author | Age | Files | Lines |
* | service: move hle_ipc from kernel | Liam | 2023-03-01 | 1 | -18/+16 |
* | service: refactor server architecture | Liam | 2023-02-21 | 1 | -4/+11 |
* | core: Replace all instances of ResultCode with Result | german77 | 2022-06-27 | 1 | -13/+12 |
* | general: Convert source file copyright comments over to SPDX | Morph | 2022-04-23 | 1 | -3/+2 |
* | core: Remove unused includes | ameerj | 2021-11-04 | 1 | -2/+0 |
* | service: Reduce header include overhead | Morph | 2021-10-07 | 1 | -1/+1 |
* | service: Append service name prefix to common filenames | Morph | 2021-07-14 | 1 | -1/+1 |
* | general: Replace RESULT_SUCCESS with ResultSuccess | Morph | 2021-06-02 | 1 | -23/+23 |
* | hle: kernel: Migrate KClientPort to KAutoObject. | bunnei | 2021-05-06 | 1 | -1/+1 |
* | hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject. | bunnei | 2021-05-06 | 1 | -1/+0 |
* | hle: kernel: Refactor IPC interfaces to not use std::shared_ptr. | bunnei | 2021-05-06 | 1 | -1/+1 |
* | time: Write buffer before pushing RESULT_SUCCESS in GetClockSnapshot | Morph | 2021-04-19 | 1 | -1/+2 |
* | time: Fix GetClockSnapshotFromSystemClockContext | Morph | 2021-04-19 | 1 | -2/+3 |
* | Merge pull request #6170 from Morph1984/more-time-fixes | bunnei | 2021-04-11 | 1 | -15/+22 |
|\ |
|
| * | service: time: Setup the network clock with the local clock context | Morph | 2021-04-08 | 1 | -15/+22 |
* | | service: time: Fix CalculateStandardUserSystemClockDifferenceByUser | Morph | 2021-04-08 | 1 | -3/+8 |
|/ |
|
* | Merge pull request #6054 from Morph1984/time-GetClockSnapshot | bunnei | 2021-03-14 | 1 | -0/+2 |
|\ |
|
| * | time: Assign the current time point to the ClockSnapshot | Morph | 2021-03-10 | 1 | -0/+2 |
* | | time: Fix CalculateSpanBetween implementation | Morph | 2021-03-10 | 1 | -3/+9 |
|/ |
|
* | core: hle: kernel: Rename Thread to KThread. | bunnei | 2021-01-29 | 1 | -1/+1 |
* | hle: kernel: Rewrite scheduler implementation based on Mesopshere. | bunnei | 2020-12-06 | 1 | -1/+1 |
* | service: Eliminate usages of the global system instance | Lioncash | 2020-11-27 | 1 | -9/+9 |
* | service: time: Update current time with changes to RTC setting. | bunnei | 2020-10-13 | 1 | -14/+14 |
* | ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465) | David | 2020-08-03 | 1 | -2/+2 |
* | Merge pull request #4203 from VolcaEM/services | bunnei | 2020-07-11 | 1 | -0/+7 |
|\ |
|
| * | service: Update function tables | VolcaEM | 2020-06-29 | 1 | -0/+7 |
* | | General: Recover Prometheus project from harddrive failure
| Fernando Sahmkow | 2020-06-27 | 1 | -3/+2 |
|/ |
|
* | service/time: Remove reliance on the global system accessor | Lioncash | 2020-04-19 | 1 | -24/+26 |
* | service: time: Implement CalculateStandardUserSystemClockDifferenceByUser. | bunnei | 2020-04-15 | 1 | -0/+23 |
* | services: time: Implement CalculateSpanBetween. | bunnei | 2020-03-27 | 1 | -0/+29 |
* | Core: Set all hardware emulation constants in a single file. | Fernando Sahmkow | 2020-02-12 | 1 | -1/+2 |
* | service: time: Implement GetStandardLocalSystemClock. | bunnei | 2020-01-05 | 1 | -0/+7 |
* | service: time: Implement GetClockSnapshotFromSystemClockContext. | bunnei | 2020-01-04 | 1 | -2/+25 |
* | service: time: Implement IsStandardNetworkSystemClockAccuracySufficient. | bunnei | 2020-01-04 | 1 | -0/+9 |
* | service: time: Rewrite implementation of glue services. | bunnei | 2020-01-04 | 1 | -303/+154 |
* | Merge pull request #3094 from lioncash/tables | bunnei | 2019-11-25 | 1 | -2/+11 |
|\ |
|
| * | service: Update function tables | Lioncash | 2019-11-12 | 1 | -2/+11 |
* | | service: Resolve sign conversion errors | Lioncash | 2019-11-12 | 1 | -13/+13 |
|/ |
|
* | Deglobalize System: Time | David Marcec | 2019-09-22 | 1 | -10/+15 |
* | Addressed issues | David Marcec | 2019-06-26 | 1 | -1/+2 |
* | Implement Time::GetSharedMemoryNativeHandle | David Marcec | 2019-06-25 | 1 | -19/+95 |
* | core/core_timing_util: Amend casing of cyclesTo* functions | Lioncash | 2019-06-05 | 1 | -2/+2 |
* | core/core_timing_util: Use std::chrono types for specifying time units | Lioncash | 2019-06-05 | 1 | -4/+5 |
* | core_timing: Convert core timing into a class | Lioncash | 2019-02-16 | 1 | -2/+5 |
* | core_timing: Rename CoreTiming namespace to Core::Timing | Lioncash | 2019-02-12 | 1 | -3/+3 |
* | settings: Use std::chrono::seconds instead of s64 for RTC | Zach Hilman | 2019-01-08 | 1 | -6/+4 |
* | time: Use custom RTC settings if applicable for game | Zach Hilman | 2019-01-08 | 1 | -6/+10 |
* | service/time: Minor cleanup to GetClockSnapshot() | Lioncash | 2018-12-30 | 1 | -7/+9 |
* | service/time: Fill in some structures and remove padding where not necessary | Lioncash | 2018-12-30 | 1 | -2/+2 |
* | Changed logging to be "Log before execution", Added more error logging, all services should now log on some level | David Marcec | 2018-11-26 | 1 | -7/+18 |
* | Implemented CalculateStandardUserSystemClockDifferenceByUser | David Marcec | 2018-11-17 | 1 | -0/+15 |
* | Added maybe_unused | David Marcec | 2018-11-10 | 1 | -2/+6 |
* | Added ToPosixTime & ToPosixTimeWithMyRule | David Marcec | 2018-11-10 | 1 | -2/+41 |
* | Added consts and static | David Marcec | 2018-11-10 | 1 | -6/+6 |
* | Implement GetClockSnapshot | David Marcec | 2018-11-09 | 1 | -20/+69 |
* | hle/service: Default constructors and destructors in the cpp file where applicable | Lioncash | 2018-09-11 | 1 | -0/+2 |
* | service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule() | Lioncash | 2018-08-07 | 1 | -2/+2 |
* | Merge pull request #801 from lioncash/time | Mat M | 2018-07-25 | 1 | -4/+4 |
|\ |
|
| * | time: Add the time:a service | Lioncash | 2018-07-25 | 1 | -2/+3 |
| * | time: Simplify interface creation | Lioncash | 2018-07-24 | 1 | -4/+3 |
* | | core_timing: Split off utility functions into core_timing_util | MerryMage | 2018-07-24 | 1 | -0/+1 |
|/ |
|
* | Rename logging macro back to LOG_* | James Rowe | 2018-07-03 | 1 | -13/+13 |
* | Service/time: implement posix time to calendar conversion | mailwl | 2018-06-01 | 1 | -4/+54 |
* | general: Make formatting of logged hex values more straightforward | Lioncash | 2018-05-02 | 1 | -1/+1 |
* | core_timing: Namespace all functions and constants in core_timing's header | Lioncash | 2018-04-30 | 1 | -1/+2 |
* | time: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 1 | -12/+12 |
* | service: Use nested namespace specifiers where applicable | Lioncash | 2018-04-20 | 1 | -4/+2 |
* | Various service name fixes - part 2 (rebased) (#322) | Hexagon12 | 2018-04-17 | 1 | -1/+5 |
* | Clean Warnings (?) | N00byKing | 2018-03-19 | 1 | -1/+1 |
* | time: Add GetStandardLocalSystemClock, used by libnx | shinyquagsire23 | 2018-02-22 | 1 | -0/+7 |
* | Service: stub some functions in am, audio, time, vi services | mailwl | 2018-02-07 | 1 | -0/+13 |
* | logger: Add Time service logging category. | bunnei | 2018-02-05 | 1 | -10/+10 |
* | time: Implement ISteadyClock::GetCurrentTimePoint. | bunnei | 2018-01-26 | 1 | -1/+16 |
* | time: Stub GetSystemClockContext function. | bunnei | 2018-01-25 | 1 | -2/+10 |
* | hle: Rename RequestBuilder to ResponseBuilder. | bunnei | 2018-01-25 | 1 | -8/+8 |
* | service: Fix all incorrect IPC response headers. | bunnei | 2018-01-25 | 1 | -28/+7 |
* | Fix time returning epoch time in milliseconds rather than in seconds | gdkchan | 2018-01-24 | 1 | -1/+1 |
* | Services: Added a todo about returning interfaces as domain objects in lm, hid and time. | Subv | 2018-01-23 | 1 | -0/+6 |
* | Time: Don't create unnecessary ports when retrieving the clock service sessions. | Subv | 2018-01-22 | 1 | -33/+27 |
* | time: Stub out GetTotalLocationNameCount and some cleanup. | bunnei | 2018-01-19 | 1 | -3/+11 |
* | time: Fix use of CamelCase in ToCalendarTimeWithMyRule | Rozlette | 2018-01-18 | 1 | -6/+6 |
* | time: Refactor time:* to use a single shared module | Rozlette | 2018-01-18 | 1 | -17/+11 |
* | TIME: consolidate time:* interfaces, stub functions and structs | Rozlette | 2018-01-17 | 1 | -2/+128 |
* | time: Implement GetStandardUserSystemClock, GetCurrentTime. | bunnei | 2018-01-15 | 1 | -0/+16 |