summaryrefslogtreecommitdiff
path: root/src/rebar_plugins.erl
Commit message (Expand)AuthorAgeFilesLines
* only install dep plugins from install_depsTristan Sloughter2015-04-051-3/+1
* install each deps plugins after handling dep, instead of at the endTristan Sloughter2015-04-051-18/+18
* install dep plugins & run provider hooks the same as shell hooksTristan Sloughter2015-04-041-10/+17
* main module of a plugin just has to export init/1Tristan Sloughter2015-04-031-6/+3
* update project app list with new appinfo records after buildTristan Sloughter2015-02-191-8/+8
* update plugin install codeTristan Sloughter2014-12-241-2/+3
* include providers listed in plugins envTristan Sloughter2014-12-241-13/+19
* move dir functions from utils to new module rebar_dirTristan Sloughter2014-12-011-1/+1
* fixes for dialyzer findingsTristan Sloughter2014-11-301-0/+1
* global plugins install to global config directoryTristan Sloughter2014-11-291-4/+6
* fix lock provider to work anytime it is runTristan Sloughter2014-11-291-1/+1
* fix check for plugin being a providerTristan Sloughter2014-11-221-1/+1
* add plugin and its deps to path as they are builtTristan Sloughter2014-11-081-4/+6
* add commentTristan Sloughter2014-11-081-0/+1
* support base dir and properly reset deps_dir after plugin providerTristan Sloughter2014-11-081-1/+2
* warn on bad pluginTristan Sloughter2014-11-071-22/+49
* handle no plugins as [] list of pluginsTristan Sloughter2014-09-201-1/+1
* only compile invalid pluginsTristan Sloughter2014-09-201-1/+2
* move deps and plugins to _ prefixedTristan Sloughter2014-09-201-1/+1
* install plugins to plugins/Tristan Sloughter2014-09-201-3/+21
* install plugins to plugins/Tristan Sloughter2014-09-191-1/+8
* add do taskTristan Sloughter2014-09-181-0/+12