summaryrefslogtreecommitdiff
path: root/src/rebar_prv_install_deps.erl
Commit message (Expand)AuthorAgeFilesLines
* move dir functions from utils to new module rebar_dirTristan Sloughter2014-12-011-6/+6
* move deps_to_build out of config dict of stateTristan Sloughter2014-12-011-2/+3
* fixes for dialyzer findingsTristan Sloughter2014-11-301-8/+7
* fix handle_deps when no deps are to be fetchedTristan Sloughter2014-11-291-1/+1
* global plugins install to global config directoryTristan Sloughter2014-11-291-2/+3
* fix lock provider to work anytime it is runTristan Sloughter2014-11-291-60/+84
* wip: profilesTristan Sloughter2014-11-291-41/+41
* rename functions to be clearerTristan Sloughter2014-11-221-2/+2
* use digraph topo sort for buildingTristan Sloughter2014-11-221-1/+1
* replace rlx_depsolver use with new rebar_digraphTristan Sloughter2014-11-221-8/+8
* new dep graph workingTristan Sloughter2014-11-221-1/+1
* move back to using format_error/1Tristan Sloughter2014-11-091-4/+4
* handle throw by relxTristan Sloughter2014-11-081-2/+2
* warn on bad pluginTristan Sloughter2014-11-071-1/+7
* add pkg resourceTristan Sloughter2014-11-021-1/+1
* run legacy style hooks for compile providerTristan Sloughter2014-11-011-0/+1
* verify checked out dep is the same as specified in the config and update if notTristan Sloughter2014-11-011-6/+21
* dynamicly find module for fullfilling dependencyTristan Sloughter2014-11-011-36/+48
* create rebar_resource behaviour and create git resourceTristan Sloughter2014-10-301-16/+23
* add format_error/2 provider callback to providersTristan Sloughter2014-10-221-2/+8
* code cleanupTristan Sloughter2014-10-191-22/+15
* code cleanupTristan Sloughter2014-10-191-37/+44
* dialyzer fixesTristan Sloughter2014-10-181-15/+15
* test deps support, but builds them after project apps currentlyTristan Sloughter2014-10-161-5/+1
* remove unused utils functionsTristan Sloughter2014-10-161-13/+8
* preliminary _checkouts/ supportTristan Sloughter2014-10-131-28/+40
* move providers to separate appTristan Sloughter2014-10-031-9/+9
* refactor bc supporting source deps from central repo nowTristan Sloughter2014-09-301-38/+38
* fix for downloading transitive source depsTristan Sloughter2014-09-281-5/+10
* return error messages from providersTristan Sloughter2014-09-271-5/+6
* getting closerTristan Sloughter2014-09-261-16/+21
* fix compilation orderTristan Sloughter2014-09-261-5/+4
* update src dep works except for removed transitive depsTristan Sloughter2014-09-261-11/+40
* fix namespaced types for pre-17 otpTristan Sloughter2014-09-251-1/+1
* fixed up a few unknown typesTristan Sloughter2014-09-211-13/+8
* down to last 2 dialyzer errorsTristan Sloughter2014-09-211-6/+12
* more dialyzer fun. no likey opaque typesTristan Sloughter2014-09-211-1/+1
* wip: updating handling of src deps to include level in lockTristan Sloughter2014-09-201-27/+36
* wip: update depTristan Sloughter2014-09-201-22/+34
* more efficient check for existing depTristan Sloughter2014-09-201-8/+14
* inefficient way, but safer, of checking if an app is already downloadedTristan Sloughter2014-09-201-9/+10
* only compile invalid pluginsTristan Sloughter2014-09-201-1/+0
* install plugins to plugins/Tristan Sloughter2014-09-201-23/+4
* install plugins to plugins/Tristan Sloughter2014-09-191-15/+21
* reworking of help display and parse of commandsTristan Sloughter2014-09-171-1/+1
* fix dict type for before 17Tristan Sloughter2014-09-171-1/+1
* tmpTristan Sloughter2014-09-111-3/+1
* fix fetch and buildTristan Sloughter2014-09-021-6/+10
* modify rebar lock outputTristan Sloughter2014-09-021-3/+5
* don't include project apps in depsTristan Sloughter2014-09-021-4/+3