virtualx-engine/drivers/unix
Rémi Verschelde f8ab79e68a Zero initialize all pointer class and struct members
This prevents the pitfall of UB when checking if they have been
assigned something valid by comparing to nullptr.
2022-04-04 19:49:50 +02:00
..
dir_access_unix.cpp Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
dir_access_unix.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
file_access_unix.cpp Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
file_access_unix.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
ip_unix.cpp Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
ip_unix.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
net_socket_posix.cpp Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
net_socket_posix.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
os_unix.cpp Remove unused GDNative code 2022-03-09 13:59:03 +01:00
os_unix.h [OS/Crypto] Add get_entropy to OS. 2022-02-14 10:45:50 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
syslog_logger.cpp Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
syslog_logger.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
thread_posix.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
thread_posix.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00