Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix namespaced types for pre-17 otp | Tristan Sloughter | 2014-09-25 | 2 | -2/+2 |
| | |||||
* | fixed up a few unknown types | Tristan Sloughter | 2014-09-21 | 4 | -29/+24 |
| | |||||
* | down to last 2 dialyzer errors | Tristan Sloughter | 2014-09-21 | 12 | -283/+41 |
| | |||||
* | more dialyzer fun. no likey opaque types | Tristan Sloughter | 2014-09-21 | 13 | -95/+47 |
| | |||||
* | slowly widdling away at dialyzer errors | Tristan Sloughter | 2014-09-20 | 13 | -104/+35 |
| | |||||
* | wip: updating handling of src deps to include level in lock | Tristan Sloughter | 2014-09-20 | 4 | -30/+59 |
| | |||||
* | fix for wrong function call to depsolver new for empty graph | Tristan Sloughter | 2014-09-20 | 1 | -2/+2 |
| | |||||
* | wip: update dep | Tristan Sloughter | 2014-09-20 | 2 | -23/+35 |
| | |||||
* | more efficient check for existing dep | Tristan Sloughter | 2014-09-20 | 2 | -8/+17 |
| | |||||
* | inefficient way, but safer, of checking if an app is already downloaded | Tristan Sloughter | 2014-09-20 | 4 | -12/+29 |
| | |||||
* | handle no plugins as [] list of plugins | Tristan Sloughter | 2014-09-20 | 1 | -1/+1 |
| | |||||
* | only compile invalid plugins | Tristan Sloughter | 2014-09-20 | 2 | -2/+2 |
| | |||||
* | move deps and plugins to _ prefixed | Tristan Sloughter | 2014-09-20 | 1 | -1/+1 |
| | |||||
* | install plugins to plugins/ | Tristan Sloughter | 2014-09-20 | 4 | -38/+43 |
| | |||||
* | add plugin template | Tristan Sloughter | 2014-09-20 | 2 | -1/+4 |
| | |||||
* | install plugins to plugins/ | Tristan Sloughter | 2014-09-19 | 3 | -18/+32 |
| | |||||
* | add rebar providers create and plugin inclusion with providers | Tristan Sloughter | 2014-09-19 | 2 | -3/+17 |
| | |||||
* | add support for plugins as pre and post hooks | Tristan Sloughter | 2014-09-18 | 5 | -9/+28 |
| | |||||
* | add do task | Tristan Sloughter | 2014-09-18 | 5 | -16/+64 |
| | |||||
* | fix ct test for new command handling | Tristan Sloughter | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | reworking of help display and parse of commands | Tristan Sloughter | 2014-09-17 | 18 | -224/+160 |
| | |||||
* | fix support for r15 | Tristan Sloughter | 2014-09-17 | 2 | -3/+15 |
| | |||||
* | remove use of 17+ function lists:droplast/1 | Tristan Sloughter | 2014-09-17 | 4 | -4/+8 |
| | |||||
* | fix dict type for before 17 | Tristan Sloughter | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | update common tests | Tristan Sloughter | 2014-09-17 | 1 | -2/+7 |
| | |||||
* | wip: move to erlydtl for rebar templates | Tristan Sloughter | 2014-09-17 | 3 | -246/+68 |
| | |||||
* | forgot the rebar3 module | Tristan Sloughter | 2014-09-16 | 1 | -0/+392 |
| | |||||
* | rename escript to rebar3 | Tristan Sloughter | 2014-09-16 | 1 | -392/+0 |
| | |||||
* | update release run and variables in templates | Tristan Sloughter | 2014-09-16 | 1 | -1/+0 |
| | |||||
* | update templating | Tristan Sloughter | 2014-09-16 | 2 | -23/+20 |
| | |||||
* | tmp | Tristan Sloughter | 2014-09-11 | 3 | -3/+5 |
| | |||||
* | update works, but still needs to cause update of deps | Tristan Sloughter | 2014-09-03 | 1 | -13/+8 |
| | |||||
* | fix bug compiling app with no .app.src | Tristan Sloughter | 2014-09-02 | 1 | -5/+5 |
| | |||||
* | fix fetch and build | Tristan Sloughter | 2014-09-02 | 2 | -10/+17 |
| | |||||
* | modify rebar lock output | Tristan Sloughter | 2014-09-02 | 2 | -13/+26 |
| | |||||
* | don't include project apps in deps | Tristan Sloughter | 2014-09-02 | 1 | -4/+3 |
| | |||||
* | move locking to a provider | Tristan Sloughter | 2014-09-02 | 5 | -19/+56 |
| | |||||
* | remove example from install_deps provider, shouldn't be called manually | Tristan Sloughter | 2014-09-01 | 1 | -1/+1 |
| | |||||
* | only build invalid (not built) source deps and project apps | Tristan Sloughter | 2014-09-01 | 5 | -65/+84 |
| | |||||
* | add first test | Tristan Sloughter | 2014-09-01 | 4 | -10/+43 |
| | |||||
* | replace deps list with ordset | Tristan Sloughter | 2014-08-31 | 2 | -12/+15 |
| | |||||
* | refactor install_deps again and rename app_builder to compile | Tristan Sloughter | 2014-08-31 | 4 | -88/+117 |
| | |||||
* | remove more code that can be brought back later if needed | Tristan Sloughter | 2014-08-30 | 14 | -2603/+97 |
| | |||||
* | wip: reworking deps fetching/sorting | Tristan Sloughter | 2014-08-29 | 4 | -135/+115 |
| | |||||
* | quick and dirty fix for proper dep compilatoin order | Tristan Sloughter | 2014-08-28 | 4 | -30/+46 |
| | |||||
* | restrict packages to those that work on users system | Tristan Sloughter | 2014-08-28 | 1 | -1/+14 |
| | |||||
* | use locks if exists | Tristan Sloughter | 2014-08-28 | 5 | -39/+49 |
| | |||||
* | wip: write lock file | Tristan Sloughter | 2014-08-27 | 2 | -37/+36 |
| | |||||
* | build app file after modules | Tristan Sloughter | 2014-08-27 | 1 | -1/+1 |
| | |||||
* | update package index url and README list of tasks | Tristan Sloughter | 2014-08-27 | 3 | -9/+8 |
| |