godot/platform/osx
Ibrahn Sahir 653b832422 Fixed hang when segfaulting after OS object destroyed (OSX and X11)
The two POSIX style crash handlers (OSX and X11) now remove their signal
handlers when they are destroyed.
Additonally if they are called while no OS singleton is set, they will
simply abort(). This should not happen now that they remove themselves,
but if a future change seperates OS object and crash handler lifetimes,
this may be easier to report/debug than hanging on SIGSEGV.
2018-09-24 22:21:05 +01:00
..
export Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
crash_handler_osx.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
crash_handler_osx.mm Fixed hang when segfaulting after OS object destroyed (OSX and X11) 2018-09-24 22:21:05 +01:00
detect.py change framework name CoreMidi to CoreMIDI 2018-07-26 00:06:17 +08:00
dir_access_osx.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
dir_access_osx.mm Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
godot_main_osx.mm [macOS] Return exit code specified by OS.exit_code parameter. 2018-03-26 16:55:57 +03:00
joypad_osx.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
joypad_osx.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
logo.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
os_osx.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
os_osx.mm Fix Input::set_custom_mouse_cursor showing cursor when it's invisible 2018-09-17 11:37:54 -03:00
platform_config.h add GLES 2 renderer for 2D 2018-03-01 15:12:30 +01:00
platform_osx_builders.py Running builder (content generator) functions in subprocesses on Windows 2018-07-27 21:37:55 +02:00
power_osx.cpp Update copyright statements to 2018 2018-01-01 14:40:47 +01:00
power_osx.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
SCsub Running builder (content generator) functions in subprocesses on Windows 2018-07-27 21:37:55 +02:00
sem_osx.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
sem_osx.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00