godot/platform/osx
Ibrahn Sahir 9344851b05 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.
2020-02-22 08:44:16 -05:00
..
export Update copyright statements to 2019 2019-06-04 11:41:49 +02:00
audio_driver_osx.cpp Update copyright statements to 2019 2019-06-04 11:41:49 +02:00
audio_driver_osx.h Update copyright statements to 2019 2019-06-04 11:41:49 +02:00
context_gl_osx.cpp Update copyright statements to 2019 2019-06-04 11:41:49 +02:00
context_gl_osx.h Update copyright statements to 2019 2019-06-04 11:41:49 +02:00
crash_handler_osx.h Update copyright statements to 2019 2019-06-04 11:41:49 +02:00
crash_handler_osx.mm Fixed hang when segfaulting after OS object destroyed (OSX and X11) 2020-02-22 08:44:16 -05:00
detect.py change matrix and enable caching for Android, iOS and macOS (cross-compile) 2017-11-13 15:13:46 -04:00
dir_access_osx.h Update copyright statements to 2019 2019-06-04 11:41:49 +02:00
dir_access_osx.mm Update copyright statements to 2019 2019-06-04 11:41:49 +02:00
godot_main_osx.mm Update copyright statements to 2019 2019-06-04 11:41:49 +02:00
godot_osx.h Update copyright statements to 2019 2019-06-04 11:41:49 +02:00
godot_osx.mm Update copyright statements to 2019 2019-06-04 11:41:49 +02:00
joystick_osx.cpp Update copyright statements to 2019 2019-06-04 11:41:49 +02:00
joystick_osx.h Update copyright statements to 2019 2019-06-04 11:41:49 +02:00
logo.png Fixed iCCp chunk in pngs 2016-06-22 21:13:29 +02:00
os_osx.h Update copyright statements to 2019 2019-06-04 11:41:49 +02:00
os_osx.mm Fallback to the dummy audio driver if no other driver works 2019-12-19 10:16:01 -05:00
platform_config.h Update copyright statements to 2019 2019-06-04 11:41:49 +02:00
SCsub disable caching for targets using helper functions 2017-11-28 16:14:24 -04:00
sem_osx.cpp Update copyright statements to 2019 2019-06-04 11:41:49 +02:00
sem_osx.h Update copyright statements to 2019 2019-06-04 11:41:49 +02:00