mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 17:46:29 +03:00
String class now uses char32_t as base type, to be compatible with std::u32string. Some minor refactor: replaced Uint32 type in hashes in favor of String::HashType. Replaced Uint32 type in keycodes in favor of Keycode. Changed String::hash(String) from CRC32 to std::hash<std::u32string> (many times faster). And more random refactors and small features in the code editor.