summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-16core_timing: Convert core timing into a classLioncash1-2/+5
2019-02-12core_timing: Rename CoreTiming namespace to Core::TimingLioncash1-3/+3
2019-01-08settings: Use std::chrono::seconds instead of s64 for RTCZach Hilman1-6/+4
2019-01-08time: Use custom RTC settings if applicable for gameZach Hilman1-6/+10
2018-12-30service/time: Minor cleanup to GetClockSnapshot()Lioncash1-7/+9
2018-12-30service/time: Fill in some structures and remove padding where not necessaryLioncash2-7/+9
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-7/+18
2018-11-17Implemented CalculateStandardUserSystemClockDifferenceByUserDavid Marcec3-1/+18
2018-11-10Added maybe_unusedDavid Marcec2-2/+7
2018-11-10Added ToPosixTime & ToPosixTimeWithMyRuleDavid Marcec1-2/+41
2018-11-10Added consts and staticDavid Marcec1-6/+6
2018-11-09Implement GetClockSnapshotDavid Marcec3-21/+88
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash4-0/+6
2018-08-07service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule()Lioncash1-2/+2
2018-07-25time: Add the time:a serviceLioncash3-10/+11
2018-07-24time: Simplify interface creationLioncash5-60/+13
2018-07-24core_timing: Split off utility functions into core_timing_utilMerryMage1-0/+1
2018-07-19hle/service: Make constructors explicit where applicableLioncash1-1/+1
2018-07-03Rename logging macro back to LOG_*James Rowe1-13/+13
2018-06-01Service/time: implement posix time to calendar conversionmailwl2-14/+72
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash1-1/+1
2018-04-30core_timing: Namespace all functions and constants in core_timing's headerLioncash1-1/+2
2018-04-24time: Move logging macros over to new fmt-compatible onesLioncash1-12/+12
2018-04-20service: Use nested namespace specifiers where applicableLioncash6-24/+12
2018-04-17Various service name fixes - part 2 (rebased) (#322)Hexagon123-1/+27
2018-03-19Clean Warnings (?)N00byKing1-1/+1
2018-02-23time: Add missing time:s functions, used for libnxshinyquagsire231-0/+4
2018-02-22time: Add GetStandardLocalSystemClock, used by libnxshinyquagsire233-0/+9
2018-02-07Service: stub some functions in am, audio, time, vi servicesmailwl1-0/+13
2018-02-05logger: Add Time service logging category.bunnei1-10/+10
2018-01-26time: Implement ISteadyClock::GetCurrentTimePoint.bunnei2-1/+22
2018-01-25time: Stub GetSystemClockContext function.bunnei2-2/+17
2018-01-25hle: Rename RequestBuilder to ResponseBuilder.bunnei1-8/+8
2018-01-25service: Fix all incorrect IPC response headers.bunnei1-28/+7
2018-01-24Fix time returning epoch time in milliseconds rather than in secondsgdkchan1-1/+1
2018-01-23Services: Added a todo about returning interfaces as domain objects in lm, hid and time.Subv1-0/+6
2018-01-22Time: Don't create unnecessary ports when retrieving the clock service sessions.Subv1-33/+27
2018-01-21service/time: remove accidental #pragmastgsm2-4/+0
2018-01-19time: Add new line to ends of files.bunnei4-4/+4
2018-01-19time: Stub out GetTotalLocationNameCount and some cleanup.bunnei2-4/+12
2018-01-18time: Fix use of CamelCase in ToCalendarTimeWithMyRuleRozlette1-6/+6
2018-01-18time: Refactor time:* to use a single shared moduleRozlette6-26/+103
2018-01-17TIME: consolidate time:* interfaces, stub functions and structsRozlette4-83/+164
2018-01-15time: Implement GetStandardUserSystemClock, GetCurrentTime.bunnei4-0/+113