Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copy project apps to deps output dir for compilation | Tristan Sloughter | 2015-02-28 | 1 | -2/+6 |
| | |||||
* | consolidate app validation and exist checks | Tristan Sloughter | 2015-02-22 | 1 | -48/+3 |
| | |||||
* | sort project apps before merging deps | Tristan Sloughter | 2015-02-19 | 1 | -1/+3 |
| | |||||
* | use project sub-apps with deps in their rebar.config | Tristan Sloughter | 2015-02-17 | 1 | -2/+19 |
| | |||||
* | fix find_apps when searching for invalid apps | Tristan Sloughter | 2015-02-02 | 1 | -5/+5 |
| | |||||
* | use processed app file for validation | Tristan Sloughter | 2015-01-26 | 1 | -2/+5 |
| | |||||
* | fix typo in error tuple and throw error in install_deps | Tristan Sloughter | 2015-01-26 | 1 | -2/+2 |
| | |||||
* | clean up and better error messages when validating apps | Tristan Sloughter | 2015-01-24 | 1 | -3/+11 |
| | |||||
* | only read in rebar config and lock of dep if needed | Tristan Sloughter | 2014-12-04 | 1 | -17/+4 |
| | |||||
* | move dir functions from utils to new module rebar_dir | Tristan Sloughter | 2014-12-01 | 1 | -1/+1 |
| | |||||
* | add included applications to app_info applications element | Tristan Sloughter | 2014-11-19 | 1 | -1/+2 |
| | |||||
* | add applications field to app_info to track all deps of an application | Tristan Sloughter | 2014-11-19 | 1 | -3/+4 |
| | |||||
* | catch error on multiplpe app files in an app dir | Tristan Sloughter | 2014-11-16 | 1 | -3/+9 |
| | |||||
* | dialyzer fixes | Tristan Sloughter | 2014-10-18 | 1 | -0/+2 |
| | |||||
* | test deps support, but builds them after project apps currently | Tristan Sloughter | 2014-10-16 | 1 | -1/+4 |
| | |||||
* | preliminary _checkouts/ support | Tristan Sloughter | 2014-10-13 | 1 | -1/+2 |
| | |||||
* | fix compilation order | Tristan Sloughter | 2014-09-26 | 1 | -8/+13 |
| | |||||
* | fixed up a few unknown types | Tristan Sloughter | 2014-09-21 | 1 | -3/+3 |
| | |||||
* | slowly widdling away at dialyzer errors | Tristan Sloughter | 2014-09-20 | 1 | -3/+5 |
| | |||||
* | inefficient way, but safer, of checking if an app is already downloaded | Tristan Sloughter | 2014-09-20 | 1 | -0/+1 |
| | |||||
* | fix support for r15 | Tristan Sloughter | 2014-09-17 | 1 | -3/+3 |
| | |||||
* | remove use of 17+ function lists:droplast/1 | Tristan Sloughter | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | only build invalid (not built) source deps and project apps | Tristan Sloughter | 2014-09-01 | 1 | -46/+51 |
| | |||||
* | add first test | Tristan Sloughter | 2014-09-01 | 1 | -1/+3 |
| | |||||
* | refactor install_deps again and rename app_builder to compile | Tristan Sloughter | 2014-08-31 | 1 | -8/+4 |
| | |||||
* | refactoring and remove unused providers for now | Tristan Sloughter | 2014-08-23 | 1 | -4/+8 |
| | |||||
* | only build unbuilt deps | Tristan Sloughter | 2014-08-18 | 1 | -12/+83 |
| | |||||
* | start of moving to splitting state from config parsing | Tristan Sloughter | 2014-08-17 | 1 | -9/+10 |
| | |||||
* | large refactoring | Tristan Sloughter | 2014-08-16 | 1 | -0/+84 |
Removed separate compilers Resolves apps to build Finds avail deps before pulling/building Includes relx Simplifies build commands |