summaryrefslogtreecommitdiff
path: root/src/rebar_prv_compile.erl
Commit message (Collapse)AuthorAgeFilesLines
* move dir functions from utils to new module rebar_dirTristan Sloughter2014-12-011-1/+1
|
* move deps_to_build out of config dict of stateTristan Sloughter2014-12-011-1/+1
|
* set REBAR_DEPS_DIR in hooks env and run pre_compile hooks before deps compileTristan Sloughter2014-11-221-2/+2
|
* move back to using format_error/1Tristan Sloughter2014-11-091-5/+6
|
* add deps to code paths after build so available to other depsTristan Sloughter2014-11-081-1/+2
|
* handle throw by relxTristan Sloughter2014-11-081-1/+1
|
* run legacy hooks for clean taskTristan Sloughter2014-11-021-25/+4
|
* add --all option to cleanTristan Sloughter2014-11-021-1/+1
|
* refactoring build loopTristan Sloughter2014-11-011-20/+15
|
* reset hooks for project apps so they are only run onceTristan Sloughter2014-11-011-3/+7
|
* run legacy style hooks for compile providerTristan Sloughter2014-11-011-2/+32
|
* only pass current project state as state for project appsTristan Sloughter2014-11-011-1/+13
|
* add format_error/2 provider callback to providersTristan Sloughter2014-10-221-0/+5
|
* remove unused utils functionsTristan Sloughter2014-10-161-2/+3
|
* fix compile task help msgTristan Sloughter2014-10-101-1/+1
|
* support compile jobs optionTristan Sloughter2014-10-101-6/+12
|
* split options up by taskTristan Sloughter2014-10-101-1/+9
|
* move providers to separate appTristan Sloughter2014-10-031-9/+9
|
* return error messages from providersTristan Sloughter2014-09-271-1/+1
|
* more dialyzer fun. no likey opaque typesTristan Sloughter2014-09-211-1/+1
|
* reworking of help display and parse of commandsTristan Sloughter2014-09-171-1/+1
|
* move locking to a providerTristan Sloughter2014-09-021-2/+1
|
* only build invalid (not built) source deps and project appsTristan Sloughter2014-09-011-3/+4
|
* refactor install_deps again and rename app_builder to compileTristan Sloughter2014-08-311-0/+51