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

api: Adjust IBA::perpixel_op function signature #4409

Merged
merged 2 commits into from
Sep 14, 2024

Commits on Sep 8, 2024

  1. api: Adjust IBA::perpixel_op function signature

    When I added perpixel_op recently, I didn't get the function signature
    right. It only would work for plain old function pointers, and would
    not work properly for "functors" or lambdas with capture. I should
    have used function_view which can do a light-weight wrapper of all
    three, so now I do. Also modified imagebufalgo_test to explicitly test
    all three forms to be sure they work.
    
    Also update function_view ever so slightly.
    
    Signed-off-by: Larry Gritz <[email protected]>
    lgritz committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    1de797f View commit details
    Browse the repository at this point in the history
  2. Bump version to reflect ABI break of this patch

    Signed-off-by: Larry Gritz <[email protected]>
    lgritz committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    bc24934 View commit details
    Browse the repository at this point in the history