| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-add erlc compiler; plugins need it | Fred Hebert | 2018-10-07 | 1 | -0/+841 |
* | compiler behaviour (#1893) | Tristan Sloughter | 2018-10-05 | 1 | -827/+0 |
* | properly support top level app erl_opts from REBAR_CONFIG os var (#1889) | Tristan Sloughter | 2018-09-21 | 1 | -0/+1 |
* | add report in the effects_code_generation, as it is the short form for both r... | Gerald Xv | 2018-09-05 | 1 | -0/+1 |
* | fixed typo erl_first_files | Shamis Shukoor | 2018-08-03 | 1 | -1/+1 |
* | Fix for atoms in erl_first_files | Bryan Paxton | 2018-06-28 | 1 | -1/+20 |
* | Abort if erl_first_files is not a list of strings | Bryan Paxton | 2018-06-08 | 1 | -0/+8 |
* | Recompile when include files change | suexcxine | 2017-08-29 | 1 | -2/+3 |
* | Unicode support in all the places | Fred Hebert | 2017-08-06 | 1 | -5/+5 |
* | recompile only if new option effects code generation | Tristan Sloughter | 2017-07-13 | 1 | -2/+17 |
* | consider `ERL_COMPILER_OPTIONS` when recompiling | alisdair sullivan | 2017-01-28 | 1 | -3/+13 |
* | Fix regex match for ignored file | Fred Hebert | 2016-12-09 | 1 | -1/+1 |
* | Restrict regexp to match on files starting with '._' | Roberto Aloi | 2016-12-06 | 1 | -1/+1 |
* | Add 'recursive' option | Siri Hansen | 2016-11-21 | 1 | -23/+30 |
* | Merge pull request #1380 from ferd/fix-self-edoc | Fred Hebert | 2016-11-20 | 1 | -9/+3 |
|\ |
|
| * | Allow rebar3 to edoc itself | Fred Hebert | 2016-11-17 | 1 | -9/+3 |
* | | Fix rebar3 dialyzer warnings | Fred Hebert | 2016-11-19 | 1 | -2/+4 |
|/ |
|
* | Use all_src_dirs for include paths | Fred Hebert | 2016-09-30 | 1 | -2/+2 |
* | Fix private includes when compiling in test profile | Fred Hebert | 2016-09-30 | 1 | -9/+14 |
* | Add support for behaviors, and not just behaviours | Brujo Benavides | 2016-09-28 | 1 | -0/+2 |
* | recompile all files when a parse transform given as an opt needs updating | alisdair sullivan | 2016-09-20 | 1 | -1/+15 |
* | normalize include dirs to absolute paths during compilation | alisdair sullivan | 2016-06-12 | 1 | -3/+6 |
* | Merge pull request #1232 from talentdeficit/REBAR-1184 | Fred Hebert | 2016-06-11 | 1 | -0/+7 |
|\ |
|
| * | REBAR-1184 always recompile if `ERL_COMPILER_OPTIONS` env var is set | alisdair sullivan | 2016-06-11 | 1 | -0/+7 |
* | | Fix alternative path printing, default is relative | Fred Hebert | 2016-06-09 | 1 | -36/+10 |
* | | Rename 'unchanged' option to 'build' | Fred Hebert | 2016-06-06 | 1 | -4/+4 |
* | | Option to format compiler sources | Garrett Smith | 2016-05-02 | 1 | -2/+37 |
|/ |
|
* | Add module directory to include path | Luis Rascao | 2016-01-26 | 1 | -2/+3 |
* | remove mib header file in `priv/mibs/include' | alisdair sullivan | 2015-12-08 | 1 | -7/+1 |
* | symlink mib hrl output in apps `include' directories | alisdair sullivan | 2015-12-06 | 1 | -31/+39 |
* | Added tests and fixed a bug | Phil Toland | 2015-12-01 | 1 | -1/+1 |
* | Fix a small bug in the MIB compiler when building dependencies | Phil Toland | 2015-11-30 | 1 | -4/+8 |
* | Fix error reports on missing include paths | Fred Hebert | 2015-11-14 | 1 | -1/+1 |
* | restore debug calls to `rebar_erlc_compiler` and `rebar_prv_eunit` | alisdair sullivan | 2015-10-26 | 1 | -7/+9 |
* | refactor `rebar_erlc_compiler` | alisdair sullivan | 2015-10-26 | 1 | -80/+178 |
* | Revert "add an export to allow specifing arbitrary extra erl files to be comp... | alisdair sullivan | 2015-10-26 | 1 | -7/+0 |
* | Support proper paths in non-erl first files | Fred Hebert | 2015-10-12 | 1 | -6/+6 |
* | add an export to allow specifing arbitrary extra erl files to be compiled | alisdair sullivan | 2015-09-21 | 1 | -0/+7 |
* | fix dialyzer warnings | Tristan Sloughter | 2015-09-09 | 1 | -3/+3 |
* | move opts functions to new module rebar_opts | Tristan Sloughter | 2015-09-01 | 1 | -8/+8 |
* | update use of hooks and plugins with state in app_info | Tristan Sloughter | 2015-08-31 | 1 | -8/+9 |
* | build on already created AppInfo instead of having to do copy | Tristan Sloughter | 2015-08-31 | 1 | -52/+52 |
* | wip: move state into app_info | Tristan Sloughter | 2015-08-31 | 1 | -48/+49 |
* | update erlcinfo on disk if source file removed | Tristan Sloughter | 2015-08-22 | 1 | -12/+26 |
* | fix leaking ets tables when compilation failed | pvmart | 2015-08-18 | 1 | -11/+14 |
* | fix leaking ets tables caused by digraphs | pvmart | 2015-08-17 | 1 | -1/+4 |
* | Fix some unknown functions/types dialyzer warnings | James Fish | 2015-08-09 | 1 | -1/+1 |
* | ensure necessary directories exist to compile mibs files | Tristan Sloughter | 2015-07-06 | 1 | -2/+5 |
* | methods for retrieving `src_dirs` and `extra_src_dirs` | alisdair sullivan | 2015-05-19 | 1 | -2/+1 |
* | Merge pull request #439 from talentdeficit/extra_src_dirs | Tristan Sloughter | 2015-05-17 | 1 | -1/+2 |
|\ |
|