Olzhas Rakhimov
Olzhas Rakhimov
Did you run setup.py? I think my imports are messed up to make it run directly from the source.
This is an optimization step with following pre-requisites: - [ ] Valid/Verified implementation of core analysis features - [ ] Test coverage (regression tests) - [ ] Automated profiling on...
Potential parallelism points: 1. for each package gather/create components (src files, header pairing) (IO) a. for each dir in package gather/create components 2. for each component parse source files and...
The current running time with pypy: - 3s for parsing and creating components - ~7s to analyze and plot the graph (networkx) `` SUMMARY: Components: 10254 Cycles: 1 Levels: 20...
@fkromer This is the initial [setup](https://gist.github.com/rakhimov/769090f8c0e9c25a53b8bb55aea60319) (used with cppdep 0.1.0). Currently, the configuration file is under refactoring, so the meaning of paths and setup are likely to change. Anyhow, please...
Boost source is from the archive (not the git repositories).
Yes, the reason is #32
I think the problem is that you are getting Boost from the git repo. The configuration is for Boost 1.56 from the archive (distributed by release). I think a better...
This 'utf-8' and other bugs have been fixed in the current development: https://github.com/rakhimov/cppdep/milestone/2?closed=1 This is still work in progress. I would say, for now, please wait till the configuration file...