summaryrefslogtreecommitdiff
path: root/src/core/hle/service/time (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* hle: kernel: Ensure all kernel objects with KAutoObject are properly created.Gravatar bunnei2021-05-051-0/+1
* hle: kernel: Migrate KEvent to KAutoObject.Gravatar bunnei2021-05-052-6/+5
* hle: kernel: Migrate KSharedMemory to KAutoObject.Gravatar bunnei2021-05-052-14/+5
* hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.Gravatar bunnei2021-05-051-1/+1
* service: Resolve cases of member field shadowingGravatar Lioncash2021-05-042-3/+3
* service: Eliminate cases of member shadowingGravatar Lioncash2021-04-267-24/+23
* Merge pull request #6214 from Morph1984/time-fix-kirby-clashGravatar bunnei2021-04-211-3/+5
|\
| * time: Write buffer before pushing RESULT_SUCCESS in GetClockSnapshotGravatar Morph2021-04-191-1/+2
| * time: Fix GetClockSnapshotFromSystemClockContextGravatar Morph2021-04-191-2/+3
* | general: Write buffers before pushing raw argumentsGravatar Morph2021-04-191-2/+4
|/
* common: Move settings to common from core.Gravatar bunnei2021-04-142-2/+2
* Merge pull request #6170 from Morph1984/more-time-fixesGravatar bunnei2021-04-116-21/+38
|\
| * service: time: Setup the network clock with the local clock contextGravatar Morph2021-04-086-21/+38
* | Merge pull request #6167 from Morph1984/time-fixGravatar bunnei2021-04-101-3/+8
|\ \
| * | service: time: Fix CalculateStandardUserSystemClockDifferenceByUserGravatar Morph2021-04-071-3/+8
| |/
* / ITimeZoneService: Update to 12.xGravatar german772021-04-081-0/+1
|/
* Merge pull request #6054 from Morph1984/time-GetClockSnapshotGravatar bunnei2021-03-131-0/+2
|\
| * time: Assign the current time point to the ClockSnapshotGravatar Morph2021-03-101-0/+2
* | time: Fix CalculateSpanBetween implementationGravatar Morph2021-03-101-3/+9
|/
* Merge pull request #5953 from bunnei/memory-refactor-1Gravatar bunnei2021-02-272-4/+4
|\
| * hle: kernel: Rename SharedMemory to KSharedMemory.Gravatar bunnei2021-02-182-4/+4
* | kernel: Fix resource release exception on exitGravatar ameerj2021-02-202-0/+6
|/
* hle: kernel: Reimplement KReadableEvent and KWritableEvent.Gravatar bunnei2021-02-052-5/+10
* hle: kernel: Rename WritableEvent to KWritableEvent.Gravatar bunnei2021-02-054-8/+8
* core: hle: kernel: Rename Thread to KThread.Gravatar bunnei2021-01-283-3/+3
* core: Silence Wclass-memaccess warningsGravatar ReinUsesLisp2021-01-152-24/+24
* hle: kernel: Rewrite scheduler implementation based on Mesopshere.Gravatar bunnei2020-12-061-1/+1
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-265-15/+21
* hle: services: TimeZoneContentManager: This can be made explicit.Gravatar bunnei2020-10-261-1/+1
* Merge pull request #4792 from bunnei/rtc-fixGravatar bunnei2020-10-226-188/+302
|\