summaryrefslogtreecommitdiff
path: root/src/rebar_xref.erl
Commit message (Collapse)AuthorAgeFilesLines
* Abort if xref emits warningsShunichi Shinohara2011-05-251-21/+26
|
* Fix bug: xref should be stopped after being runJordi Chacon2011-03-261-0/+3
| | | | Xref not being stopped caused a crash in subsequent xref runs.
* Clean up codeTuncer Ayaz2011-02-061-16/+27
|
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
|
* Simplify and cleanup rebar_xrefTuncer Ayaz2011-01-131-21/+9
|
* Fix typosTuncer Ayaz2011-01-131-1/+1
|
* Fix issues found by dialyzerTuncer Ayaz2010-10-101-1/+1
|
* Dialyzer related cleanupsKostis Sagonas2010-10-101-12/+12
|
* Fix compiler warningsKlas Johansson2010-06-191-4/+1
|
* Make sure to add ebin/ to the code path as well so that xref can properly ↵Dave Smith2010-04-231-2/+9
| | | | determine source/line of code.
* Add stub for xref support; not yet doneDave Smith2010-04-091-0/+184