godot/drivers/unix
Hugo Locurcio 3b11b1022d
Remove unused code related to Travis CI
(cherry picked from commit 257a8a337e)
2021-07-06 11:19:56 +02:00
..
SCsub
dir_access_unix.cpp Fix `Directory::get_space_left()` result on macOS and Linux. 2021-06-01 12:53:31 +02:00
dir_access_unix.h Add symlink API to the DirAccess (on macOS and Linux). 2021-05-22 17:36:16 +03:00
file_access_unix.cpp FileAccess: Don't err in `store_buffer` with buffer of size 0 2021-06-07 22:36:07 +02:00
file_access_unix.h Make all file access 64-bit (`uint64_t`) 2021-05-16 17:52:31 +02:00
ip_unix.cpp Remove unused code related to Travis CI 2021-07-06 11:19:56 +02:00
ip_unix.h Support multiple address resolution in DNS requests 2021-06-09 12:06:46 +07:00
net_socket_posix.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
net_socket_posix.h
os_unix.cpp Improve the console error logging appearance 2021-06-13 19:18:09 +02:00
os_unix.h
syslog_logger.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
syslog_logger.h
thread_posix.cpp
thread_posix.h