virtualx-engine/editor/debugger/debug_adapter
reduz 141c375581 Clean up Hash Functions
Clean up and do fixes to hash functions and newly introduced murmur3 hashes in #61934
* Clean up usage of murmur3
* Fixed usages of binary murmur3 on floats (this is invalid)
* Changed DJB2 to use xor (which seems to be better)
2022-06-20 12:54:19 +02:00
..
debug_adapter_parser.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
debug_adapter_parser.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
debug_adapter_protocol.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
debug_adapter_protocol.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
debug_adapter_server.cpp Port existing _notification code to use switch statements (part 1/3) 2022-02-16 11:38:24 +01:00
debug_adapter_server.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
debug_adapter_types.h Clean up Hash Functions 2022-06-20 12:54:19 +02:00
SCsub