Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 435 Bytes

SEGS_Changes.md

File metadata and controls

6 lines (4 loc) · 435 Bytes
  1. Move utility methods from String class to separate namespaces (StringUtils,PathUtils) - those namespaces are interoperability helpers, since the underlying string type might change, but StringUtils will just implement required functionality over a new string.
  2. Replaced String with eastl::string and used QString as an UI string class
  3. Replaced Set/Map with eastl classes
  4. Replaced most CoW vector usages with eastl::vector