Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-14 | tools: Add handling of the -on_load() attribute to Xref | Hans Bolinder | |
2017-09-05 | xref: Improve handling of Unicode | Hans Bolinder | |
The updates of xref_base:analysis() are cosmetic (the strings are parsed by the Erlang scanner only). | |||
2016-09-01 | xref: Eliminate use of sys_pre_expand | Björn Gustavsson | |
2016-06-28 | tools: Fix a bug adding multiple modules to an Xref server | Hans Bolinder | |
The bug when introduced in OTP-19.0. Optimize adding multiple modules to an Xref server | |||
2016-06-10 | tools: Optimize adding multiple modules to an Xref server | Hans Bolinder | |
Extracting data from debug info in BEAM files is parallelized. The speed-up is not outstanding. If memory is not an issue, adding `{spawn_opt, [{min_heap_size, <large number>}]}' to the option list of xref:start/2 can make a (small) difference. Reading of modules from a directory is parallelized. Attempts to parallelize all modules when adding a release have been rejected since the gain showed to be small compared to the increased complexity of the code. Using a process for coordinating the reading has not been attempted. | |||
2016-05-10 | xref: Fix unmatched return warnings | Björn-Egil Dahlberg | |
2016-03-15 | update copyright-year | Henrik Nord | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-25 | Make adjustments for Unicode | Hans Bolinder | |
2010-09-10 | Remove warnings for clashes with new autoimported BIFs | Patrik Nyblom | |
2010-05-28 | OTP-8647 Xref adds calls to operators when {builtins,true} | Hans Bolinder | |
When given the option {builtins,true} Xref now adds calls to operators. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |