godot/drivers/unix
Rémi Verschelde 1f6f364a56 Port member initialization from constructor to declaration (C++11)
Using `clang-tidy`'s `modernize-use-default-member-init` check and
manual review of the changes, and some extra manual changes that
`clang-tidy` failed to do.

Also went manually through all of `core` to find occurrences that
`clang-tidy` couldn't handle, especially all initializations done
in a constructor without using initializer lists.
2020-05-14 10:01:56 +02:00
..
dir_access_unix.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
dir_access_unix.h Improve UX of drive letters 2020-03-03 10:38:34 +01:00
file_access_unix.cpp Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
file_access_unix.h Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
ip_unix.cpp Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
ip_unix.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
net_socket_posix.cpp Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
net_socket_posix.h Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
os_unix.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
os_unix.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
rw_lock_posix.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
rw_lock_posix.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
syslog_logger.cpp Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 2020-05-10 13:13:54 +02:00
syslog_logger.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
thread_posix.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
thread_posix.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00