-
Notifications
You must be signed in to change notification settings - Fork 17
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
Test on Boost project #29
Comments
The current running time with pypy:
|
@rakhimov Could you please provide the test setup of this run (invokation location of cppdep, file system structure, config.yml, etc.). As there is no documentation right now this would help others to understand how to use cppdep... |
Boost source is from the archive (not the git repositories). |
@rakhimov Thanks. I will do so. |
@rakhimov I tried it with the github boost sources:
I added the config_boost.xml in /ws_github/cppdep (with adjusted boost src directory, c++ stl version):
I ran cppdep:
Did you installed boost into /usr/include/boost as "fake project to find headers"? |
Yes, the reason is #32 |
The c++ stl and boost is expected to be installed, if not installed yet:
Now I get:
|
I think the problem is that you are getting Boost from the git repo. I think a better configuration would be to have a configuration for each sub-project within Boost |
Right, I give it a try... |
I checked out all the submodules:
But I got a lot of errors when I ran cppcheck over all of them in a single run:
|
This 'utf-8' and other bugs have been fixed in the current development: This is still work in progress. I hope the example configuration file and schema should be enough to grasp how to setup a project analysis. |
I added a separate config_boost_filesystem.xml in boost/libs/filesystem:
I ran:
...got some warnings and errors but was able to display the diagrams (requires xdot, if not installed yet:
|
No description provided.
The text was updated successfully, but these errors were encountered: