Skip to content

Releases: multilang-depends/depends

Change output format of duck-typing and method level file name stripping

20 Sep 16:47
Compare
Choose a tag to compare
v0.9.7

add possible dependencies of multiple declared functions/vars

support line numbers of python/ruby/java

13 Sep 02:00
Compare
Choose a tag to compare

support line numbers of python/ruby/java

add line number of c/cpp detail output

24 Aug 16:12
d03bf80
Compare
Choose a tag to compare

add line number of c/cpp detail output,
fix function-macros
remove leading / or \ in strip path output

Remove duplicated relation of C/C++

15 Jul 15:13
Compare
Choose a tag to compare

Remove duplicated relation of C/C++

Fix issues in ducktyping deduction

29 Apr 00:15
Compare
Choose a tag to compare
  • 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

25 Feb 09:50
Compare
Choose a tag to compare

upgrade python parser from python3 to python2/3 compatiable

Fix cpp parse issues

01 Nov 15:05
Compare
Choose a tag to compare

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

07 Sep 15:31
Compare
Choose a tag to compare

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

19 Jul 02:02
Compare
Choose a tag to compare

Support python

Improve the memory usage of v0.9.1

16 Apr 15:59
Compare
Choose a tag to compare
v0.9.1a

improve the memory usage