suyu/src/core/hle/service/time
Lioncash 9a07ed53eb core: Make variable shadowing a compile-time error
Now that we have most of core free of shadowing, we can enable the
warning as an error to catch anything that may be remaining and also
eliminate this class of logic bug entirely.
2021-05-16 03:43:16 -04:00
..
clock_types.h service: time: Setup the network clock with the local clock context 2021-04-08 13:26:38 -04: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 core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
errors.h service: time: Rewrite implementation of glue services. 2020-01-04 13:48:29 -05:00
interface.cpp service: Resolve cases of member field shadowing 2021-05-04 04:38:38 -04:00
interface.h service: Resolve cases of member field shadowing 2021-05-04 04:38:38 -04:00
local_system_clock_context_writer.h core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
network_system_clock_context_writer.h core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
standard_local_system_clock_core.h core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
standard_network_system_clock_core.h core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
standard_steady_clock_core.cpp General: Recover Prometheus project from harddrive failure 2020-06-27 11:35:06 -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 core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
standard_user_system_clock_core.h core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
steady_clock_core.h service/time: Add virtual destructors where applicable 2020-04-17 19:59:31 -04:00
system_clock_context_update_callback.cpp hle: kernel: Rename WritableEvent to KWritableEvent. 2021-02-05 14:00:36 -08:00
system_clock_context_update_callback.h hle: kernel: Rename WritableEvent to KWritableEvent. 2021-02-05 14:00:36 -08:00
system_clock_core.cpp core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
system_clock_core.h core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
tick_based_steady_clock_core.cpp General: Recover Prometheus project from harddrive failure 2020-06-27 11:35:06 -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 hle: kernel: Migrate KClientPort to KAutoObject. 2021-05-05 16:40:52 -07:00
time.h service: time: Setup the network clock with the local clock context 2021-04-08 13:26:38 -04:00
time_manager.cpp core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
time_manager.h core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
time_sharedmemory.cpp core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
time_sharedmemory.h core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
time_zone_content_manager.cpp core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
time_zone_content_manager.h core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
time_zone_manager.cpp service: time: Setup the network clock with the local clock context 2021-04-08 13:26:38 -04:00
time_zone_manager.h service: time: Implement ToPosixTimeWithMyRule. 2020-01-22 23:20:19 -05:00
time_zone_service.cpp general: Write buffers before pushing raw arguments 2021-04-19 12:45:50 -04:00
time_zone_service.h service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00
time_zone_types.h service: time: Setup the network clock with the local clock context 2021-04-08 13:26:38 -04:00