Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-01 | Allow overriding the method and directories analyzed by Dialyzer | Loïc Hoguin | |
2014-08-06 | build plt automaticly when is missing | Andrzej Sliwa | |
2014-07-25 | Make Dialyzer find source files recursively | Loïc Hoguin | |
2014-07-20 | Allow $DIALYZER_OPTS to add more source directories | Jay Nelson | |
The current ordering of args in the dialyzer command don't allow additional source directories to be specified. Putting --no_native first allows the beginning of the $DIALYZER_OPTS to specify additional directories of files to be analyzed. | |||
2014-05-28 | Cut erlang.mk into many small components | Loïc Hoguin | |
* The build.config says what gets into the generated erlang.mk. * The default erlang.mk in the repository hasn't changed yet. * Clean targets were separated into "clean" and "distclean". * The "help" target was added to display some help message. I probably broke a couple things... |