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

Make bindgen optional #10

Open
lilianmoraru opened this issue Jan 14, 2018 · 2 comments
Open

Make bindgen optional #10

lilianmoraru opened this issue Jan 14, 2018 · 2 comments

Comments

@lilianmoraru
Copy link
Owner

The code was ported to use bindgen but it considerably affects compilation times.
bindgen should be optional:

  • Without bindgen: compiling dlt-daemon 2.17 bindings(Currently needs an update from 2.16)
  • With bindgen: compiling whatever the dlt-daemon reference is set to
@lilianmoraru
Copy link
Owner Author

Closing this issue:

  • The public API was not changed in these headers(these are all the headers for which bindings were written by hand): dlt_common, dlt_shm, dlt_types and dlt_user.
  • The submodule was updated.

@lilianmoraru
Copy link
Owner Author

Ups, reopening since the second point of making bindgen actually optional, was not implemented.

@lilianmoraru lilianmoraru reopened this Feb 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant