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

Mark simple getters and setters as inline #3108

Merged
merged 3 commits into from
Nov 26, 2024
Merged

Mark simple getters and setters as inline #3108

merged 3 commits into from
Nov 26, 2024

Commits on Nov 22, 2024

  1. Mark simple getters and setters as inline

    Simple `get_` and `set_` member functions in classes, as well as functions that are meant to simply call another function in the class, have been marked with the `inline` compiler hint, so we can ensure function calls will be eliminated whenever possible.
    Vankata453 committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    b3bbb35 View commit details
    Browse the repository at this point in the history
  2. NO_BONUS -> BONUS_NONE

    Vankata453 committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    45082c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51ed042 View commit details
    Browse the repository at this point in the history