Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add rebar.config 'excluded_apps' key. | Jean Parpaillon | 2015-05-23 | 1 | -7/+20 |
| | | | | | | Listed applications are simply ignored. Allows for configuration time sub-application building. | ||||
* | add additional comments | Tristan Sloughter | 2015-05-22 | 1 | -0/+3 |
| | |||||
* | read in app information after fetch so we have the deps | Tristan Sloughter | 2015-05-22 | 1 | -3/+4 |
| | |||||
* | fall back to .app.src file if .app file fails to parse | Tristan Sloughter | 2015-05-22 | 1 | -53/+58 |
| | |||||
* | print and format error message for bad .app files and all bad configs | Tristan Sloughter | 2015-05-22 | 1 | -19/+15 |
| | |||||
* | Properly reset hooks for single-app project | Viacheslav V. Kovalev | 2015-05-21 | 1 | -2/+2 |
| | |||||
* | Manage syntax error in app.src files. | Umberto Corponi | 2015-05-06 | 1 | -4/+9 |
| | | | | | - Solve "Uncaught error" failure in case of syntax error in app.src file. - Print helpful information on the location of the syntax error. | ||||
* | don't duplicate hooks for top level app | Tristan Sloughter | 2015-04-19 | 1 | -2/+24 |
| | |||||
* | include applications list in compile sort | Tristan Sloughter | 2015-04-15 | 1 | -1/+6 |
| | |||||
* | support single atoms for pkg deps, fetch highest version available | Tristan Sloughter | 2015-04-11 | 1 | -4/+5 |
| | |||||
* | Avoid duplicating deps in discover phase | Fred Hebert | 2015-03-15 | 1 | -1/+8 |
| | | | | | | | | | The deps are sorted and merged, but the merge function merges lists, not elements. This yields deps that are duplicated and ran for multiple times. We first add proper sorts so the keymerge is guaranteed to be fine, and then do a dedup run to get rid of duplicates if they happen to be. | ||||
* | add comment about resetting opts | Tristan Sloughter | 2015-03-06 | 1 | -0/+2 |
| | |||||
* | store base opts after initialization of providers | Tristan Sloughter | 2015-03-06 | 1 | -4/+3 |
| | |||||
* | apply profiles and overrides for an app's opts to the base opts | Tristan Sloughter | 2015-03-05 | 1 | -2/+2 |
| | |||||
* | fix for profiles_remain_applied_with_config_present | Tristan Sloughter | 2015-03-04 | 1 | -9/+15 |
| | |||||
* | 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 |