summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time_manager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-5/+5
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* general: Rename NewUUID to UUID, and remove the previous UUID implMorph2022-02-051-2/+2
* service: Migrate to the new UUID implementationMorph2022-02-051-2/+2
* core: Fix transitive include build errorsameerj2021-11-041-0/+2
* settings: Remove std::chrono usageameerj2021-10-171-6/+7
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-4/+4
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-1/+1
* service: Eliminate cases of member shadowingLioncash2021-04-261-11/+11
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* service: time: Setup the network clock with the local clock contextMorph2021-04-081-1/+5
* kernel: Fix resource release exception on exitameerj2021-02-211-0/+4
* service: time: Update current time with changes to RTC setting.bunnei2020-10-131-101/+258
* time_zone: Use std::chrono::seconds for strong typing.bunnei2020-05-131-1/+1
* hle: service: time_zone_manager: Use current time zone setting.bunnei2020-05-111-1/+10
* service: time: Rewrite implementation of glue services.bunnei2020-01-041-0/+137