summaryrefslogtreecommitdiff
path: root/src/rebar_app_info.erl
Commit message (Expand)AuthorAgeFilesLines
* read in application details into app_info after fetchTristan Sloughter2015-04-241-0/+13
* support for 18.0+Tristan Sloughter2015-04-231-1/+1
* Merge pull request #283 from fishcakez/dial_warnsFred Hebert2015-03-251-1/+1
|\
| * Fix dialyzer warningsJames Fish2015-03-181-1/+1
* | treat _checkouts as deps that are always compiledTristan Sloughter2015-03-211-0/+11
|/
* copy project apps to deps output dir for compilationTristan Sloughter2015-02-281-4/+20
* consolidate app validation and exist checksTristan Sloughter2015-02-221-1/+1
* replace package management with hex.pmTristan Sloughter2015-02-171-3/+3
* fix find_apps when searching for invalid appsTristan Sloughter2015-02-021-4/+4
* app_info:valid needs to return a boolean and not throw an exceptionTristan Sloughter2015-01-271-1/+6
* replace single profile atom in providers with list of profilesTristan Sloughter2015-01-111-9/+9
* overrides working except for transitive dep inheritance with lock fileTristan Sloughter2014-12-301-0/+11
* rewrite profilesTristan Sloughter2014-12-161-0/+11
* add applications field to app_info to track all deps of an applicationTristan Sloughter2014-11-191-0/+11
* wip: upgrade pkg depsTristan Sloughter2014-11-021-1/+1
* dialyzer fixesTristan Sloughter2014-10-181-11/+6
* fixed up a few unknown typesTristan Sloughter2014-09-211-11/+11
* down to last 2 dialyzer errorsTristan Sloughter2014-09-211-3/+3
* more dialyzer fun. no likey opaque typesTristan Sloughter2014-09-211-2/+2
* slowly widdling away at dialyzer errorsTristan Sloughter2014-09-201-5/+4
* wip: updating handling of src deps to include level in lockTristan Sloughter2014-09-201-0/+9
* fix bug compiling app with no .app.srcTristan Sloughter2014-09-021-5/+5
* fix fetch and buildTristan Sloughter2014-09-021-4/+7
* only build invalid (not built) source deps and project appsTristan Sloughter2014-09-011-2/+11
* add first testTristan Sloughter2014-09-011-2/+25
* remove more code that can be brought back later if neededTristan Sloughter2014-08-301-1/+17
* wip: reworking deps fetching/sortingTristan Sloughter2014-08-291-0/+24
* quick and dirty fix for proper dep compilatoin orderTristan Sloughter2014-08-281-1/+11
* improved dep handling and add package list taskTristan Sloughter2014-08-241-9/+7
* only build unbuilt depsTristan Sloughter2014-08-181-0/+17
* add rebar update providerTristan Sloughter2014-08-161-0/+5
* large refactoringTristan Sloughter2014-08-161-0/+92