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

Refactor: Use HtSP for storing plugins. #4687

Merged
merged 11 commits into from
Oct 26, 2024
Merged

Refactor: Use HtSP for storing plugins. #4687

merged 11 commits into from
Oct 26, 2024

Commits on Oct 23, 2024

  1. Refactor: Use HtSP for storing plugins.

    This saves iterations when searching for a plugin of a given name.
    It also allows to save plugin configurations and data in hash table,
    all addressed by their name. Hence, usage is more streamlined.
    Rot127 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    75080d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d86681 View commit details
    Browse the repository at this point in the history
  3. Soften the NULL check.

    If arch is passed on from another struct, NULL is an allowed invalid value.
    Rot127 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    c179cee View commit details
    Browse the repository at this point in the history
  4. Fix some leaks

    Rot127 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    5570189 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f274eaf View commit details
    Browse the repository at this point in the history
  6. Fix more leaks

    Rot127 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d3c5c76 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2928d6a View commit details
    Browse the repository at this point in the history
  8. Document rz_str_cmp

    Rot127 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ef67490 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    200035b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    db593dd View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    56d1831 View commit details
    Browse the repository at this point in the history