godot/drivers
Rémi Verschelde c273ddc3ee Style: Partially apply clang-tidy's cppcoreguidelines-pro-type-member-init
Didn't commit all the changes where it wants to initialize a struct
with `{}`. Should be reviewed in a separate PR.

Option `IgnoreArrays` enabled for now to be conservative, can be
disabled to see if it proposes more useful changes.

Also fixed manually a handful of other missing initializations / moved
some from constructors.
2022-05-02 16:28:25 +02:00
..
alsa Fix some issues found by cppcheck. 2022-04-06 14:34:37 +03:00
alsamidi Fix some issues found by cppcheck. 2022-04-06 14:34:37 +03:00
coreaudio Fix some issues found by cppcheck. 2022-04-06 14:34:37 +03:00
coremidi Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gl_context Add GLES2 2D renderer + Linux display manager 2021-10-30 02:05:48 +02:00
gles3 Style: Partially apply clang-tidy's cppcoreguidelines-pro-type-member-init 2022-05-02 16:28:25 +02:00
png Make FileAccess and DirAccess classes reference counted. 2022-04-11 13:28:51 +03:00
pulseaudio Fix more issues found by cppcheck. 2022-04-20 10:34:00 +03:00
spirv-reflect SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00
unix Style: Partially apply clang-tidy's cppcoreguidelines-pro-type-member-init 2022-05-02 16:28:25 +02:00
vulkan Style: Partially apply clang-tidy's cppcoreguidelines-pro-type-member-init 2022-05-02 16:28:25 +02:00
wasapi Fix some issues found by cppcheck. 2022-04-06 14:34:37 +03:00
windows Remove or make private FileAccess close() methods. 2022-04-12 14:50:14 +03:00
winmidi Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
xaudio2 Fix some issues found by cppcheck. 2022-04-06 14:34:37 +03:00
register_driver_types.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_driver_types.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub [HTML5] Add WebGL2 (GLES3) support using the OpenGL renderer. 2021-11-19 16:59:27 +01:00