Releases: multilang-depends/depends
Change output format of duck-typing and method level file name stripping
support line numbers of python/ruby/java
support line numbers of python/ruby/java
add line number of c/cpp detail output
add line number of c/cpp detail output,
fix function-macros
remove leading / or \ in strip path output
Remove duplicated relation of C/C++
Remove duplicated relation of C/C++
Fix issues in ducktyping deduction
- add parameter --duck-typing-deduce
- point relations to alias entities instead of original entity in case of import like (python) from core import C
- (internal) postphone expression resolving from immediately of file parser for dynamic language to before type resolving
- (internal) adjust file parser order to make type resolving more accurate
upgrade python parser from python3 to python2/3 compatiable
upgrade python parser from python3 to python2/3 compatiable
Fix cpp parse issues
Add ability of cast relations of Call in .h file to .cpp file (use --call-as-impl parameter)
Fix the c/cpp #include directive processing
Add capability of contains some pre-include macros (use -i parameter with source file)
Fix the template support in cpp
Performance improvement, parameter updating and some bug fixes
To save memory footprint by put some data in disk
Add detail output option in json file
change several command parameters
fixed some known errors
could export to excel 2013 format
update java import wildcard (like import package.*) generation strategy (from all classes under the package to ignore)
Support python
Support python
Improve the memory usage of v0.9.1
v0.9.1a improve the memory usage