1
0
Fork 0
forked from suyu/suyu
suyu/src/core/hle/service/time
Lioncash 1c340c6efa CMakeLists: Specify -Wextra on linux builds
Allows reporting more cases where logic errors may exist, such as
implicit fallthrough cases, etc.

We currently ignore unused parameters, since we currently have many
cases where this is intentional (virtual interfaces).

While we're at it, we can also tidy up any existing code that causes
warnings. This also uncovered a few bugs as well.
2020-04-15 21:33:46 -04:00
..
clock_types.h time: Remove overflow error checking (currently breaks ADO builds). 2020-01-04 13:48:31 -05:00
ephemeral_network_system_clock_context_writer.h service: time: Rewrite implementation of glue services. 2020-01-04 13:48:29 -05:00
ephemeral_network_system_clock_core.h service: time: Rewrite implementation of glue services. 2020-01-04 13:48:29 -05:00
errors.h service: time: Rewrite implementation of glue services. 2020-01-04 13:48:29 -05:00
interface.cpp services: time: Implement CalculateSpanBetween. 2020-03-27 10:42:13 -04:00
interface.h service: time: Rewrite implementation of glue services. 2020-01-04 13:48:29 -05:00
local_system_clock_context_writer.h service: time: Rewrite implementation of glue services. 2020-01-04 13:48:29 -05:00
network_system_clock_context_writer.h service: time: Rewrite implementation of glue services. 2020-01-04 13:48:29 -05:00
standard_local_system_clock_core.h service: time: Rewrite implementation of glue services. 2020-01-04 13:48:29 -05:00
standard_network_system_clock_core.h service: time: Implement IsStandardNetworkSystemClockAccuracySufficient. 2020-01-04 13:48:30 -05:00
standard_steady_clock_core.cpp Core: Set all hardware emulation constants in a single file. 2020-02-11 20:19:11 -04:00
standard_steady_clock_core.h service: time: Rewrite implementation of glue services. 2020-01-04 13:48:29 -05:00
standard_user_system_clock_core.cpp service: time: Rewrite implementation of glue services. 2020-01-04 13:48:29 -05:00
standard_user_system_clock_core.h service: time: Rewrite implementation of glue services. 2020-01-04 13:48:29 -05:00
steady_clock_core.h service: time: Rewrite implementation of glue services. 2020-01-04 13:48:29 -05:00
system_clock_context_update_callback.cpp service: time: Rewrite implementation of glue services. 2020-01-04 13:48:29 -05:00
system_clock_context_update_callback.h service: time: Rewrite implementation of glue services. 2020-01-04 13:48:29 -05:00
system_clock_core.cpp service: time: Rewrite implementation of glue services. 2020-01-04 13:48:29 -05:00
system_clock_core.h service: time: Rewrite implementation of glue services. 2020-01-04 13:48:29 -05:00
tick_based_steady_clock_core.cpp Core: Set all hardware emulation constants in a single file. 2020-02-11 20:19:11 -04:00
tick_based_steady_clock_core.h service: time: Rewrite implementation of glue services. 2020-01-04 13:48:29 -05:00
time.cpp services: time: Implement CalculateSpanBetween. 2020-03-27 10:42:13 -04:00
time.h services: time: Implement CalculateSpanBetween. 2020-03-27 10:42:13 -04:00
time_manager.cpp service: time: Rewrite implementation of glue services. 2020-01-04 13:48:29 -05:00
time_manager.h service: time: Rewrite implementation of glue services. 2020-01-04 13:48:29 -05:00
time_sharedmemory.cpp Core: Set all hardware emulation constants in a single file. 2020-02-11 20:19:11 -04:00
time_sharedmemory.h service: time: Rewrite implementation of glue services. 2020-01-04 13:48:29 -05:00
time_zone_content_manager.cpp time_zone_content_manager: Fix out of bounds read 2020-03-18 19:06:16 -03:00
time_zone_content_manager.h service: time: Rewrite implementation of glue services. 2020-01-04 13:48:29 -05:00
time_zone_manager.cpp CMakeLists: Specify -Wextra on linux builds 2020-04-15 21:33:46 -04:00
time_zone_manager.h service: time: Implement ToPosixTimeWithMyRule. 2020-01-22 23:20:19 -05:00
time_zone_service.cpp service: time: Implement ToPosixTimeWithMyRule. 2020-01-22 23:20:19 -05:00
time_zone_service.h service: time: Implement ToPosixTimeWithMyRule. 2020-01-22 23:20:19 -05:00
time_zone_types.h service: time: Rewrite implementation of glue services. 2020-01-04 13:48:29 -05:00