summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: Update service function tablesLioncash2019-04-111-2/+8
* core_timing: Convert core timing into a classLioncash2019-02-161-2/+5
* core_timing: Rename CoreTiming namespace to Core::TimingLioncash2019-02-121-3/+3
* settings: Use std::chrono::seconds instead of s64 for RTCZach Hilman2019-01-081-6/+4
* time: Use custom RTC settings if applicable for gameZach Hilman2019-01-081-6/+10
* service/time: Minor cleanup to GetClockSnapshot()Lioncash2018-12-301-7/+9
* service/time: Fill in some structures and remove padding where not necessaryLioncash2018-12-302-7/+9
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-7/+18
* Implemented CalculateStandardUserSystemClockDifferenceByUserDavid Marcec2018-11-173-1/+18
* Added maybe_unusedDavid Marcec2018-11-102-2/+7
* Added ToPosixTime & ToPosixTimeWithMyRuleDavid Marcec2018-11-101-2/+41
* Added consts and staticDavid Marcec2018-11-101-6/+6
* Implement GetClockSnapshotDavid Marcec2018-11-093-21/+88
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-114-0/+6
* service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule()Lioncash2018-08-071-2/+2
* Merge pull request #801 from lioncash/timeMat M2018-07-255-60/+14
|\
| * time: Add the time:a serviceLioncash2018-07-253-10/+11
| * time: Simplify interface creationLioncash2018-07-245-60/+13
* | core_timing: Split off utility functions into core_timing_utilMerryMage2018-07-241-0/+1
|/
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
* Rename logging macro back to LOG_*James Rowe2018-07-031-13/+13
* Service/time: implement posix time to calendar conversionmailwl2018-06-012-14/+72
* general: Make formatting of logged hex values more straightforwardLioncash2018-05-021-1/+1
* core_timing: Namespace all functions and constants in core_timing's headerLioncash2018-04-301-1/+2
* time: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-12/+12
* service: Use nested namespace specifiers where applicableLioncash2018-04-206-24/+12
* Various service name fixes - part 2 (rebased) (#322)Hexagon122018-04-173-1/+27
* Clean Warnings (?)N00byKing2018-03-191-1/+1
* time: Add missing time:s functions, used for libnxshinyquagsire232018-02-231-0/+4
* time: Add GetStandardLocalSystemClock, used by libnxshinyquagsire232018-02-223-0/+9
* Service: stub some functions in am, audio, time, vi servicesmailwl2018-02-071-0/+13
* logger: Add Time service logging category.bunnei2018-02-051-10/+10
* time: Implement ISteadyClock::GetCurrentTimePoint.bunnei2018-01-262-1/+22
* time: Stub GetSystemClockContext function.bunnei2018-01-252-2/+17
* hle: Rename RequestBuilder to ResponseBuilder.bunnei2018-01-251-8/+8
* service: Fix all incorrect IPC response headers.bunnei2018-01-251-28/+7
* Fix time returning epoch time in milliseconds rather than in secondsgdkchan2018-01-241-1/+1
* Services: Added a todo about returning interfaces as domain objects in lm, hid and time.Subv2018-01-231-0/+6
* Time: Don't create unnecessary ports when retrieving the clock service sessions.Subv2018-01-221-33/+27
* service/time: remove accidental #pragmastgsm2018-01-212-4/+0
* Merge pull request #97 from bunnei/time-stubbunnei2018-01-192-4/+12
|\
| * time: Stub out GetTotalLocationNameCount and some cleanup.bunnei2018-01-192-4/+12
* | time: Add new line to ends of files.bunnei2018-01-194-4/+4
|/
* time: Fix use of CamelCase in ToCalendarTimeWithMyRuleRozlette2018-01-181-6/+6
* time: Refactor time:* to use a single shared moduleRozlette2018-01-186-26/+103
* TIME: consolidate time:* interfaces, stub functions and structsRozlette2018-01-174-83/+164
* time: Implement GetStandardUserSystemClock, GetCurrentTime.bunnei2018-01-154-0/+113