Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Type specifications and edocs improvements | Fred Hebert | 2016-11-27 | 1 | -9/+29 |
| | | | | | | Includes improvments and function documentation for all modules (in alphabetical order) up to rebar_core, and may have included more in other modules as I saw fit to dig and understand more of the internals. | ||||
* | fix no_return warnings | Tristan Sloughter | 2015-08-08 | 1 | -0/+2 |
| | |||||
* | add ssl_opts/1 to rebar_api so rebar3 hex plugin can use it | Tristan Sloughter | 2015-07-18 | 1 | -1/+5 |
| | |||||
* | add processing_base_dir to rebar_api | Tristan Sloughter | 2015-05-09 | 1 | -1/+5 |
| | |||||
* | real bootstrapping | Tristan Sloughter | 2015-04-22 | 1 | -1/+1 |
| | |||||
* | add_deps_to_patha nd restore_code_path added to api | Tristan Sloughter | 2015-04-22 | 1 | -1/+12 |
| | |||||
* | add exports used by plugins to rebar_api | Tristan Sloughter | 2015-04-02 | 1 | -1/+19 |
| | |||||
* | use PRV_ERROR for formattable errors | Fred Hebert | 2015-03-16 | 1 | -0/+1 |
| | | | | Also expose it in rebar_api | ||||
* | API for Plugins (solves #22) | Fred Hebert | 2014-12-01 | 1 | -0/+31 |
- includes logging macros and turns them to functions - exports customized types |