godot/drivers/unix
Rémi Verschelde 6770357e47 Android: Better identify thirdparty C/C++ code
- The `cpu-features.{c,h}` code was only used by chance by the webm
  (libvpx) code, so I moved it there. It was actually introduced before
  that and wasn't in use, and libvpx just happened to be able to
  compile thanks to it being bundled.
  It could potentially be compiled on the fly from the Android NDK, but
  since we plan to replace the webm module by a GDNative plugin in the
  near future, I went the bundling route.

- `ifaddrs_android.h` is already provided in the Android NDK as
  `ifaddrs.h`, same as on other Unixes. Yet we cannot use it until we
  up the min API level to 24, where `getifaddrs` is first defined.
  I moved the files to `thirdparty/misc` and synced them with upstream
  WebRTC (only indentation changes and removal of `static` qualifiers).

Also removes dropped thirdparty files from COPYRIGHT.txt after changes
in #24105 and #24145.
2018-12-20 13:07:54 +01:00
..
dir_access_unix.cpp Attempt to avoid breaking people's workflows on the change from 8ba0d513fa 2018-11-27 18:13:36 -03:00
dir_access_unix.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
file_access_unix.cpp Moved member variables to initializer list 2018-12-11 18:33:01 -05:00
file_access_unix.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
ip_unix.cpp Android: Better identify thirdparty C/C++ code 2018-12-20 13:07:54 +01:00
ip_unix.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
mutex_posix.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
mutex_posix.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
net_socket_posix.cpp Moved member variables to initializer list 2018-12-11 18:33:01 -05:00
net_socket_posix.h Remove socket_helper.h after NetSocket refactor 2018-09-28 02:03:23 +02:00
os_unix.cpp Added OS.get_system_time_msecs() 2018-12-20 18:50:50 +09:00
os_unix.h Added OS.get_system_time_msecs() 2018-12-20 18:50:50 +09:00
rw_lock_posix.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
rw_lock_posix.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
semaphore_posix.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
semaphore_posix.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
syslog_logger.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
syslog_logger.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
thread_posix.cpp Fix some OSX and iOS Clang warnings 2018-10-04 11:50:16 +02:00
thread_posix.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00