-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
C++: write proper bindings #139
Conversation
350bb07
to
45db990
Compare
This pull request introduces 1 alert when merging 9ac4f20 into 327f2e0 - view on LGTM.com new alerts:
|
@mschollmeier what do you think about these C++ bindings? |
09fb756
to
af8d4c1
Compare
@tschoonj That's very close to what I had started, apologies for not finding the time to work on that. Thank you for doing the work! I have a few more error codes in
|
Glad to read you like it! What about the classes I introduced? Do you think that this is sensible? I decided to skip the Python script and use macros instead, mostly because I thought it was simpler to have just one header file compared to having three files (one handwritten header, one generated header, one python script)... Unless you have any objections I will merge this PR in. Feel free to then open a PR to modify the error code handling function. |
Hi Tom,
This compiles without complaints. Spot checks for a few functions yield the correct results, I'll do more testing and if successful submit a pull request. |
Hi Marius, I have merged this PR in: please base your changes on the updated master branch. That way the C++ tests can be reused and will be run as part of the CI. |
No description provided.