godot/drivers/unix
Rémi Verschelde f501e4f665 Unix: Remove now unnecessary I/O defines, cleanup
- `LIBC_FILEIO_ENABLED` wasn't defined anywhere, even in _other platforms_.
- `NO_NETWORK` is also never defined. It probably isn't enough anyway to
  disable network APIs in the current codebase.
- `UNIX_SOCKET_UNAVAILABLE` is never defined in this code but used by some
  other platforms, clarify that.
- `NO_STATVFS` can be removed as Android supports it since API level 19,
  which is our current min SDK level. It's also only used for
  `DirAccessUnix::get_space_left()` which is anyway overridden by
  `DirAccessJAndroid::get_space_left()` so it shouldn't make a difference.
  * Fixed documentation for `DirAccess.get_space_left()`.
- `NO_FCNTL` is likely also a remnant of early Android days, in current NDK
  r23 it seems to be available. Also cleaned up unused `fcntl.h` includes.
- `NO_ALLOCA` is never defined, and we use alloca in many places now.
2022-10-03 12:33:41 +02:00
..
dir_access_unix.cpp Unix: Remove now unnecessary I/O defines, cleanup 2022-10-03 12:33:41 +02:00
dir_access_unix.h Unix: Remove now unnecessary I/O defines, cleanup 2022-10-03 12:33:41 +02:00
file_access_unix.cpp Unix: Remove now unnecessary I/O defines, cleanup 2022-10-03 12:33:41 +02:00
file_access_unix.h Unix: Remove now unnecessary I/O defines, cleanup 2022-10-03 12:33:41 +02:00
ip_unix.cpp [Net] IP uses print_verbose when getaddrinfo fails. 2022-08-05 10:49:56 +02:00
ip_unix.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
net_socket_posix.cpp Unix: Remove now unnecessary I/O defines, cleanup 2022-10-03 12:33:41 +02:00
net_socket_posix.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
os_unix.cpp Unix: Remove now unnecessary I/O defines, cleanup 2022-10-03 12:33:41 +02:00
os_unix.h Unix: Remove now unnecessary I/O defines, cleanup 2022-10-03 12:33:41 +02: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 Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
thread_posix.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
thread_posix.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00