| Commit message (Expand) | Author | Age | Files | Lines |
* | rebar_erlc_compiler: fix src_dirs comment | Tuncer Ayaz | 2012-11-15 | 1 | -1/+1 |
* | Merge branch 'ates-diameter' | Dave Smith | 2012-11-12 | 1 | -0/+86 |
|\ |
|
| * | Add support to compile the Diameter dictionary files | Artem Teslenko | 2012-11-12 | 1 | -0/+86 |
* | | Be sure to filter empty sources (h/t to Tuncer and Joe Norton) | Dave Smith | 2012-11-12 | 1 | -10/+11 |
* | | Restore support for so_name, port_envs and port_sources | Dave Smith | 2012-11-11 | 1 | -10/+41 |
|/ |
|
* | Fix Dialyzer warning in rebar:run/2 | Tuncer Ayaz | 2012-11-11 | 1 | -1/+1 |
* | rebar_erlydtl_compiler: fix incorrect lists:keysort/2 call | Tuncer Ayaz | 2012-11-11 | 1 | -1/+1 |
* | Merge pull request #328 from saleyn/depcheck | Dave Smith | 2012-11-10 | 1 | -2/+2 |
|\ |
|
| * | Fix erlydtl dependency check | Serge Aleynikov | 2012-10-25 | 1 | -2/+2 |
* | | Merge pull request #327 from saleyn/erlydtl_compiler | Dave Smith | 2012-11-10 | 2 | -26/+81 |
|\ \ |
|
| * | | Made more readable printout of the erlydtl compiler message | Serge Aleynikov | 2012-10-22 | 1 | -0/+6 |
| * | | Specify multiple locations of DTL template files | Serge Aleynikov | 2012-10-22 | 2 | -26/+75 |
* | | | Expose Erlang API for invoking rebar | Dave Smith | 2012-11-06 | 1 | -0/+7 |
* | | | Add comment to explain why we're using sub_dirs by hand | Dave Smith | 2012-11-05 | 1 | -0/+5 |
* | | | Add all subdirs to xref library path | Daniel Luna | 2012-11-05 | 1 | -4/+7 |
* | | | Add email address to my name | Daniel Luna | 2012-11-05 | 1 | -1/+2 |
* | | | Merge pull request #293 from Motiejus/skip_deps | Dave Smith | 2012-10-31 | 1 | -8/+20 |
|\ \ \ |
|
| * | | | Add skip_deps=AppListSeparatedByCommas feature | Motiejus Jakštys | 2012-08-09 | 1 | -8/+20 |
* | | | | ct: skip instead of halt on missing/unknown suite | Arjan Scherpenisse | 2012-10-31 | 1 | -3/+10 |
* | | | | Merge remote-tracking branch 'basho/master' | Dave Smith | 2012-10-30 | 1 | -0/+29 |
|\ \ \ \ |
|
| * \ \ \ | Merge pull request #243 from evanmcc/pevm_min_otp_version | Dave Smith | 2012-10-30 | 1 | -0/+29 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | Add support for minimum OTP versions. | Evan Vigil-McClanahan | 2012-06-21 | 1 | -0/+29 |
* | | | | | Revert arch string changes | Tuncer Ayaz | 2012-10-29 | 1 | -6/+1 |
|/ / / / |
|
* | | | | Fix rebar_base_compiler:format_errors/3 for errors in include files | Magnus Henoch | 2012-10-22 | 1 | -9/+11 |
* | | | | Merge pull request #217 from alavrik/raw_deps_new | Dave Smith | 2012-10-21 | 1 | -13/+47 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Add support for non-Erlang/OTP (raw) dependencies | Anton Lavrik | 2012-10-11 | 1 | -13/+47 |
* | | | | Merge pull request #325 from saleyn/reltool | Dave Smith | 2012-10-20 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Fix return value of rebar:overlay/2 | serge | 2012-10-20 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Add hostname variable to reltool overlay templates | serge | 2012-10-20 | 1 | -1/+2 |
|/ / / |
|
* | | | rebar_edoc: use correct proplist() type (Reported-by: Kostis Sagonas) | Tuncer Ayaz | 2012-10-03 | 1 | -1/+1 |
* | | | noshell/noinput should NOT be the default emulator args for an escript | Dave Smith | 2012-10-02 | 1 | -1/+1 |
* | | | Fix whitespace errors | Tuncer Ayaz | 2012-09-28 | 2 | -2/+4 |
* | | | deps: add fossil scm support | Martin Schut | 2012-09-28 | 2 | -13/+39 |
* | | | Fix fprof use (-p/--profile) | Tuncer Ayaz | 2012-09-26 | 1 | -4/+3 |
* | | | Revert 15b7798e4 and restore old git-describe call | Tuncer Ayaz | 2012-09-21 | 1 | -11/+1 |
* | | | rebar_deps: fix whitespace errors | Tuncer Ayaz | 2012-09-15 | 1 | -3/+3 |
* | | | Restore ability to specify deps_dir on the command line | Yurii Rashkovskii | 2012-09-15 | 1 | -1/+2 |
* | | | eunit: analyze coverage only for cover compiled modules | Shunichi Shinohara | 2012-09-13 | 1 | -1/+3 |
* | | | xref: allow multiple behaviours and ignore_xref pragmas | Daniel Luna | 2012-09-13 | 1 | -12/+6 |
* | | | Allow script to be evaluated when app file is loaded | Eric Merritt | 2012-09-07 | 1 | -1/+23 |
* | | | Use R15B02 EUnit {test,M,F} primitive as suggested by Richard Carlsson | Tuncer Ayaz | 2012-09-06 | 1 | -14/+20 |
* | | | Correctly use release_handler:create_RELEASES | joewilliams | 2012-09-04 | 1 | -3/+15 |
* | | | Pass compile flags to protobuffs | Ryan Zezeski | 2012-09-03 | 1 | -6/+8 |
* | | | rebar_ct: ?DEBUG log ct_run command | Tuncer Ayaz | 2012-09-03 | 1 | -0/+1 |
* | | | rebar_ct: do not export variable from case | Tuncer Ayaz | 2012-09-02 | 1 | -7/+6 |
* | | | Update port_env for Mountain Lion (Noticed-by: Tony Rogvall) | Tuncer Ayaz | 2012-09-01 | 1 | -9/+4 |
* | | | Comment eunit_test:function_wrapper/2 TODO | Tuncer Ayaz | 2012-09-01 | 1 | -0/+1 |
* | | | rebar_eunit: adapt to R15B02 changes | Tuncer Ayaz | 2012-08-31 | 1 | -6/+13 |
* | | | rebar_reltool: remove blank lines | Tuncer Ayaz | 2012-08-30 | 1 | -5/+0 |
* | | | Add dynamic .script support for overlay vars file | Dmitriy Kargapolov | 2012-08-30 | 1 | -1/+1 |