godot/drivers/unix
Rémi Verschelde b24fe6879a Windows: Workaround missing includes in MinGW-w64 < 4
The MinGW-w64 version we have on our Travis build environment (Ubuntu 12.04,
mingw-w64 2.0.1, gcc 4.6) is old and has some missing includes in the
dependencies of the `tcpmib.h` header [0] [1] [2].
Those were not triggered before 6323779596
probably due to conflicting WINVER definitions which prevented triggering the code
specific to >= 0x0600 (Vista). We ensure it won't be triggered by defining the
_WIN32_WINNT macro to Windows XP compatibility.
2017-01-09 12:10:25 +01:00
..
dir_access_unix.cpp Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
dir_access_unix.h Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
file_access_unix.cpp Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
file_access_unix.h Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
ip_unix.cpp Windows: Workaround missing includes in MinGW-w64 < 4 2017-01-09 12:10:25 +01:00
ip_unix.h ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant. 2017-01-02 23:03:46 -03:00
memory_pool_static_malloc.cpp -Changed memory functions, Memory::alloc_static*, simplified them, made them aligned to 16 2017-01-06 10:15:44 -03:00
memory_pool_static_malloc.h -Changed memory functions, Memory::alloc_static*, simplified them, made them aligned to 16 2017-01-06 10:15:44 -03:00
mutex_posix.cpp Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
mutex_posix.h Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
os_unix.cpp Memory pool vectors (DVector) have been enormously simplified in code, and renamed to PoolVector 2017-01-07 18:26:38 -03:00
os_unix.h Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
packet_peer_udp_posix.cpp Merge pull request #7271 from Faless/ipv6_cleanup 2017-01-02 15:51:45 +01:00
packet_peer_udp_posix.h Merge pull request #7271 from Faless/ipv6_cleanup 2017-01-02 15:51:45 +01:00
rw_lock_posix.cpp Use more compatible initializarion of RWLockPosix 2017-01-08 11:35:32 -03:00
rw_lock_posix.h Memory pool vectors (DVector) have been enormously simplified in code, and renamed to PoolVector 2017-01-07 18:26:38 -03:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
semaphore_posix.cpp Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
semaphore_posix.h Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
socket_helpers.h IP_Address now handle IPv4 and IPv6 transparently 2016-12-09 18:24:59 +01:00
stream_peer_tcp_posix.cpp Merge pull request #7271 from Faless/ipv6_cleanup 2017-01-02 15:51:45 +01:00
stream_peer_tcp_posix.h Merge pull request #7271 from Faless/ipv6_cleanup 2017-01-02 15:51:45 +01:00
tcp_server_posix.cpp Merge pull request #7271 from Faless/ipv6_cleanup 2017-01-02 15:51:45 +01:00
tcp_server_posix.h Merge pull request #7271 from Faless/ipv6_cleanup 2017-01-02 15:51:45 +01:00
thread_posix.cpp Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
thread_posix.h Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00