godot/drivers/unix
est31 fb1e52f4d8 Fix allocation bug if compiled with modern clang or gcc
* Add overflow checked intrinsic abstractions that check on overflow.
* Use them for memory allocation code.
* Use size_t type for memory allocation code to support full platform dependent width.

Fixes #3756.
2016-02-19 07:58:42 +01:00
..
dir_access_unix.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
dir_access_unix.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
file_access_unix.cpp -Added a new mode, WRITE_READ to File, to recover compatibility with old projects but also achieve desired functionality. Closes #3272 2016-01-10 15:15:04 -03:00
file_access_unix.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
ip_unix.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
ip_unix.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
memory_pool_static_malloc.cpp Fix allocation bug if compiled with modern clang or gcc 2016-02-19 07:58:42 +01:00
memory_pool_static_malloc.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
mutex_posix.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
mutex_posix.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
os_unix.cpp improve reporting of error in wrong inheritance for autoload script 2016-01-13 09:42:03 -03:00
os_unix.h -Removed OS.get_system_time_msec(), this is undoable on Windows and also unusable from GDscript due to precision. 2016-01-10 18:24:55 -03:00
packet_peer_udp_posix.cpp Fixed mistake where available buffer size would not be updated for each recvfrom-call in PacketPeerUDPWinsockPposix. 2015-11-19 19:06:01 +01:00
packet_peer_udp_posix.h UDP Fixes 2014-11-13 00:53:12 -03:00
SCsub Fix windows build 2015-12-09 16:06:00 +01:00
semaphore_posix.cpp having active items is pointless in input map 2016-01-03 18:52:42 -03:00
semaphore_posix.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
stream_peer_tcp_posix.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
stream_peer_tcp_posix.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
tcp_server_posix.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
tcp_server_posix.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
thread_posix.cpp thread renaming 2016-01-31 20:23:24 -03:00
thread_posix.h thread renaming 2016-01-31 20:23:24 -03:00