summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time_zone_manager.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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-11-14Add break for default casesKyle Kienapfel1-0/+1
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-23/+23
2022-06-14common: Change semantics of UNREACHABLE to unconditionally crashLiam1-1/+1
2022-05-13time_zone_manager: Use s8 for month length tablesMorph1-4/+3
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-11-04core: Remove unused includesameerj1-2/+0
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-11/+11
2021-04-08service: time: Setup the network clock with the local clock contextMorph1-1/+1
2020-10-21Revert "core: Fix clang build"bunnei1-64/+54
2020-10-18core: Fix clang buildLioncash1-54/+64
2020-10-13core/CMakeLists: Make some warnings errorsLioncash1-8/+13
2020-04-17time_zone_manager: Resolve sign conversion warningsLioncash1-2/+2
2020-04-16CMakeLists: Specify -Wextra on linux buildsLioncash1-7/+7
2020-01-23service: time: Implement ToPosixTimeWithMyRule.bunnei1-0/+9
2020-01-20time: Fix month off-by-one error.bunnei1-2/+2
2020-01-04time: Remove overflow error checking (currently breaks ADO builds).bunnei1-9/+1
2020-01-04service: time: Rewrite implementation of glue services.bunnei1-0/+1038