summaryrefslogtreecommitdiff
path: root/src/rebar_base_compiler.erl
Commit message (Expand)AuthorAgeFilesLines
* update use of hooks and plugins with state in app_infoTristan Sloughter2015-08-311-4/+4
* remove uses of 'case catch'Tristan Sloughter2015-05-101-19/+14
* improve erlydtl source and out dir discoveryTristan Sloughter2015-04-191-1/+1
* merge rebar2's Refactor logic and optimizations in rebar_erlc_compiler:doterl...Tristan Sloughter2015-04-071-12/+1
* get rid of compile workersTristan Sloughter2015-03-121-79/+1
* merge over rebar2 PR #401Tristan Sloughter2014-12-051-5/+1
* fix lock provider to work anytime it is runTristan Sloughter2014-11-291-7/+2
* fix warning/error compilation outputTristan Sloughter2014-11-081-4/+4
* handle throw by relxTristan Sloughter2014-11-081-17/+17
* improved dep handling and add package list taskTristan Sloughter2014-08-241-4/+4
* switched package index to dictTristan Sloughter2014-08-231-6/+6
* refactoring and remove unused providers for nowTristan Sloughter2014-08-231-9/+7
* only build unbuilt depsTristan Sloughter2014-08-181-2/+2
* start of moving to splitting state from config parsingTristan Sloughter2014-08-171-1/+1
* replace logging with ec_cmd_log from erlware_commonsTristan Sloughter2014-08-161-5/+5
* Fix OS X resource fork handling (Reported-by: Richard O'Keefe)Tuncer Ayaz2014-07-251-3/+6
* rebar_base_compiler: replace fixed size list with a tupleTuncer Ayaz2014-01-151-4/+3
* Fix basho/rebar#388Tuncer Ayaz2014-01-151-16/+23
* More error loggingmats cronqvist2013-04-121-0/+2
* Merge pull request #327 from saleyn/erlydtl_compilerDave Smith2012-11-101-2/+2
|\
| * Specify multiple locations of DTL template filesSerge Aleynikov2012-10-221-2/+2
* | Fix rebar_base_compiler:format_errors/3 for errors in include filesMagnus Henoch2012-10-221-9/+11
|/
* Only print absolute filename if not in base_dirTuncer Ayaz2012-08-051-14/+19
* Fix R13B03 build (Reported-by: Sergey Nartimov)Tuncer Ayaz2012-07-281-3/+3
* Do not use application:set_envTuncer Ayaz2012-07-231-1/+1
* Add support for errors without line numberYurin Slava2012-06-181-1/+4
* Remove gratuitous lists:append/1Tuncer Ayaz2012-06-121-1/+1
* Fix error/warning newlines (Reported-by: Tim Watson)Tuncer Ayaz2012-06-121-3/+3
* Refactor shared error reporting codeTuncer Ayaz2012-06-111-12/+18
* Add support for {Line,Column} in error reportsTuncer Ayaz2012-06-111-1/+4
* Report warnings as errors if -Werror is enabledTuncer Ayaz2012-06-111-2/+9
* Share format_errors/format_warnings functionsTuncer Ayaz2012-06-111-1/+16
* Manually report errors/warnings with absolute pathTuncer Ayaz2012-06-111-5/+31
* Remove ?FAIL in favor of ?ABORTDave Smith2012-06-081-2/+2
* Clean up codeTuncer Ayaz2011-02-061-2/+4
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
* Tidier improvementsKostis Sagonas2010-10-261-1/+1
* include source path in compiler errors, process commands separately (to make ...Bob Ippolito2010-05-151-1/+2
* Implemented option to specify number of concurrent workers a command may useTuncer Ayaz2010-01-061-1/+3
* Another round of refactoring to yield better flexiblity in the base_compiler ...Dave Smith2010-01-031-70/+59
* Refactor of compilation logic to enable support for package modules and provi...Dave Smith2010-01-021-0/+197