summaryrefslogtreecommitdiff
path: root/src/rebar_app_info.erl
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
Removed separate compilers Resolves apps to build Finds avail deps before pulling/building Includes relx Simplifies build commands