godot/platform/osx
Rémi Verschelde 70ae90e0e8
Core: Drop custom copymem/zeromem defines
We've been using standard C library functions `memcpy`/`memset` for these since
2016 with 67f65f6639.

There was still the possibility for third-party platform ports to override the
definitions with a custom header, but this doesn't seem useful anymore.

Backport of #48239.
2021-04-29 12:34:11 +02:00
..
export Core: Drop custom copymem/zeromem defines 2021-04-29 12:34:11 +02:00
crash_handler_osx.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
crash_handler_osx.mm Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
detect.py Allow to not optimize release build 2021-03-20 23:05:13 +01:00
dir_access_osx.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
dir_access_osx.mm Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
godot_main_osx.mm Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
joypad_osx.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
joypad_osx.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
logo.png platform: Update metadata for export platforms 2020-08-14 00:32:05 +02:00
os_osx.h [macOS] Ignore mouse move event caused by mouse mode switch. 2021-02-15 00:19:47 +02:00
os_osx.mm Modernize Semaphore 2021-02-18 11:58:08 +01:00
platform_config.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
platform_osx_builders.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
power_osx.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
power_osx.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
SCsub Modernize Semaphore 2021-02-18 11:58:08 +01:00