summaryrefslogtreecommitdiff
path: root/src/rebar_erlc_compiler.erl
Commit message (Expand)AuthorAgeFilesLines
* Re-add erlc compiler; plugins need itFred Hebert2018-10-071-0/+841
* compiler behaviour (#1893)Tristan Sloughter2018-10-051-827/+0
* properly support top level app erl_opts from REBAR_CONFIG os var (#1889)Tristan Sloughter2018-09-211-0/+1
* add report in the effects_code_generation, as it is the short form for both r...Gerald Xv2018-09-051-0/+1
* fixed typo erl_first_filesShamis Shukoor2018-08-031-1/+1
* Fix for atoms in erl_first_filesBryan Paxton2018-06-281-1/+20
* Abort if erl_first_files is not a list of stringsBryan Paxton2018-06-081-0/+8
* Recompile when include files changesuexcxine2017-08-291-2/+3
* Unicode support in all the placesFred Hebert2017-08-061-5/+5
* recompile only if new option effects code generationTristan Sloughter2017-07-131-2/+17
* consider `ERL_COMPILER_OPTIONS` when recompilingalisdair sullivan2017-01-281-3/+13
* Fix regex match for ignored fileFred Hebert2016-12-091-1/+1
* Restrict regexp to match on files starting with '._'Roberto Aloi2016-12-061-1/+1
* Add 'recursive' optionSiri Hansen2016-11-211-23/+30
* Merge pull request #1380 from ferd/fix-self-edocFred Hebert2016-11-201-9/+3
|\
| * Allow rebar3 to edoc itselfFred Hebert2016-11-171-9/+3
* | Fix rebar3 dialyzer warningsFred Hebert2016-11-191-2/+4
|/
* Use all_src_dirs for include pathsFred Hebert2016-09-301-2/+2
* Fix private includes when compiling in test profileFred Hebert2016-09-301-9/+14
* Add support for behaviors, and not just behavioursBrujo Benavides2016-09-281-0/+2
* recompile all files when a parse transform given as an opt needs updatingalisdair sullivan2016-09-201-1/+15
* normalize include dirs to absolute paths during compilationalisdair sullivan2016-06-121-3/+6
* Merge pull request #1232 from talentdeficit/REBAR-1184Fred Hebert2016-06-111-0/+7
|\
| * REBAR-1184 always recompile if `ERL_COMPILER_OPTIONS` env var is setalisdair sullivan2016-06-111-0/+7
* | Fix alternative path printing, default is relativeFred Hebert2016-06-091-36/+10
* | Rename 'unchanged' option to 'build'Fred Hebert2016-06-061-4/+4
* | Option to format compiler sourcesGarrett Smith2016-05-021-2/+37
|/
* Add module directory to include pathLuis Rascao2016-01-261-2/+3
* remove mib header file in `priv/mibs/include'alisdair sullivan2015-12-081-7/+1
* symlink mib hrl output in apps `include' directoriesalisdair sullivan2015-12-061-31/+39
* Added tests and fixed a bugPhil Toland2015-12-011-1/+1
* Fix a small bug in the MIB compiler when building dependenciesPhil Toland2015-11-301-4/+8
* Fix error reports on missing include pathsFred Hebert2015-11-141-1/+1
* restore debug calls to `rebar_erlc_compiler` and `rebar_prv_eunit`alisdair sullivan2015-10-261-7/+9
* refactor `rebar_erlc_compiler`alisdair sullivan2015-10-261-80/+178
* Revert "add an export to allow specifing arbitrary extra erl files to be comp...alisdair sullivan2015-10-261-7/+0
* Support proper paths in non-erl first filesFred Hebert2015-10-121-6/+6
* add an export to allow specifing arbitrary extra erl files to be compiledalisdair sullivan2015-09-211-0/+7
* fix dialyzer warningsTristan Sloughter2015-09-091-3/+3
* move opts functions to new module rebar_optsTristan Sloughter2015-09-011-8/+8
* update use of hooks and plugins with state in app_infoTristan Sloughter2015-08-311-8/+9
* build on already created AppInfo instead of having to do copyTristan Sloughter2015-08-311-52/+52
* wip: move state into app_infoTristan Sloughter2015-08-311-48/+49
* update erlcinfo on disk if source file removedTristan Sloughter2015-08-221-12/+26
* fix leaking ets tables when compilation failedpvmart2015-08-181-11/+14
* fix leaking ets tables caused by digraphspvmart2015-08-171-1/+4
* Fix some unknown functions/types dialyzer warningsJames Fish2015-08-091-1/+1
* ensure necessary directories exist to compile mibs filesTristan Sloughter2015-07-061-2/+5
* methods for retrieving `src_dirs` and `extra_src_dirs`alisdair sullivan2015-05-191-2/+1
* Merge pull request #439 from talentdeficit/extra_src_dirsTristan Sloughter2015-05-171-1/+2
|\