godot/platform/uwp
Rémi Verschelde bf7ca623a6 Fix Coverity reports of uninitialized scalar variable
Fixes most current reports on Coverity Scan of uninitialized scalar
variable (CWE-457): https://cwe.mitre.org/data/definitions/457.html

These happen most of the time (in our code) when instanciating structs
without a constructor (or with an incomplete one), and later returning
the instance. This is sometimes intended though, as some parameters are
only used in some situations and should not be double-initialized for
performance reasons (e.g. `constant` in ShaderLanguage::Token).
2018-04-19 15:20:45 +02:00
..
export Fix Coverity reports of uninitialized scalar variable 2018-04-19 15:20:45 +02:00
app.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
app.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
detect.py Fix UWP build after #17194 2018-03-29 18:21:08 +02:00
gl_context_egl.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
gl_context_egl.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
joypad_uwp.cpp Update copyright statements to 2018 2018-01-01 14:40:47 +01:00
joypad_uwp.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
logo.png Enhanced iOS and UWP logo on Export dialog 2017-11-29 17:34:01 +07:00
os_uwp.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
os_uwp.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
platform_config.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
power_uwp.cpp Update copyright statements to 2018 2018-01-01 14:40:47 +01:00
power_uwp.h Update copyright statements to 2018 2018-01-01 14:40:47 +01:00
SCsub Move windows networking class to drivers/windows/ 2017-12-15 18:25:29 +01:00
thread_uwp.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
thread_uwp.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00