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

Use vector instead of array, and proper referencing #196

Closed
wants to merge 2 commits into from

Commits on Apr 27, 2024

  1. Use vector instead of array, and proper referencing

    Instead of using a hardcode-size array for app instances, use a vector
    instead. This cleans up some bad referencing as well.
    tophyr committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    ec1d1da View commit details
    Browse the repository at this point in the history
  2. Set up a DebugAsan build configuration

    Enable DebugAsan builds so we can begin using ASAN without turning it on
    for the whole debug build.
    tophyr committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    63103eb View commit details
    Browse the repository at this point in the history