1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-04 17:04:49 +00:00
Files
godot/doc/classes
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
..
2022-09-15 11:39:03 +02:00
2022-09-30 14:23:36 +02:00
2022-09-30 14:23:36 +02:00
2022-09-10 12:17:37 +02:00
2022-09-10 12:17:37 +02:00
2022-09-01 18:39:17 +02:00
2022-09-01 22:13:46 +02:00
2022-09-21 08:25:48 +02:00
2022-09-15 12:03:02 +02:00
2022-09-01 22:13:46 +02:00
2022-09-30 14:23:36 +02:00
2022-09-30 14:23:36 +02:00
2022-09-06 13:38:40 +03:00
2022-09-30 14:23:36 +02:00
2022-09-30 14:23:36 +02:00
2022-09-01 22:13:46 +02:00
2022-09-15 11:39:03 +02:00
2022-08-23 19:49:50 +02:00
2022-08-23 19:49:50 +02:00
2022-09-20 22:20:11 +02:00
2022-09-20 22:20:11 +02:00
2022-09-29 13:34:28 +02:00
2022-08-08 21:08:26 -07:00
2022-08-04 13:45:54 -05:00
2022-09-21 13:28:29 +02:00
2022-09-21 13:28:29 +02:00
2022-09-18 23:52:50 +02:00
2022-08-24 12:08:17 +02:00
2022-09-03 17:06:36 +02:00
2022-09-03 17:06:36 +02:00
2022-08-02 11:53:28 -05:00