Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Improve dispatch API #86

Merged
merged 10 commits into from
Mar 14, 2024
Merged

Improve dispatch API #86

merged 10 commits into from
Mar 14, 2024

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    5ca97a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d7349d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3a924c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fac810 View commit details
    Browse the repository at this point in the history
  5. Fix warnings in dispatch.c from clang-tidy

    # Conflicts:
    #	oif/dispatch.c
    dmitry-kabanov committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c10a11f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36f5e9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a48f705 View commit details
    Browse the repository at this point in the history
  8. Rename 'call_interface_method' to 'call_interface_impl' and 'run_inte…

    …rface_method' to 'call_impl'
    
    Now the API between dispatch.c and dispatch API have more
    similarity: each function "do_inteface_impl" from dispatch.c
    is paired with a function "do_impl" from dispatch API.
    dmitry-kabanov committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    460437e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9cba966 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a57922c View commit details
    Browse the repository at this point in the history