summaryrefslogtreecommitdiff
path: root/src/core/hle/service/time (follow)
Commit message (Expand)AuthorAgeFilesLines
* service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule()Gravatar Lioncash2018-08-071-2/+2
* Merge pull request #801 from lioncash/timeGravatar Mat M2018-07-255-60/+14
|\
| * time: Add the time:a serviceGravatar Lioncash2018-07-253-10/+11
| * time: Simplify interface creationGravatar Lioncash2018-07-245-60/+13
* | core_timing: Split off utility functions into core_timing_utilGravatar MerryMage2018-07-241-0/+1
|/
* hle/service: Make constructors explicit where applicableGravatar Lioncash2018-07-191-1/+1
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-13/+13
* Service/time: implement posix time to calendar conversionGravatar mailwl2018-06-012-14/+72
* general: Make formatting of logged hex values more straightforwardGravatar Lioncash2018-05-021-1/+1
* core_timing: Namespace all functions and constants in core_timing's headerGravatar Lioncash2018-04-301-1/+2
* time: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-12/+12
* service: Use nested namespace specifiers where applicableGravatar Lioncash2018-04-196-24/+12
* Various service name fixes - part 2 (rebased) (#322)Gravatar Hexagon122018-04-173-1/+27
* Clean Warnings (?)Gravatar N00byKing2018-03-191-1/+1
* time: Add missing time:s functions, used for libnxGravatar shinyquagsire232018-02-231-0/+4
* time: Add GetStandardLocalSystemClock, used by libnxGravatar shinyquagsire232018-02-213-0/+9
* Service: stub some functions in am, audio, time, vi servicesGravatar mailwl2018-02-071-0/+13
* logger: Add Time service logging category.Gravatar bunnei2018-02-041-10/+10
* time: Implement ISteadyClock::GetCurrentTimePoint.Gravatar bunnei2018-01-252-1/+22
* time: Stub GetSystemClockContext function.Gravatar bunnei2018-01-242-2/+17
* hle: Rename RequestBuilder to ResponseBuilder.Gravatar bunnei2018-01-241-8/+8
* service: Fix all incorrect IPC response headers.Gravatar bunnei2018-01-241-28/+7
* Fix time returning epoch time in milliseconds rather than in secondsGravatar gdkchan2018-01-241-1/+1
* Services: Added a todo about returning interfaces as domain objects in lm, hi...Gravatar Subv2018-01-221-0/+6
* Time: Don't create unnecessary ports when retrieving the clock service sessions.Gravatar Subv2018-01-221-33/+27
* service/time: remove accidental #pragmasGravatar tgsm2018-01-202-4/+0
* Merge pull request #97 from bunnei/time-stubGravatar bunnei2018-01-192-4/+12
|\
| * time: Stub out GetTotalLocationNameCount and some cleanup.Gravatar bunnei2018-01-192-4/+12
* | time: Add new line to ends of files.Gravatar bunnei2018-01-194-4/+4
|/
* time: Fix use of CamelCase in ToCalendarTimeWithMyRuleGravatar Rozlette2018-01-181-6/+6
* time: Refactor time:* to use a single shared moduleGravatar Rozlette2018-01-186-26/+103
* TIME: consolidate time:* interfaces, stub functions and structsGravatar Rozlette2018-01-174-83/+164
* time: Implement GetStandardUserSystemClock, GetCurrentTime.Gravatar bunnei2018-01-144-0/+113