summaryrefslogtreecommitdiff
path: root/src/rebar_lfe_compiler.erl
Commit message (Expand)AuthorAgeFilesLines
* Add report and verbose options for LFE compileDuncan M. McGreggor2015-09-261-1/+3
* lfe: use correctly filtered erl_optsTuncer Ayaz2013-11-261-2/+2
* Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msgTuncer Ayaz2012-12-311-0/+11
* Only print absolute filename if not in base_dirTuncer Ayaz2012-08-051-2/+3
* Fix R13B03 build (Reported-by: Sergey Nartimov)Tuncer Ayaz2012-07-281-2/+2
* Refactor shared error reporting codeTuncer Ayaz2012-06-111-3/+2
* Manually format lfe errors/warningsTuncer Ayaz2012-06-111-3/+6
* Remove ?FAIL in favor of ?ABORTDave Smith2012-06-081-2/+2
* Fix badarg crashes on missing dependency errorsLoïc Hoguin2012-03-181-11/+9
* Fix whitespace errorsTuncer Ayaz2012-01-171-10/+10
* Use ?ERROR where appropriateTuncer Ayaz2012-01-171-1/+1
* Minimize compile optionsTuncer Ayaz2011-06-011-3/+3
* Cleanup deprecations now that R14B03 is releasedTuncer Ayaz2011-05-311-9/+1
* Remove lfe_opts (suggested by Tim Dysinger)Tuncer Ayaz2011-04-111-5/+1
* Deprecate fail_on_warning and refactor codeTuncer Ayaz2011-04-071-0/+4
* Fix regression in rebar_lfe_compilerTuncer Ayaz2011-02-221-2/+3
* Fix Dialyzer warning and slightly reformat codeTuncer Ayaz2011-02-211-3/+7
* Add up to date instructions in case LFE is missingTim Dysinger2011-02-211-7/+11
* Add fail_on_warning support for LFETim Dysinger2011-02-211-4/+8
* Clean up codeTuncer Ayaz2011-02-061-6/+7
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
* Another round of refactoring to yield better flexiblity in the base_compiler ...Dave Smith2010-01-031-3/+2
* Refactor of compilation logic to enable support for package modules and provi...Dave Smith2010-01-021-3/+4
* Added vi modeline/emacs local variables to file headersTuncer Ayaz2009-12-311-0/+2
* recompile files if their "includes" have changedBryan Fink2009-12-211-1/+1
* Added optional LFE compilation abilities to rebarTim Dysinger2009-12-181-0/+64