Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix ct include option prefix | Shunichi Shinohara | 2011-03-22 | 1 | -1/+1 | |
* | Merge branch 'simplenode_runner_start_args' of git://github.com/alexeyr/rebar | Dave Smith | 2011-03-16 | 1 | -1/+2 | |
|\ | ||||||
| * | Support passing plain arguments to `appname start` | Alexey Romanov | 2011-03-05 | 1 | -1/+2 | |
| * | Remove rejected commit | Alexey Romanov | 2011-03-05 | 1 | -1/+1 | |
| * | Merge commit 'upstream/master' | Alexey Romanov | 2011-03-05 | 13 | -88/+223 | |
| |\ | ||||||
| * | | Add console_clean to usage message for simplenode. | Alexey Romanov | 2011-02-21 | 1 | -1/+1 | |
| * | | Support passing plain arguments to simplenode. | Alexey Romanov | 2011-02-21 | 1 | -1/+1 | |
| * | | Merge branch 'master' of https://github.com/basho/rebar | Alexey Romanov | 2011-02-21 | 64 | -1007/+2831 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'master' of git://github.com/basho/rebar | Alexey Romanov | 2010-12-11 | 5 | -10/+58 | |
| |\ \ \ | ||||||
| * | | | | ignore .eunit | Alexey Romanov | 2010-12-07 | 1 | -0/+1 | |
| * | | | | Fix quotes | Alexey Romanov | 2010-12-07 | 1 | -1/+1 | |
| * | | | | Allow for non-SMP emulator | Alexey Romanov | 2010-12-07 | 1 | -1/+1 | |
* | | | | | Simplify find_dep_in_dir | Tuncer Ayaz | 2011-03-13 | 1 | -1/+1 | |
* | | | | | Fix comments | Tuncer Ayaz | 2011-03-13 | 1 | -12/+12 | |
* | | | | | Cleanup rebar.config.sample | Tuncer Ayaz | 2011-03-12 | 1 | -3/+4 | |
* | | | | | Deprecate old hooks | Tuncer Ayaz | 2011-03-12 | 4 | -20/+53 | |
* | | | | | Simplify hook changes to rebar_core | Tuncer Ayaz | 2011-03-12 | 1 | -11/+5 | |
* | | | | | Add pre and post script support for all commands | Tim Watson | 2011-03-12 | 5 | -1/+78 | |
* | | | | | Update README: file local variables | Tuncer Ayaz | 2011-03-10 | 1 | -16/+0 | |
* | | | | | Fix regression (thanks Anthony Molinaro) | Tuncer Ayaz | 2011-03-07 | 1 | -4/+5 | |
| |_|_|/ |/| | | | ||||||
* | | | | Update runner script in test project | Tuncer Ayaz | 2011-03-04 | 1 | -3/+3 | |
* | | | | Add console_clean to usage message for simplenode | Alexey Romanov | 2011-03-04 | 1 | -1/+1 | |
* | | | | Fix bug that causes appup generation to fail | joewilliams | 2011-03-03 | 2 | -22/+43 | |
* | | | | Add Christopher Brown to THANKS file | Tuncer Ayaz | 2011-03-03 | 1 | -0/+1 | |
* | | | | honor local deps before code path | Christopher Brown | 2011-03-02 | 1 | -26/+49 | |
* | | | | Convert the entries in the code path to absolute paths | Juan Jose Comellas | 2011-02-26 | 2 | -1/+14 | |
* | | | | Ignore app files not in ebin | joewilliams | 2011-02-25 | 1 | -4/+4 | |
* | | | | Fix regression in rebar_lfe_compiler | Tuncer Ayaz | 2011-02-22 | 1 | -2/+3 | |
* | | | | Use erlang:function_exported/3 | Tuncer Ayaz | 2011-02-21 | 1 | -2/+2 | |
* | | | | Fix Dialyzer warning and slightly reformat code | Tuncer Ayaz | 2011-02-21 | 1 | -3/+7 | |
* | | | | Add up to date instructions in case LFE is missing | Tim Dysinger | 2011-02-21 | 1 | -7/+11 | |
* | | | | Add fail_on_warning support for LFE | Tim Dysinger | 2011-02-21 | 1 | -4/+8 | |
* | | | | Add -spec support to rebar_ct command line | Tim Watson | 2011-02-21 | 5 | -22/+86 | |
| |_|/ |/| | | ||||||
* | | | Clean up and simplify {vsn, VCS} support | Dave Smith | 2011-02-18 | 1 | -12/+11 | |
* | | | Add {vsn,Vcs} support for bzr, hg and svn | Tuncer Ayaz | 2011-02-17 | 1 | -6/+15 | |
* | | | Expand {vsn,git} in app.src to git-describe output | Adam Kocoloski | 2011-02-17 | 2 | -2/+14 | |
* | | | Add Anders 'andekar' to THANKS file | Tuncer Ayaz | 2011-02-17 | 1 | -0/+1 | |
* | | | Clean up trailing whitespace | joewilliams | 2011-02-17 | 3 | -5/+5 | |
* | | | Clean up rebar_appups and rebar_upgrade | joewilliams | 2011-02-17 | 4 | -109/+92 | |
* | | | Add PropEr support | Tuncer Ayaz | 2011-02-16 | 1 | -17/+24 | |
* | | | Fix generate-appups regression (atom vs list) | joewilliams | 2011-02-16 | 1 | -1/+1 | |
* | | | Add 'generate-appups' command | joewilliams | 2011-02-15 | 6 | -11/+233 | |
* | | | Give an absolute path to code:add_path/1 | Anthony Ramine | 2011-02-15 | 1 | -1/+1 | |
* | | | Remove gratuitous spaces | Tuncer Ayaz | 2011-02-15 | 1 | -5/+5 | |
* | | | Add common_test suite template | Tim Watson | 2011-02-15 | 2 | -0/+169 | |
* | | | Clarify trailing slash for PIPE_DIR | Joseph Wayne Norton | 2011-02-15 | 1 | -2/+2 | |
* | | | Document eunit_first_files | Tuncer Ayaz | 2011-02-13 | 1 | -0/+3 | |
* | | | Remove export_all directive | Tuncer Ayaz | 2011-02-13 | 1 | -3/+2 | |
* | | | Add eunit_first_files option | Joseph Wayne Norton | 2011-02-13 | 1 | -1/+4 | |
* | | | Support 2 forms of implicit HEAD for git | David Reid | 2011-02-13 | 1 | -0/+8 |