Skip to content

bindings: basic support for #if preprocessor directives#16061

Merged
opencv-pushbot merged 1 commit intoopencv:3.4from
alalek:bindings_parser_support_simple_if
Dec 4, 2019
Merged

bindings: basic support for #if preprocessor directives#16061
opencv-pushbot merged 1 commit intoopencv:3.4from
alalek:bindings_parser_support_simple_if

Conversation

@alalek
Copy link
Copy Markdown
Member

@alalek alalek commented Dec 4, 2019

resolves #16056
relates #12972

Bindings parser skip code blocks guarded by:

  • #if 0
  • #ifdef __OPENCV_BUILD with the same behavior as #if 0
  • no #else/#elif support
  • basic support for nested #if directives

@alalek
Copy link
Copy Markdown
Member Author

alalek commented Dec 4, 2019

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants