summaryrefslogtreecommitdiff
path: root/src/rebar_require_vsn.erl
Commit message (Collapse)AuthorAgeFilesLines
* Add partial support for Erlang/OTP 17Joseph Wayne Norton2014-03-291-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' msgTuncer Ayaz2012-12-311-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 whitespaceTuncer Ayaz2012-11-181-5/+5
|
* Add support for minimum OTP versions.Evan Vigil-McClanahan2012-06-211-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 commentTuncer Ayaz2012-06-211-0/+4
|
* Clean up codeTuncer Ayaz2011-02-061-3/+0
|
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
|
* Apply Tidier suggestionsTuncer Ayaz2011-01-131-2/+3
|
* Add support for requiring a specific ERTS or OTP version via a regexDave Smith2010-05-031-0/+68