summaryrefslogtreecommitdiff
path: root/src/rebar_erlc_compiler.erl
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #285 from nevar/fix_inheritanceTristan Sloughter2014-06-151-7/+22
|\
| * Fix #249 (erlc regression)Slava Yurin2014-05-301-7/+22
* | Revert "Merge pull request #171 from fenollp/using-stdlib"Tristan Sloughter2014-06-141-9/+12
* | Rebasing. Fix differences with c26b0c7 c996e98 b690842.Pierre Fenoll2014-06-131-10/+8
* | Local corrections on string processing:Pierre Fenoll2014-06-131-2/+1
* | Fix build for 17.0 using the solutiong proposed by @tsloughterMatwey V. Kornilov2014-06-081-3/+11
* | erlc: replace if expression with case ofTuncer Ayaz2014-05-301-4/+4
* | erlc: fix typo in update_erlcinfo/3 clauseTuncer Ayaz2014-05-301-1/+1
|/
* Merge pull request #251 from mururu/eunit_compile_optsJared Morrow2014-05-191-9/+10
|\
| * Make sure that eunit/qc_compile_opts works fix #245Yuki Ito2014-05-131-9/+10
* | erlc: fixup log messageTuncer Ayaz2014-03-121-1/+1
|/
* Fix #220 (Reported-by: Joseph Norton)Tuncer Ayaz2014-03-051-4/+4
* erlc: fix commentTuncer Ayaz2014-03-051-6/+7
* erlc: clean-up, enhance, and regression fix fd17693Tuncer Ayaz2014-03-051-69/+200
* erlc: add support for detecting core transformsAnthony Ramine2014-03-051-0/+2
* Speed up the compilation processEvgeniy Khramtsov2014-03-051-108/+212
* erlc: properly reuse the right erl_opts in test_compileTuncer Ayaz2013-11-261-3/+3
* mib_to_hrl compilation verbosity via 'mib_opts'Alex Thornton2013-09-081-1/+9
* Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msgTuncer Ayaz2012-12-311-4/+39
* Cleanup rebar_core and rebar_erlc_compilerTuncer Ayaz2012-11-151-6/+0
* rebar_erlc_compiler: fix src_dirs commentTuncer Ayaz2012-11-151-1/+1
* Fix whitespace errorTuncer Ayaz2012-08-181-3/+2
* Add erlc override from erl_opts: outdirJoe DeVivo2012-08-181-1/+3
* Use separate dirs for eunit and qcTuncer Ayaz2012-08-091-9/+9
* Separate eunit and qc compile optionsTuncer Ayaz2012-08-091-6/+8
* Clean up specsTuncer Ayaz2012-08-061-1/+1
* Fix arg order in rebar_erlc_compiler:compile_mib/3Tuncer Ayaz2012-08-061-3/+3
* Only print absolute filename if not in base_dirTuncer Ayaz2012-08-051-40/+38
* Fix R13B03 build (Reported-by: Sergey Nartimov)Tuncer Ayaz2012-07-281-1/+1
* Rename old eunit compile options for consistency with test-compileTuncer Ayaz2012-07-261-3/+3
* Add 'qc' cmd and rename eunit-compile to test-compileTuncer Ayaz2012-07-231-4/+105
* Re-word commentTuncer Ayaz2012-07-121-1/+1
* Add missing comment in rebar_erlc_compilerTuncer Ayaz2012-07-121-0/+1
* Move erl_opts/1 and src_dirs/1 to rebar_utils.erlMotiejus Jakštys2012-07-021-43/+2
* Refactor shared error reporting codeTuncer Ayaz2012-06-111-6/+4
* Report warnings as errors if -Werror is enabledTuncer Ayaz2012-06-111-2/+2
* Share format_errors/format_warnings functionsTuncer Ayaz2012-06-111-18/+6
* Manually format leex/yecc errors/warningsTuncer Ayaz2012-06-111-3/+6
* Manually report errors/warnings with absolute pathTuncer Ayaz2012-06-111-4/+19
* Fix unsafe use of varTuncer Ayaz2012-06-081-16/+17
* Remove ?FAIL in favor of ?ABORTDave Smith2012-06-081-3/+3
* Fix src_dirs option to not hard-code "src"Tuncer Ayaz2012-02-241-1/+1
* Treat callback attributes same as behaviour_infoShunichi Shinohara2012-02-101-0/+6
* Cleanup and fix -D for erl_optsTuncer Ayaz2011-10-231-3/+3
* Add -D optionTuncer Ayaz2011-10-221-8/+14
* Cleanup deprecations now that R14B04 is releasedTuncer Ayaz2011-10-061-20/+3
* Ensure include dir exists in compile_mib/3Ignas Vyšniauskas2011-09-021-1/+2
* Generate .hrl file from .mibAnders Nygren2011-08-051-2/+10
* Deprecate xrl_opts/yrl_opts fail_on_warning optTuncer Ayaz2011-06-081-8/+7
* Minimize compile optionsTuncer Ayaz2011-06-011-1/+1