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

Update to the latest C++ version #5

Merged
merged 10 commits into from
Feb 25, 2019
Merged

Conversation

scottinet
Copy link
Contributor

@scottinet scottinet commented Feb 22, 2019

Description

Update the C++ layer to the latest version.

Other changes

C# exceptions did not hold the C++ exception message because the wrapped classes did not properly inherit the ApplicationException exception (the superclass constructor was never called).
Fix the problem by asking swig to not wrap the C++ exceptions and, instead, use dedicated C# classes, as recommend by the swig documentation.

Boyscout

Remove compilation warnings due to linker options being used during the compilation phase.

@scottinet scottinet self-assigned this Feb 22, 2019
@Aschen Aschen merged commit 3a22433 into 1-dev Feb 25, 2019
@Aschen Aschen deleted the update_to_latest_cpp_version branch February 25, 2019 09:13
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

Successfully merging this pull request may close these issues.

3 participants