summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-13/+12
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: Remove unused includesameerj2021-11-041-2/+0
* service: Reduce header include overheadMorph2021-10-071-1/+1
* service: Append service name prefix to common filenamesMorph2021-07-141-1/+1
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-23/+23
* hle: kernel: Migrate KClientPort to KAutoObject.bunnei2021-05-061-1/+1
* hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.bunnei2021-05-061-1/+0
* hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei2021-05-061-1/+1
* time: Write buffer before pushing RESULT_SUCCESS in GetClockSnapshotMorph2021-04-191-1/+2
* time: Fix GetClockSnapshotFromSystemClockContextMorph2021-04-191-2/+3
* Merge pull request #6170 from Morph1984/more-time-fixesbunnei2021-04-111-15/+22
|\
| * service: time: Setup the network clock with the local clock contextMorph2021-04-081-15/+22
* | service: time: Fix CalculateStandardUserSystemClockDifferenceByUserMorph2021-04-081-3/+8
|/
* Merge pull request #6054 from Morph1984/time-GetClockSnapshotbunnei2021-03-141-0/+2
|\
| * time: Assign the current time point to the ClockSnapshotMorph2021-03-101-0/+2
* | time: Fix CalculateSpanBetween implementationMorph2021-03-101-3/+9
|/
* core: hle: kernel: Rename Thread to KThread.bunnei2021-01-291-1/+1
* hle: kernel: Rewrite scheduler implementation based on Mesopshere.bunnei2020-12-061-1/+1
* service: Eliminate usages of the global system instanceLioncash2020-11-271-9/+9
* service: time: Update current time with changes to RTC setting.bunnei2020-10-131-14/+14
* ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)David2020-08-031-2/+2
* Merge pull request #4203 from VolcaEM/servicesbunnei2020-07-111-0/+7
|\
| * service: Update function tablesVolcaEM2020-06-291-0/+7
* | General: Recover Prometheus project from harddrive failure Fernando Sahmkow2020-06-271-3/+2
|/
* service/time: Remove reliance on the global system accessorLioncash2020-04-191-24/+26
* service: time: Implement CalculateStandardUserSystemClockDifferenceByUser.bunnei2020-04-151-0/+23
* services: time: Implement CalculateSpanBetween.bunnei2020-03-271-0/+29
* Core: Set all hardware emulation constants in a single file.Fernando Sahmkow2020-02-121-1/+2
* service: time: Implement GetStandardLocalSystemClock.bunnei2020-01-051-0/+7
* service: time: Implement GetClockSnapshotFromSystemClockContext.bunnei2020-01-041-2/+25
* service: time: Implement IsStandardNetworkSystemClockAccuracySufficient.bunnei2020-01-041-0/+9
* service: time: Rewrite implementation of glue services.bunnei2020-01-041-303/+154
* Merge pull request #3094 from lioncash/tablesbunnei2019-11-251-2/+11
|\
| * service: Update function tablesLioncash2019-11-121-2/+11
* | service: Resolve sign conversion errorsLioncash2019-11-121-13/+13
|/
* Deglobalize System: TimeDavid Marcec2019-09-221-10/+15
* Addressed issuesDavid Marcec2019-06-261-1/+2
* Implement Time::GetSharedMemoryNativeHandleDavid Marcec2019-06-251-19/+95
* core/core_timing_util: Amend casing of cyclesTo* functionsLioncash2019-06-051-2/+2
* core/core_timing_util: Use std::chrono types for specifying time unitsLioncash2019-06-051-4/+5
* 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-301-2/+2
* 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-171-0/+15
* Added maybe_unusedDavid Marcec2018-11-101-2/+6
* Added ToPosixTime & ToPosixTimeWithMyRuleDavid Marcec2018-11-101-2/+41
* Added consts and staticDavid Marcec2018-11-101-6/+6
* Implement GetClockSnapshotDavid Marcec2018-11-091-20/+69
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+2
* service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule()Lioncash2018-08-071-2/+2
* Merge pull request #801 from lioncash/timeMat M2018-07-251-4/+4
|\
| * time: Add the time:a serviceLioncash2018-07-251-2/+3
| * time: Simplify interface creationLioncash2018-07-241-4/+3
* | core_timing: Split off utility functions into core_timing_utilMerryMage2018-07-241-0/+1
|/
* Rename logging macro back to LOG_*James Rowe2018-07-031-13/+13
* Service/time: implement posix time to calendar conversionmailwl2018-06-011-4/+54
* 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-201-4/+2
* Various service name fixes - part 2 (rebased) (#322)Hexagon122018-04-171-1/+5
* Clean Warnings (?)N00byKing2018-03-191-1/+1
* time: Add GetStandardLocalSystemClock, used by libnxshinyquagsire232018-02-221-0/+7
* 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-261-1/+16
* time: Stub GetSystemClockContext function.bunnei2018-01-251-2/+10
* 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
* time: Stub out GetTotalLocationNameCount and some cleanup.bunnei2018-01-191-3/+11
* time: Fix use of CamelCase in ToCalendarTimeWithMyRuleRozlette2018-01-181-6/+6
* time: Refactor time:* to use a single shared moduleRozlette2018-01-181-17/+11
* TIME: consolidate time:* interfaces, stub functions and structsRozlette2018-01-171-2/+128
* time: Implement GetStandardUserSystemClock, GetCurrentTime.bunnei2018-01-151-0/+16