aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/time
AgeCommit message (Collapse)Author
2018-08-07service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule()Lioncash
Updates the ID of these based off the information on Switch Brew.
2018-07-25Merge pull request #801 from lioncash/timeMat M
time: Add the time:a service
2018-07-25time: Add the time:a serviceLioncash
Given we already have time:s and time:u, we should also have time:a
2018-07-24time: Simplify interface creationLioncash
We can use one instance of the interface instead of duplicating code.
2018-07-24core_timing: Split off utility functions into core_timing_utilMerryMage
2018-07-19hle/service: Make constructors explicit where applicableLioncash
Prevents implicit construction and makes these lingering non-explicit constructors consistent with the rest of the other classes in services.
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-01Service/time: implement posix time to calendar conversionmailwl
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
This makes the formatting expectations more obvious (e.g. any zero padding specified is padding that's entirely dedicated to the value being printed, not any pretty-printing that also gets tacked on).
2018-04-30core_timing: Namespace all functions and constants in core_timing's headerLioncash
All of these variables and functions are related to timings and should be within the namespace.
2018-04-24time: Move logging macros over to new fmt-compatible onesLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
Tidies up namespace declarations
2018-04-17Various service name fixes - part 2 (rebased) (#322)Hexagon12
* Updated ACC with more service names * Updated SVC with more service names * Updated set with more service names * Updated sockets with more service names * Updated SPL with more service names * Updated time with more service names * Updated vi with more service names
2018-03-19Clean Warnings (?)N00byKing
2018-02-23time: Add missing time:s functions, used for libnxshinyquagsire23
2018-02-21time: Add GetStandardLocalSystemClock, used by libnxshinyquagsire23
2018-02-07Service: stub some functions in am, audio, time, vi servicesmailwl
2018-02-04logger: Add Time service logging category.bunnei
2018-01-25time: Implement ISteadyClock::GetCurrentTimePoint.bunnei
2018-01-24time: Stub GetSystemClockContext function.bunnei
2018-01-24hle: Rename RequestBuilder to ResponseBuilder.bunnei
2018-01-24service: Fix all incorrect IPC response headers.bunnei
2018-01-24Fix time returning epoch time in milliseconds rather than in secondsgdkchan
2018-01-22Services: Added a todo about returning interfaces as domain objects in lm, ↵Subv
hid and time.
2018-01-22Time: Don't create unnecessary ports when retrieving the clock service sessions.Subv
2018-01-20service/time: remove accidental #pragmastgsm
2018-01-19Merge pull request #97 from bunnei/time-stubbunnei
time: Stub out GetTotalLocationNameCount and some cleanup.
2018-01-19time: Add new line to ends of files.bunnei
2018-01-19time: Stub out GetTotalLocationNameCount and some cleanup.bunnei
2018-01-18time: Fix use of CamelCase in ToCalendarTimeWithMyRuleRozlette
2018-01-18time: Refactor time:* to use a single shared moduleRozlette
2018-01-17TIME: consolidate time:* interfaces, stub functions and structsRozlette
2018-01-14time: Implement GetStandardUserSystemClock, GetCurrentTime.bunnei