| Commit message (Expand) | Author | Age | Files | Lines |
* | Extract code path formatting out of compiler | Fred Hebert | 2017-01-21 | 1 | -23/+1 |
* | Merge pull request #1391 from ferd/doc-and-types | Fred Hebert | 2016-12-23 | 1 | -0/+108 |
|\ |
|
| * | Type specifications and edocs improvements | Fred Hebert | 2016-11-27 | 1 | -0/+108 |
* | | 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 |
|/ |
|
* | Fix opts check when compiler called with dict opts | Fred Hebert | 2016-07-22 | 1 | -1/+7 |
* | Fix alternative path printing, default is relative | Fred Hebert | 2016-06-09 | 1 | -2/+29 |
* | Option to format compiler sources | Garrett Smith | 2016-05-02 | 1 | -6/+6 |
* | update use of hooks and plugins with state in app_info | Tristan Sloughter | 2015-08-31 | 1 | -4/+4 |
* | remove uses of 'case catch' | Tristan Sloughter | 2015-05-10 | 1 | -19/+14 |
* | improve erlydtl source and out dir discovery | Tristan Sloughter | 2015-04-19 | 1 | -1/+1 |
* | merge rebar2's Refactor logic and optimizations in rebar_erlc_compiler:doterl... | Tristan Sloughter | 2015-04-07 | 1 | -12/+1 |
* | get rid of compile workers | Tristan Sloughter | 2015-03-12 | 1 | -79/+1 |
* | merge over rebar2 PR #401 | Tristan Sloughter | 2014-12-05 | 1 | -5/+1 |
* | fix lock provider to work anytime it is run | Tristan Sloughter | 2014-11-29 | 1 | -7/+2 |
* | fix warning/error compilation output | Tristan Sloughter | 2014-11-08 | 1 | -4/+4 |
* | handle throw by relx | Tristan Sloughter | 2014-11-08 | 1 | -17/+17 |
* | improved dep handling and add package list task | Tristan Sloughter | 2014-08-24 | 1 | -4/+4 |
* | switched package index to dict | Tristan Sloughter | 2014-08-23 | 1 | -6/+6 |
* | refactoring and remove unused providers for now | Tristan Sloughter | 2014-08-23 | 1 | -9/+7 |
* | only build unbuilt deps | Tristan Sloughter | 2014-08-18 | 1 | -2/+2 |
* | start of moving to splitting state from config parsing | Tristan Sloughter | 2014-08-17 | 1 | -1/+1 |
* | replace logging with ec_cmd_log from erlware_commons | Tristan Sloughter | 2014-08-16 | 1 | -5/+5 |
* | Fix OS X resource fork handling (Reported-by: Richard O'Keefe) | Tuncer Ayaz | 2014-07-25 | 1 | -3/+6 |
* | rebar_base_compiler: replace fixed size list with a tuple | Tuncer Ayaz | 2014-01-15 | 1 | -4/+3 |
* | Fix basho/rebar#388 | Tuncer Ayaz | 2014-01-15 | 1 | -16/+23 |
* | More error logging | mats cronqvist | 2013-04-12 | 1 | -0/+2 |
* | Merge pull request #327 from saleyn/erlydtl_compiler | Dave Smith | 2012-11-10 | 1 | -2/+2 |
|\ |
|
| * | Specify multiple locations of DTL template files | Serge Aleynikov | 2012-10-22 | 1 | -2/+2 |
* | | Fix rebar_base_compiler:format_errors/3 for errors in include files | Magnus Henoch | 2012-10-22 | 1 | -9/+11 |
|/ |
|
* | Only print absolute filename if not in base_dir | Tuncer Ayaz | 2012-08-05 | 1 | -14/+19 |
* | Fix R13B03 build (Reported-by: Sergey Nartimov) | Tuncer Ayaz | 2012-07-28 | 1 | -3/+3 |
* | Do not use application:set_env | Tuncer Ayaz | 2012-07-23 | 1 | -1/+1 |
* | Add support for errors without line number | Yurin Slava | 2012-06-18 | 1 | -1/+4 |
* | Remove gratuitous lists:append/1 | Tuncer Ayaz | 2012-06-12 | 1 | -1/+1 |
* | Fix error/warning newlines (Reported-by: Tim Watson) | Tuncer Ayaz | 2012-06-12 | 1 | -3/+3 |
* | Refactor shared error reporting code | Tuncer Ayaz | 2012-06-11 | 1 | -12/+18 |
* | Add support for {Line,Column} in error reports | Tuncer Ayaz | 2012-06-11 | 1 | -1/+4 |
* | Report warnings as errors if -Werror is enabled | Tuncer Ayaz | 2012-06-11 | 1 | -2/+9 |
* | Share format_errors/format_warnings functions | Tuncer Ayaz | 2012-06-11 | 1 | -1/+16 |
* | Manually report errors/warnings with absolute path | Tuncer Ayaz | 2012-06-11 | 1 | -5/+31 |
* | Remove ?FAIL in favor of ?ABORT | Dave Smith | 2012-06-08 | 1 | -2/+2 |
* | Clean up code | Tuncer Ayaz | 2011-02-06 | 1 | -2/+4 |
* | Clean up emacs file local variables | Tuncer Ayaz | 2011-01-31 | 1 | -1/+1 |
* | Tidier improvements | Kostis Sagonas | 2010-10-26 | 1 | -1/+1 |
* | include source path in compiler errors, process commands separately (to make ... | Bob Ippolito | 2010-05-15 | 1 | -1/+2 |
* | Implemented option to specify number of concurrent workers a command may use | Tuncer Ayaz | 2010-01-06 | 1 | -1/+3 |
* | Another round of refactoring to yield better flexiblity in the base_compiler ... | Dave Smith | 2010-01-03 | 1 | -70/+59 |
* | Refactor of compilation logic to enable support for package modules and provi... | Dave Smith | 2010-01-02 | 1 | -0/+197 |