Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update mustache.erl | Tuncer Ayaz | 2011-04-27 | 1 | -7/+19 | |
| | ||||||
* | Fix eunit regression (reported-by Alexander Dorofeev) | Andrew Thompson | 2011-04-23 | 1 | -1/+4 | |
| | ||||||
* | Adjust deprecation message | Tuncer Ayaz | 2011-04-21 | 1 | -1/+1 | |
| | ||||||
* | Add support for command-specific env for hooks | Tuncer Ayaz | 2011-04-21 | 2 | -17/+26 | |
| | ||||||
* | Add list-deps command | Dave Smith | 2011-04-21 | 1 | -1/+21 | |
| | ||||||
* | Add Piotr Usewicz to THANKS file | Tuncer Ayaz | 2011-04-15 | 1 | -0/+1 | |
| | ||||||
* | Fix formatting (thanks Piotr Usewicz) | Tuncer Ayaz | 2011-04-15 | 3 | -3/+3 | |
| | ||||||
* | Add file local variables where appropriate | Piotr Usewicz | 2011-04-15 | 4 | -3/+7 | |
| | ||||||
* | Add Evax Software to THANKS file | Tuncer Ayaz | 2011-04-12 | 1 | -0/+1 | |
| | ||||||
* | Support settable plt dir for dialyzer | Evax Software | 2011-04-12 | 1 | -11/+26 | |
| | | | | | Allow rebar to use dialyzer plt files from an alternate directory through the use of the REBAR_PLT_DIR environment variable. | |||||
* | Remove lfe_opts (suggested by Tim Dysinger) | Tuncer Ayaz | 2011-04-11 | 2 | -7/+2 | |
| | ||||||
* | Centralize variable resolution; add target_dir variable | Dave Smith | 2011-04-10 | 2 | -43/+42 | |
| | ||||||
* | Add support for priv/<vcs.vsn> as fallback for version info | Dave Smith | 2011-04-10 | 1 | -2/+26 | |
| | ||||||
* | Add support for loading template vars from external file | Dave Smith | 2011-04-10 | 1 | -3/+19 | |
| | ||||||
* | Add support for template_wildcarding; allows files from many directories to ↵ | Dave Smith | 2011-04-10 | 1 | -0/+15 | |
| | | | | be templated. | |||||
* | Refactor overlay_vars to enable overrides from command-line | Dave Smith | 2011-04-10 | 1 | -28/+25 | |
| | ||||||
* | Make sure to pass dir of app when invoking git; enhance shell logging output | Dave Smith | 2011-04-10 | 2 | -4/+5 | |
| | ||||||
* | Use warnings_as_errors instead of fail_on_warning | Tuncer Ayaz | 2011-04-07 | 1 | -1/+1 | |
| | ||||||
* | Deprecate fail_on_warning and refactor code | Tuncer Ayaz | 2011-04-07 | 7 | -50/+52 | |
| | ||||||
* | Add Mickael Remond to THANKS file | Tuncer Ayaz | 2011-04-06 | 1 | -0/+1 | |
| | ||||||
* | Pass extra params to ct (thanks Mickael Remond) | Tim Watson | 2011-04-06 | 2 | -6/+18 | |
| | | | | | This patch adds a `ct_extra_params` option to rebar.config, the value of which is appended to the shell command when executing common test. | |||||
* | Add Shunichi Shinohara to THANKS file | Tuncer Ayaz | 2011-04-06 | 1 | -0/+1 | |
| | ||||||
* | Document xref options | Tuncer Ayaz | 2011-04-06 | 1 | -0/+6 | |
| | ||||||
* | Add skip_app to shell completion | Tuncer Ayaz | 2011-04-06 | 1 | -1/+1 | |
| | ||||||
* | New eunit param skip_app, allow suite to be a list | Andrew Thompson | 2011-04-06 | 1 | -8/+25 | |
| | | | | | | | | | | | | | | This patch allows the 'suite' argument to eunit to be a comma separated list of modules to test instead of being a single module. This allows fine-grained testing when one test suite interferes with another and its not clear which suite is causing the problem. It also lets you run the test suite in a different order for a similar reason. The other enhancement is to add a new eunit parameter; 'skip_app' which like 'app' is a comma separated list of modules to skip testing on. This parameter is only applied if the app parameter is not passed. Its purpose is to avoid forcing you to specify all the apps to test if you only want to skip a handful and there are many apps to test. | |||||
* | Use infinite receive (thanks Hakan Mattsson) | Tuncer Ayaz | 2011-04-04 | 1 | -4/+4 | |
| | ||||||
* | Use abort in check-plt and update doc | David Reid | 2011-04-02 | 1 | -3/+3 | |
| | ||||||
* | Make debug_info default | Tuncer Ayaz | 2011-03-30 | 5 | -13/+12 | |
| | | | | | Add no_debug_info option. Remove debug_info=1 option. | |||||
* | Clean up specs | Tuncer Ayaz | 2011-03-28 | 7 | -56/+57 | |
| | ||||||
* | Remove unused record definition | Tuncer Ayaz | 2011-03-28 | 1 | -2/+0 | |
| | ||||||
* | Add Jordi Chacon to THANKS file | Tuncer Ayaz | 2011-03-26 | 1 | -0/+1 | |
| | ||||||
* | Fix bug: xref should be stopped after being run | Jordi Chacon | 2011-03-26 | 1 | -0/+3 | |
| | | | | Xref not being stopped caused a crash in subsequent xref runs. | |||||
* | Fix code clarity and formatting | Tuncer Ayaz | 2011-03-22 | 1 | -17/+17 | |
| | ||||||
* | 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 | |
| | | | | | | | | | | | | | | Currently with default simplenode template, `appname console other_args` will pass ["console", "other_args"] as plain arguments. But `appname start other_args` effectively calls `appname console`. This patch replaces this call with `appname console other_args`. | |||||
| * | 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 | |
| | | | | | | | | | | | | | | | | | | | | | `init:get_plain_arguments()` returns `["console", "more_args"]` when started with `$APP_NAME console more_args`, but `["console"]` when started with `$APP_NAME start more_args`. This patch makes `start` behave like `console` in this respect. | |||||
| * | | 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 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: priv/templates/simplenode.runner | |||||
| * | | | | 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 | |
| | | | | |