summaryrefslogtreecommitdiff
path: root/src/rebar_xref.erl
Commit message (Expand)AuthorAgeFilesLines
* rebar_xref: ignore opaque type match Dialyzer warningTuncer Ayaz2018-01-301-0/+2
* xref: fix dialyzer warning introduced in 69802f63120Tuncer Ayaz2015-11-281-3/+3
* Allow behaviors defined inside xref_extra_pathPaulo Oliveira2015-08-211-0/+5
* Merge branch 'fix/xref_behavior' of https://github.com/paulo-ferraz-oliveira/...Fred Hebert2015-05-091-1/+2
|\
| * Make rebar xref recognize -behavior() as anPaulo Oliveira2015-01-171-1/+2
* | compiler and xref respect 'keep_going' flagVlad Dumitrescu2015-04-021-1/+6
|/
* Manually clean up pathsEvan Vigil-McClanahan2014-08-181-1/+1
* erlc: clean-up, enhance, and regression fix fd17693Tuncer Ayaz2014-03-051-1/+1
* introduce xref_extra_pathsmats cronqvist2014-01-131-0/+3
* Fix is_verbose/1 helper functionTuncer Ayaz2013-12-061-1/+1
* rebar_xref: regression fixes and updates for a5be40c96Tuncer Ayaz2013-06-241-58/+78
* Add standard xref checks and improved suppressionDennis Docter2013-01-301-65/+112
* Add comment to explain why we're using sub_dirs by handDave Smith2012-11-051-0/+5
* Add all subdirs to xref library pathDaniel Luna2012-11-051-4/+7
* Add email address to my nameDaniel Luna2012-11-051-1/+2
* xref: allow multiple behaviours and ignore_xref pragmasDaniel Luna2012-09-131-12/+6
* Re-use rebar_utils:ebin_dir()Tuncer Ayaz2012-08-061-1/+1
* Fix R13B03 build (Reported-by: Sergey Nartimov)Tuncer Ayaz2012-07-281-1/+1
* Do not use application:set_envTuncer Ayaz2012-07-231-1/+1
* Remove ?FAIL in favor of ?ABORTDave Smith2012-06-081-1/+1
* Use lists:member/2 to check xref resultsAmit Kapoor2012-04-021-4/+3
* Add support for custom xref queriesAmit Kapoor2012-04-021-1/+18
* Universally support apps=/skip_apps=Tuncer Ayaz2011-12-121-11/+5
* Move is_skipped_app/0 to rebar_app_utilsTuncer Ayaz2011-12-121-1/+1
* rebar_xref: move code to proper placeTuncer Ayaz2011-12-121-4/+4
* Make 'rebar xref' honour the skip_app directiveTorbjorn Tornkvist2011-12-121-1/+7
* Work around functions not found in sourceFabian Linzberger2011-10-201-5/+11
* Abort if xref emits warningsShunichi Shinohara2011-05-251-21/+26
* Fix bug: xref should be stopped after being runJordi Chacon2011-03-261-0/+3
* 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 det...Dave Smith2010-04-231-2/+9
* Add stub for xref support; not yet doneDave Smith2010-04-091-0/+184