Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add partial support for Erlang/OTP 17 | Joseph Wayne Norton | 2014-03-29 | 1 | -2/+3 |
| | | | | | | | Allow rebar to compile applications using Erlang/OTP 17 and older versions. This patch only provides partial support since the rebar tool itself must be compiled using an Erlang/OTP version that is older than 17. | ||||
* | Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msg | Tuncer Ayaz | 2012-12-31 | 1 | -0/+22 |
| | | | | | * allow plugins to print help message for implemented commands * append core rebar.config options to common 'rebar help' message | ||||
* | rebar_require_vsn: remove trailing whitespace | Tuncer Ayaz | 2012-11-18 | 1 | -5/+5 |
| | |||||
* | Add support for minimum OTP versions. | Evan Vigil-McClanahan | 2012-06-21 | 1 | -0/+29 |
| | | | | | | | Since you can't really do math with regexps and it's a pain to repeatedly update the config for each new version or erlang, I wanted to add support for minium OTP versions. This is a fix for https://github.com/basho/riaknostic/issues/38 | ||||
* | Add missing comment | Tuncer Ayaz | 2012-06-21 | 1 | -0/+4 |
| | |||||
* | Clean up code | Tuncer Ayaz | 2011-02-06 | 1 | -3/+0 |
| | |||||
* | Clean up emacs file local variables | Tuncer Ayaz | 2011-01-31 | 1 | -1/+1 |
| | |||||
* | Apply Tidier suggestions | Tuncer Ayaz | 2011-01-13 | 1 | -2/+3 |
| | |||||
* | Add support for requiring a specific ERTS or OTP version via a regex | Dave Smith | 2010-05-03 | 1 | -0/+68 |