Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 'qc' cmd and rename eunit-compile to test-compile | Tuncer Ayaz | 2012-07-23 | 1 | -1/+1 |
| | |||||
* | Add xref to travis run and clean up Makefile | Tuncer Ayaz | 2012-07-02 | 1 | -7/+7 |
| | |||||
* | Remove unused Makefile variables | Tuncer Ayaz | 2012-07-01 | 1 | -2/+0 |
| | |||||
* | Refactor ci support | Tuncer Ayaz | 2012-07-01 | 1 | -3/+16 |
| | |||||
* | Add binary target for pushing new build of rebar into rebar.wiki | Dave Smith | 2012-06-04 | 1 | -0/+5 |
| | |||||
* | Fix Makefile to not ignore xref return code | Tuncer Ayaz | 2012-04-02 | 1 | -1/+1 |
| | |||||
* | Add support for custom xref queries | Amit Kapoor | 2012-04-02 | 1 | -5/+2 |
| | | | | | | | | | | | | | | | | | | The custom queries are configured in rebar.config via the tuple {xref_queries, [{query(), query_result()},...]}. The implementation passes the query() string to xref:q and compares the return value with query_result(). It will result in an error if they do not match. The following configuration, for example, is the same as running the xref check undefined_function_calls. It additionally filters ejabberd_logger:*_msg/4 from the result as these functions are generated on execution by ejabberd and not available at compile time. {xref_queries, [{"(XC - UC) || (XU - X - B - (\"ejabberd_logger\":\".*_msg\"/\"4\"))",[]}]}. This patch also modifies the build process of this package by running a custom query instead of doing a diff against a static xref_warning file. | ||||
* | Enhance make check (Inspired-by: Stavros Aronis) | Tuncer Ayaz | 2012-01-01 | 1 | -5/+17 |
| | |||||
* | Update Dialyzer options | Tuncer Ayaz | 2011-09-04 | 1 | -1/+1 |
| | |||||
* | Add check target to Makefile | Tuncer Ayaz | 2011-09-02 | 1 | -1/+9 |
| | |||||
* | Add "clean" target | Dave Smith | 2010-06-08 | 1 | -0/+3 |
| | |||||
* | Add helper makefile; update bootstrap to always build w/ debug_info | Dave Smith | 2010-04-09 | 1 | -0/+2 |