summaryrefslogtreecommitdiff
path: root/src/rebar_prv_install_deps.erl
Commit message (Expand)AuthorAgeFilesLines
* 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
* move locking to a providerTristan Sloughter2014-09-021-2/+2
* remove example from install_deps provider, shouldn't be called manuallyTristan Sloughter2014-09-011-1/+1
* only build invalid (not built) source deps and project appsTristan Sloughter2014-09-011-7/+13
* replace deps list with ordsetTristan Sloughter2014-08-311-9/+13
* refactor install_deps again and rename app_builder to compileTristan Sloughter2014-08-311-61/+82
* remove more code that can be brought back later if neededTristan Sloughter2014-08-301-43/+67
* wip: reworking deps fetching/sortingTristan Sloughter2014-08-291-111/+48
* quick and dirty fix for proper dep compilatoin orderTristan Sloughter2014-08-281-25/+32
* use locks if existsTristan Sloughter2014-08-281-26/+36
* wip: write lock fileTristan Sloughter2014-08-271-31/+34
* update package index url and README list of tasksTristan Sloughter2014-08-271-6/+6
* fix up tarball extraction path and parse goal constraintsTristan Sloughter2014-08-251-2/+12
* improved dep handling and add package list taskTristan Sloughter2014-08-241-0/+242