Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | generalize the "test" special dir into an {extra_src_dirs, [...]} option | alisdair sullivan | 2015-05-16 | 1 | -2/+3 |
| | | | | | | like `src_dirs`, `extra_src_dirs` are directories to be copied to the `_build` dir and compiled. unlike `src_dirs` they are not added to the .app specification | ||||
* | real bootstrapping | Tristan Sloughter | 2015-04-22 | 1 | -2/+1 |
| | |||||
* | track and cleanup code paths for different contexts | Tristan Sloughter | 2015-04-21 | 1 | -2/+9 |
| | |||||
* | run project wide pre-compile hooks after deps have compiled | Tristan Sloughter | 2015-04-20 | 1 | -2/+3 |
| | |||||
* | don't duplicate hooks for top level app | Tristan Sloughter | 2015-04-19 | 1 | -7/+4 |
| | |||||
* | update project_apps and state before running post hooks | Tristan Sloughter | 2015-04-17 | 1 | -2/+4 |
| | |||||
* | include applications list in compile sort | Tristan Sloughter | 2015-04-15 | 1 | -2/+3 |
| | |||||
* | Merge pull request #320 from tsloughter/dep_plugins | Fred Hebert | 2015-04-05 | 1 | -9/+13 |
|\ | | | | | install dep plugins & run provider hooks the same as shell hooks (Rereopen 316) | ||||
| * | swich clean and compile to use macro provider in hook run | Tristan Sloughter | 2015-04-04 | 1 | -4/+4 |
| | | |||||
| * | install dep plugins & run provider hooks the same as shell hooks | Tristan Sloughter | 2015-04-04 | 1 | -9/+13 |
| | | |||||
* | | Provide descriptions for all tasks | Fred Hebert | 2015-04-04 | 1 | -1/+1 |
|/ | |||||
* | get rid of compile workers | Tristan Sloughter | 2015-03-12 | 1 | -34/+15 |
| | |||||
* | set jobs for all compile jobs | Tristan Sloughter | 2015-03-12 | 1 | -9/+12 |
| | |||||
* | compile source from the symlinked directories under `_build` to | alisdair sullivan | 2015-03-08 | 1 | -5/+7 |
| | | | | get correct compile paths included in module info | ||||
* | update all examples in providers to use rebar3 | Tristan Sloughter | 2015-03-07 | 1 | -1/+1 |
| | |||||
* | include test dir in symlinks | Tristan Sloughter | 2015-03-01 | 1 | -1/+1 |
| | |||||
* | copy all files from ebin to build output ebin if exists | Tristan Sloughter | 2015-02-28 | 1 | -7/+8 |
| | |||||
* | use relative path on non-windows and copy if link fails | Tristan Sloughter | 2015-02-28 | 1 | -2/+6 |
| | |||||
* | include link to src in outdir for R15 cover/xref | Tristan Sloughter | 2015-02-28 | 1 | -1/+2 |
| | |||||
* | copy project apps to deps output dir for compilation | Tristan Sloughter | 2015-02-28 | 1 | -3/+27 |
| | |||||
* | update project app list with new appinfo records after build | Tristan Sloughter | 2015-02-19 | 1 | -21/+23 |
| | |||||
* | clean up and better error messages when validating apps | Tristan Sloughter | 2015-01-24 | 1 | -2/+7 |
| | |||||
* | overrides working except for transitive dep inheritance with lock file | Tristan Sloughter | 2014-12-30 | 1 | -2/+7 |
| | |||||
* | move dir functions from utils to new module rebar_dir | Tristan Sloughter | 2014-12-01 | 1 | -1/+1 |
| | |||||
* | move deps_to_build out of config dict of state | Tristan Sloughter | 2014-12-01 | 1 | -1/+1 |
| | |||||
* | set REBAR_DEPS_DIR in hooks env and run pre_compile hooks before deps compile | Tristan Sloughter | 2014-11-22 | 1 | -2/+2 |
| | |||||
* | move back to using format_error/1 | Tristan Sloughter | 2014-11-09 | 1 | -5/+6 |
| | |||||
* | add deps to code paths after build so available to other deps | Tristan Sloughter | 2014-11-08 | 1 | -1/+2 |
| | |||||
* | handle throw by relx | Tristan Sloughter | 2014-11-08 | 1 | -1/+1 |
| | |||||
* | run legacy hooks for clean task | Tristan Sloughter | 2014-11-02 | 1 | -25/+4 |
| | |||||
* | add --all option to clean | Tristan Sloughter | 2014-11-02 | 1 | -1/+1 |
| | |||||
* | refactoring build loop | Tristan Sloughter | 2014-11-01 | 1 | -20/+15 |
| | |||||
* | reset hooks for project apps so they are only run once | Tristan Sloughter | 2014-11-01 | 1 | -3/+7 |
| | |||||
* | run legacy style hooks for compile provider | Tristan Sloughter | 2014-11-01 | 1 | -2/+32 |
| | |||||
* | only pass current project state as state for project apps | Tristan Sloughter | 2014-11-01 | 1 | -1/+13 |
| | |||||
* | add format_error/2 provider callback to providers | Tristan Sloughter | 2014-10-22 | 1 | -0/+5 |
| | |||||
* | remove unused utils functions | Tristan Sloughter | 2014-10-16 | 1 | -2/+3 |
| | |||||
* | fix compile task help msg | Tristan Sloughter | 2014-10-10 | 1 | -1/+1 |
| | |||||
* | support compile jobs option | Tristan Sloughter | 2014-10-10 | 1 | -6/+12 |
| | |||||
* | split options up by task | Tristan Sloughter | 2014-10-10 | 1 | -1/+9 |
| | |||||
* | move providers to separate app | Tristan Sloughter | 2014-10-03 | 1 | -9/+9 |
| | |||||
* | return error messages from providers | Tristan Sloughter | 2014-09-27 | 1 | -1/+1 |
| | |||||
* | more dialyzer fun. no likey opaque types | Tristan Sloughter | 2014-09-21 | 1 | -1/+1 |
| | |||||
* | reworking of help display and parse of commands | Tristan Sloughter | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | move locking to a provider | Tristan Sloughter | 2014-09-02 | 1 | -2/+1 |
| | |||||
* | only build invalid (not built) source deps and project apps | Tristan Sloughter | 2014-09-01 | 1 | -3/+4 |
| | |||||
* | refactor install_deps again and rename app_builder to compile | Tristan Sloughter | 2014-08-31 | 1 | -0/+51 |