godot/platform/osx
reduz 746dddc067 Replace most uses of Map by HashMap
* Map is unnecessary and inefficient in almost every case.
* Replaced by the new HashMap.
* Renamed Map to RBMap and Set to RBSet for cases that still make sense
  (order matters) but use is discouraged.

There were very few cases where replacing by HashMap was undesired because
keeping the key order was intended.
I tried to keep those (as RBMap) as much as possible, but might have missed
some. Review appreciated!
2022-05-16 10:37:48 +02:00
..
export Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
crash_handler_osx.h
crash_handler_osx.mm Crash handler: Use print_error to include backtrace in logs 2022-05-05 12:22:56 +02:00
detect.py
dir_access_osx.h
dir_access_osx.mm [macOS / iOS] Fix text-to-speech build with older macOS / iOS SDK. 2022-05-10 21:11:34 +03:00
display_server_osx.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
display_server_osx.mm Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gl_manager_osx_legacy.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gl_manager_osx_legacy.mm Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
godot_application_delegate.h
godot_application_delegate.mm
godot_application.h
godot_application.mm
godot_content_view.h
godot_content_view.mm
godot_main_osx.mm
godot_menu_item.h
godot_window_delegate.h
godot_window_delegate.mm
godot_window.h
godot_window.mm
joypad_osx.cpp
joypad_osx.h [macOS / iOS] Fix text-to-speech build with older macOS / iOS SDK. 2022-05-10 21:11:34 +03:00
key_mapping_osx.h
key_mapping_osx.mm [macOS / iOS] Fix text-to-speech build with older macOS / iOS SDK. 2022-05-10 21:11:34 +03:00
logo.png
os_osx.h
os_osx.mm
osx_terminal_logger.h
osx_terminal_logger.mm
platform_config.h
platform_osx_builders.py
SCsub
tts_osx.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
tts_osx.mm
vulkan_context_osx.h [macOS / iOS] Fix text-to-speech build with older macOS / iOS SDK. 2022-05-10 21:11:34 +03:00
vulkan_context_osx.mm