aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/time
AgeCommit message (Expand)Author
2024-01-24Rework time service to fix time passing offline.Kelebek1
2023-11-25time: undef GetCurrentTime for WindowsLiam
2023-08-02Merge pull request #10839 from lat9nq/pgc-plusliamwhite
2023-07-30tz_content_man: Generate the time zone binary oncelat9nq
2023-07-21settings: Require time zone setting value for stirnglat9nq
2023-06-21Merge pull request #10086 from Morph1984/coretiming-ng-1bunnei
2023-06-20time_zone_manager: Add null terminatorlat9nq
2023-06-20time_zone_manager: Stop on commalat9nq
2023-06-17time_zone_service: Always write time zone rule datalat9nq
2023-06-15time_zone_manager: Compare to the correct booleanlat9nq
2023-06-07time: Use compile time division for TimeSpanType conversionMorph
2023-06-05tz_manager: Fix comparison to wrong integerlat9nq
2023-06-05tz_manager: Implement missing transition timeslat9nq
2023-06-05tz_manager: Warn on unimplemented codelat9nq
2023-06-05tz_manager: Fix character offset not advancinglat9nq
2023-06-05tz_manager: Fix off-by-one errorlat9nq
2023-06-05time: Implement missing servicesNarr the Reg
2023-06-05time_zone_manager: Implement go_ahead/go_backlat9nq
2023-06-05tz_content_manager: Try the system time zone firstlat9nq
2023-06-05time: Remove auto timezone considerationlat9nq
2023-06-05time_manager: Don't offset RTC by system time zonelat9nq
2023-06-05tz_content_manager: Detect system time zonelat9nq
2023-05-11time: implement ContinuousAdjustmentTimePointLiam
2023-03-01service: move hle_ipc from kernelLiam
2023-02-21service: refactor server architectureLiam
2023-02-14remove static from pointer sized or smaller types for aesthetics, change cons...arades79
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...arades79
2022-12-21time: add LockFreeAtomicTypeLiam
2022-11-13Add break for default casesKyle Kienapfel
2022-10-12kernel: remove KWritableEventLiam
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-05-13time_zone_manager: Use s8 for month length tablesMorph
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph
2022-02-05service: Migrate to the new UUID implementationMorph
2021-11-03core: Fix transitive include build errorsameerj
2021-11-03core: Remove unused includesameerj
2021-10-17settings: Remove std::chrono usageameerj
2021-10-07service: Reduce header include overheadMorph
2021-10-05Merge pull request #7115 from ameerj/log-compilebunnei
2021-10-01service: Replace service event creation with ServiceContext::CreateEventMorph
2021-10-01common/logging: Reduce scope of fmt includeameerj
2021-09-29style: Remove extra space preceding the :: operatorMorph
2021-07-14service: Append service name prefix to common filenamesMorph
2021-06-18service: time: Use GetFileRelative to get files within subdirectoriesMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-16core: Make variable shadowing a compile-time errorLioncash
2021-05-05hle: kernel: Migrate KClientPort to KAutoObject.bunnei
2021-05-05hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObj...bunnei