summaryrefslogtreecommitdiff
path: root/src/core/hle/service/time (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rework time service to fix time passing offline.Gravatar Kelebek12024-01-2434-3682/+0
* time: undef GetCurrentTime for WindowsGravatar Liam2023-11-251-0/+5
* Merge pull request #10839 from lat9nq/pgc-plusGravatar liamwhite2023-08-021-1/+2
|\
| * settings: Require time zone setting value for stirngGravatar lat9nq2023-07-211-1/+2
* | tz_content_man: Generate the time zone binary onceGravatar lat9nq2023-07-302-8/+11
|/
* Merge pull request #10086 from Morph1984/coretiming-ng-1Gravatar bunnei2023-06-215-11/+15
|\
| * time: Use compile time division for TimeSpanType conversionGravatar Morph2023-06-075-11/+15
* | time_zone_manager: Add null terminatorGravatar lat9nq2023-06-201-2/+4
* | time_zone_manager: Stop on commaGravatar lat9nq2023-06-201-1/+3
* | time_zone_service: Always write time zone rule dataGravatar lat9nq2023-06-171-8/+2
* | time_zone_manager: Compare to the correct booleanGravatar lat9nq2023-06-151-2/+3
* | tz_manager: Fix comparison to wrong integerGravatar lat9nq2023-06-051-1/+1
* | tz_manager: Implement missing transition timesGravatar lat9nq2023-06-051-1/+59
* | tz_manager: Warn on unimplemented codeGravatar lat9nq2023-06-051-0/+7
* | tz_manager: Fix character offset not advancingGravatar lat9nq2023-06-051-0/+1
* | tz_manager: Fix off-by-one errorGravatar lat9nq2023-06-051-4/+4
* | time: Implement missing servicesGravatar Narr the Reg2023-06-057-11/+106
* | time_zone_manager: Implement go_ahead/go_backGravatar lat9nq2023-06-051-1/+39
* | tz_content_manager: Try the system time zone firstGravatar lat9nq2023-06-051-2/+9
* | time: Remove auto timezone considerationGravatar lat9nq2023-06-053-33/+3
* | time_manager: Don't offset RTC by system time zoneGravatar lat9nq2023-06-051-5/+1
* | tz_content_manager: Detect system time zoneGravatar lat9nq2023-06-051-1/+11
|/
* time: implement ContinuousAdjustmentTimePointGravatar Liam2023-05-113-2/+34
* service: move hle_ipc from kernelGravatar Liam2023-03-014-43/+41
* service: refactor server architectureGravatar Liam2023-02-212-6/+12
* remove static from pointer sized or smaller types for aesthetics, change cons...Gravatar arades792023-02-141-4/+4
* add static lifetime to constexpr values to force compile time evaluation wher...Gravatar arades792023-02-141-4/+4
* time: add LockFreeAtomicTypeGravatar Liam2022-12-213-40/+65
* Add break for default casesGravatar Kyle Kienapfel2022-11-131-0/+1
* kernel: remove KWritableEventGravatar Liam2022-10-122-8/+8
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-2617-114/+112
* common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam2022-06-133-8/+8
* time_zone_manager: Use s8 for month length tablesGravatar Morph2022-05-131-4/+3
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-2334-102/+68
* general: Rename NewUUID to UUID, and remove the previous UUID implGravatar Morph2022-02-055-13/+13
* service: Migrate to the new UUID implementationGravatar Morph2022-02-055-13/+13
* core: Fix transitive include build errorsGravatar ameerj2021-11-031-0/+2
* core: Remove unused includesGravatar ameerj2021-11-038-12/+0
* settings: Remove std::chrono usageGravatar ameerj2021-10-171-6/+7
* service: Reduce header include overheadGravatar Morph2021-10-072-2/+1
* Merge pull request #7115 from ameerj/log-compileGravatar bunnei2021-10-052-0/+3
|\
| * common/logging: Reduce scope of fmt includeGravatar ameerj2021-10-012-0/+3
* | service: Replace service event creation with ServiceContext::CreateEventGravatar Morph2021-10-012-6/+15
|/
* style: Remove extra space preceding the :: operatorGravatar Morph2021-09-292-3/+3
* service: Append service name prefix to common filenamesGravatar Morph2021-07-143-2/+2
* service: time: Use GetFileRelative to get files within subdirectoriesGravatar Morph2021-06-181-1/+1
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-0213-78/+76
* core: Make variable shadowing a compile-time errorGravatar Lioncash2021-05-1615-38/+38
* hle: kernel: Migrate KClientPort to KAutoObject.Gravatar bunnei2021-05-051-1/+1
* hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObj...Gravatar bunnei2021-05-051-1/+0