Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fixes and small API improvements #1

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jul 16, 2023

  1. Fixed a memory leak in StringData

    Fixed the compiler warning about returning an address to a local when calling GetEmpty()
    Added explicit support for std::string_view alongside the internal StringView type
    Added a few functions it felt like the API was missing
    zoejbare committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    3a939be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b80e458 View commit details
    Browse the repository at this point in the history
  3. Replaced StringData.ToString() with type casting operators for std::s…

    …tring, std::string_view, and StringView
    zoejbare committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    fc1347d View commit details
    Browse the repository at this point in the history