Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-06 | Prepare release | Erlang/OTP | |
2010-12-06 | dialyzer: Update documentation | Maria Christakis | |
2010-11-30 | dialyzer: Add support for multiple PLTs | Maria Christakis | |
This new feature is able to take multiple PLTs, merge them during the start of the analysis, and work from there. This works provided that the PLTs do not have a module with the same name appearing in more than one PLT. The PLTs are created in the usual way: dialyzer --build_plt --output_plt PLT_1 FILES_TO_INCLUDE ... dialyzer --build_plt --output_plt PLT_N FILES_TO_INCLUDE and then can be used in either of the following ways: dialyzer FILES_TO_ANALYZE --plts PLT_1 ... PLT_N or: dialyzer --plts PLT_1 ... PLT_N -- FILES_TO_ANALYZE (Note the -- delimiter in the second case) | |||
2010-11-09 | Fix two typos in Dialyzer documentation | Tuncer Ayaz | |
2010-10-26 | Add missing Dialyzer warning options to doc | Tuncer Ayaz | |
-Wno_opaque, -Wrace_conditions and -Wbehaviours are only documented in the Dialyzer command line help text. Add them to the documentation. | |||
2010-09-13 | Prepare releaseOTP_R14B | Erlang/OTP | |
2010-06-11 | Update release notes | Björn Gustavsson | |
2010-04-09 | Dialyzer docs: Fix minor typo | Kostis Sagonas | |
2010-02-19 | Update release notes | Björn-Egil Dahlberg | |
2010-02-14 | dialyzer: New version for the R13B04 release | Kostis Sagonas | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |