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

Core library made available to C++ and other improvements: #35

Merged
merged 1 commit into from
Jan 19, 2020

Conversation

ibancg
Copy link
Owner

@ibancg ibancg commented Jan 19, 2020

Closes #34:

  • Added the extern "C" keywords to the public headers.
  • Avoiding some C++ keywords (exception, try, catch, ...) in headers.
  • Using snake_case for the types.
  • Fixed a potential race condition when started audio thread.
  • Made lingot-core struct mainly private.
  • Improved synchronized access to results from lingot-core.
  • Better interface to lingot-core.
  • Small improvements in lingot-msg (efficiency and internal structs).

* Added the `extern "C"` keywords to the public headers.
* Avoiding some C++ keywords (exception, try, catch, ...) in headers.
* Using snake_case for the types.
* Fixed a potential race condition when started audio thread.
* Made lingot-core struct mainly private.
* Improved synchronized access to results from lingot-core.
* Better interface to lingot-core.
* Small improvements in lingot-msg (efficiency and internal structs).
@ibancg ibancg self-assigned this Jan 19, 2020
@ibancg ibancg added this to the 1.1 milestone Jan 19, 2020
@ibancg ibancg merged commit bffa9f0 into master Jan 19, 2020
@ibancg ibancg deleted the 34-Make-Lingot-library-linkable-from-C++ branch January 19, 2020 18:23
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.

Make Lingot library linkable from C++
1 participant