summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-30tz_content_man: Generate the time zone binary oncelat9nq2-8/+11
2023-07-21settings: Require time zone setting value for stirnglat9nq1-1/+2
2023-06-20time_zone_manager: Add null terminatorlat9nq1-2/+4
2023-06-20time_zone_manager: Stop on commalat9nq1-1/+3
2023-06-18time_zone_service: Always write time zone rule datalat9nq1-8/+2
2023-06-16time_zone_manager: Compare to the correct booleanlat9nq1-2/+3
2023-06-08time: Use compile time division for TimeSpanType conversionMorph5-11/+15
2023-06-05tz_manager: Fix comparison to wrong integerlat9nq1-1/+1
2023-06-05tz_manager: Implement missing transition timeslat9nq1-1/+59
2023-06-05tz_manager: Warn on unimplemented codelat9nq1-0/+7
2023-06-05tz_manager: Fix character offset not advancinglat9nq1-0/+1
2023-06-05tz_manager: Fix off-by-one errorlat9nq1-4/+4
2023-06-05time: Implement missing servicesNarr the Reg7-11/+106
2023-06-05time_zone_manager: Implement go_ahead/go_backlat9nq1-1/+39
2023-06-05tz_content_manager: Try the system time zone firstlat9nq1-2/+9
2023-06-05time: Remove auto timezone considerationlat9nq3-33/+3
2023-06-05time_manager: Don't offset RTC by system time zonelat9nq1-5/+1
2023-06-05tz_content_manager: Detect system time zonelat9nq1-1/+11
2023-05-12time: implement ContinuousAdjustmentTimePointLiam3-2/+34
2023-03-01service: move hle_ipc from kernelLiam4-43/+41
2023-02-21service: refactor server architectureLiam2-6/+12
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-4/+4
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-4/+4
2022-12-29hle_ipc: Rename ReadBufferSpan to ReadBufferameerj2-6/+6
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj2-6/+6
2022-12-22time: add LockFreeAtomicTypeLiam3-40/+65
2022-11-14Add break for default casesKyle Kienapfel1-0/+1
2022-10-13kernel: remove KWritableEventLiam2-8/+8
2022-06-27core: Replace all instances of ResultCode with Resultgerman7717-114/+112
2022-06-14common: Change semantics of UNREACHABLE to unconditionally crashLiam3-8/+8
2022-05-13time_zone_manager: Use s8 for month length tablesMorph1-4/+3
2022-04-23general: Convert source file copyright comments over to SPDXMorph34-102/+68
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph5-13/+13
2022-02-05service: Migrate to the new UUID implementationMorph5-13/+13
2021-11-04core: Fix transitive include build errorsameerj1-0/+2
2021-11-04core: Remove unused includesameerj8-12/+0
2021-10-17settings: Remove std::chrono usageameerj1-6/+7
2021-10-07service: Reduce header include overheadMorph2-2/+1
2021-10-02service: Replace service event creation with ServiceContext::CreateEventMorph2-6/+15
2021-10-02common/logging: Reduce scope of fmt includeameerj2-0/+3
2021-09-29style: Remove extra space preceding the :: operatorMorph2-3/+3
2021-07-14service: Append service name prefix to common filenamesMorph3-2/+2
2021-06-18service: time: Use GetFileRelative to get files within subdirectoriesMorph1-1/+1
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph13-78/+76
2021-05-16core: Make variable shadowing a compile-time errorLioncash15-38/+38
2021-05-06hle: kernel: Migrate KClientPort to KAutoObject.bunnei1-1/+1
2021-05-06hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.bunnei1-1/+0
2021-05-06hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei1-0/+1
2021-05-06hle: kernel: Migrate KEvent to KAutoObject.bunnei2-6/+5
2021-05-06hle: kernel: Migrate KSharedMemory to KAutoObject.bunnei2-14/+5
2021-05-06hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei1-1/+1
2021-05-04service: Resolve cases of member field shadowingLioncash2-3/+3
2021-04-26service: Eliminate cases of member shadowingLioncash7-24/+23
2021-04-19general: Write buffers before pushing raw argumentsMorph1-2/+4
2021-04-19time: Write buffer before pushing RESULT_SUCCESS in GetClockSnapshotMorph1-1/+2
2021-04-19time: Fix GetClockSnapshotFromSystemClockContextMorph1-2/+3
2021-04-15common: Move settings to common from core.bunnei2-2/+2
2021-04-09ITimeZoneService: Update to 12.xgerman771-0/+1
2021-04-08service: time: Setup the network clock with the local clock contextMorph6-21/+38
2021-04-08service: time: Fix CalculateStandardUserSystemClockDifferenceByUserMorph1-3/+8
2021-03-10time: Fix CalculateSpanBetween implementationMorph1-3/+9
2021-03-10time: Assign the current time point to the ClockSnapshotMorph1-0/+2
2021-02-21kernel: Fix resource release exception on exitameerj2-0/+6
2021-02-19hle: kernel: Rename SharedMemory to KSharedMemory.bunnei2-4/+4
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei2-5/+10
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei4-8/+8
2021-01-29core: hle: kernel: Rename Thread to KThread.bunnei3-3/+3
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp2-24/+24
2020-12-06hle: kernel: Rewrite scheduler implementation based on Mesopshere.bunnei1-1/+1
2020-11-27service: Eliminate usages of the global system instanceLioncash5-15/+21
2020-10-27hle: services: TimeZoneContentManager: This can be made explicit.bunnei1-1/+1
2020-10-21Revert "core: Fix clang build"bunnei2-66/+56
2020-10-18core: Fix clang buildLioncash2-56/+66
2020-10-13core/CMakeLists: Make some warnings errorsLioncash1-8/+13
2020-10-13service: time: Update current time with changes to RTC setting.bunnei6-188/+302
2020-08-14time_zone_content_manager: Collapse auto and default caseLioncash1-3/+1
2020-08-03ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)David2-4/+4
2020-06-29service: Update function tablesVolcaEM1-0/+7
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow4-11/+7
2020-05-13time_zone: Use std::chrono::seconds for strong typing.bunnei1-1/+1
2020-05-11hle: service: time_zone_manager: Use current time zone setting.bunnei2-3/+32
2020-04-19service/time: Remove reliance on the global system accessorLioncash1-24/+26
2020-04-18time/system_clock_core: Remove unnecessary initializerLioncash1-1/+1
2020-04-18service/time: Mark IsStandardNetworkSystemClockAccuracySufficient as constLioncash1-1/+1
2020-04-18service/time: Add virtual destructors where applicableLioncash3-2/+3
2020-04-17service: time: Update for new shared memory layout.bunnei1-3/+2
2020-04-17time_zone_manager: Resolve sign conversion warningsLioncash1-2/+2
2020-04-16CMakeLists: Specify -Wextra on linux buildsLioncash1-7/+7
2020-04-15service: time: Implement CalculateStandardUserSystemClockDifferenceByUser.bunnei3-1/+25
2020-03-27services: time: Implement CalculateSpanBetween.bunnei3-1/+31
2020-03-18time_zone_content_manager: Fix out of bounds readReinUsesLisp1-1/+1
2020-02-12Core: Set all hardware emulation constants in a single file.Fernando Sahmkow4-4/+8
2020-01-23service: time: Implement ToPosixTimeWithMyRule.bunnei4-1/+34
2020-01-20time: Fix month off-by-one error.bunnei1-2/+2
2020-01-05service: time: Implement GetStandardLocalSystemClock.bunnei3-1/+9
2020-01-04time: Remove overflow error checking (currently breaks ADO builds).bunnei2-18/+2
2020-01-04service: time: Implement GetClockSnapshotFromSystemClockContext.bunnei3-3/+27
2020-01-04service: time: Implement IsStandardNetworkSystemClockAccuracySufficient.bunnei5-1/+51
2020-01-04service: time: Rewrite implementation of glue services.bunnei34-444/+2806
2019-11-25kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2-3/+3
2019-11-12service: Update function tablesLioncash2-2/+12
2019-11-12service: Resolve sign conversion errorsLioncash1-13/+13
2019-09-22Deglobalize System: TimeDavid Marcec4-14/+21
2019-06-26Addressed issuesDavid Marcec5-37/+53
2019-06-25Implement Time::GetSharedMemoryNativeHandleDavid Marcec6-28/+242
2019-06-05core/core_timing_util: Amend casing of cyclesTo* functionsLioncash1-2/+2
2019-06-05core/core_timing_util: Use std::chrono types for specifying time unitsLioncash1-4/+5
2019-04-11service: Update service function tablesLioncash1-2/+8
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