Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 'recursive' option | Siri Hansen | 2016-11-21 | 1 | -3/+63 |
| | | | | | | | | | | | | The option {recursive,boolean()} can now be set pr directory in 'src_dirs' and 'extra_src_dirs', and on top level in the new 'erlc_compiler' option. Example config: {erlc_compiler,[{recursive,false}]}. {src_dirs,[{"src",[{recursive,true}]}]}. This will cause recursive compilation within the "src" directory, but not in any other directoires. | ||||
* | Read env var REBAR_CACHE_DIR on rebar3 only once | Francisco Rojas | 2016-04-06 | 1 | -1/+1 |
| | | | | | Instead of reading every time that rebar_dir:global_cache_dir/1 is called | ||||
* | use priv_dir in rebar_dir test | Francisco Rojas | 2016-03-17 | 1 | -2/+2 |
| | |||||
* | Allows overwrite default cache dir using REBAR_CACHE_DIR | Francisco Rojas | 2016-03-15 | 1 | -2/+34 |
| | | | | | Allows overwrite the default cache directory using the environment variable REBAR_CACHE_DIR. | ||||
* | Add tests for base_dir reconfiguration | Fred Hebert | 2015-12-19 | 1 | -3/+40 |
| | | | | Tests both absolutes and relative paths. | ||||
* | dedup `src_dirs` and `extra_src_dirs` on read | alisdair sullivan | 2015-10-30 | 1 | -6/+6 |
| | |||||
* | extract `retarget_path/2', `relative_path/2' and `reduce_path/1' and | alisdair sullivan | 2015-09-13 | 1 | -5/+33 |
| | | | | add tests | ||||
* | wip: move state into app_info | Tristan Sloughter | 2015-08-31 | 1 | -21/+21 |
| | |||||
* | methods for retrieving `src_dirs` and `extra_src_dirs` | alisdair sullivan | 2015-05-19 | 1 | -0/+99 |
note that now ALL `src_dirs` across included profiles are compiled. previously only the last included profile's `src_dirs` were used |