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

Some fixes for C++ and tests #13

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open

Some fixes for C++ and tests #13

wants to merge 36 commits into from

Conversation

mkatliar
Copy link

@mkatliar mkatliar commented Jul 5, 2016

  • Fixed const-correctness in two of the interface functions
  • Fixed С++ linkage errors
  • Added tests that can be run automatically (requires GTest, https://github.com/google/googletest)
    • Includes tests for failing QPs

Mikhail Katliar and others added 30 commits June 22, 2016 16:23
…ce_size_bytes() interfaces const-correct

* Fixed errors when linking to a C++ code (missing extern "C")
Merge branch 'master' of github.com:mkotlyar/hpmpc
* Fixed missing return value compilation error
If it is spit in the source dir and not in .gitignore, git considers the src dir as "dirty", and this leads to
awkward buid errors if hpmpc is included in other project using CMake's ExternalProject_Add().
* Added FindEigen3.cmake
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.

2 participants