godot/drivers
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
..
alsa
alsamidi
coreaudio [macOS / iOS] Fix text-to-speech build with older macOS / iOS SDK. 2022-05-10 21:11:34 +03:00
coremidi [macOS / iOS] Fix text-to-speech build with older macOS / iOS SDK. 2022-05-10 21:11:34 +03:00
gl_context
gles3 Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
png Remove RES and REF typedefs in favor of spelled out Ref<> 2022-05-03 01:43:50 +02:00
pulseaudio Fix more issues found by cppcheck. 2022-04-20 10:34:00 +03:00
spirv-reflect
unix Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
vulkan Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
wasapi
windows
winmidi
xaudio2
register_driver_types.cpp Refactor module initialization 2022-05-04 17:34:51 +02:00
register_driver_types.h
SCsub