Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework port compiler support | Tuncer Ayaz | 2012-02-03 | 1 | -12/+6 |
| | | | | | * consolidate options * add support for building executables | ||||
* | Fix whitespace error in rebar.config.sample | Tuncer Ayaz | 2012-01-29 | 1 | -1/+1 |
| | |||||
* | Remove port_first_files support | Tuncer Ayaz | 2012-01-09 | 1 | -3/+0 |
| | |||||
* | Add support for customising common test directory | Tim Watson | 2011-12-28 | 1 | -0/+3 |
| | | | | | | | This patch allows users to specify the directory in which common_test source files can be found. Most common_test suites are integration, rather than unit tests and keeping the sources apart from test sources for other frameworks such as eunit and PropEr is a useful feature. | ||||
* | Update sample hooks config | Tuncer Ayaz | 2011-12-05 | 1 | -1/+4 |
| | |||||
* | Document port_first_files | Tuncer Ayaz | 2011-11-30 | 1 | -0/+3 |
| | |||||
* | Fix deps_dir sample config | Tuncer Ayaz | 2011-10-26 | 1 | -2/+2 |
| | |||||
* | Load plugins dynamically from source | Tim Watson | 2011-08-29 | 1 | -0/+13 |
| | | | | | | | | | This patch updates rebar_core to look for missing plugins (i.e. those that aren't found on the code path at runtime) in a configurable plugin directory, and dynamically compile and load them at runtime. By default, the directory "plugins" is searched, although this can be overriden by setting the plugin_dir in your rebar.config. | ||||
* | Fix typo: 'dependency' | Uwe Dauernheim | 2011-08-21 | 1 | -2/+2 |
| | |||||
* | Remove rebar_dialyzer | joewilliams | 2011-06-06 | 1 | -8/+0 |
| | |||||
* | Change arch-specific port_sources to take a list | Andrew Tunnell-Jones | 2011-05-28 | 1 | -2/+5 |
| | | | | | | | | | | Change the second parameter of a regex tagged port_source from being a filename or wildcard to being a list of filenames or wildcards. Previously: {"R14", "c_src/*.c"} Now: {"R14", ["c_src/*.c"]} Motivation for change is to avoid repeating regexes. | ||||
* | Document so_specs | Tuncer Ayaz | 2011-04-30 | 1 | -0/+4 |
| | |||||
* | Remove lfe_opts (suggested by Tim Dysinger) | Tuncer Ayaz | 2011-04-11 | 1 | -2/+1 |
| | |||||
* | Pass extra params to ct (thanks Mickael Remond) | Tim Watson | 2011-04-06 | 1 | -0/+5 |
| | | | | | 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. | ||||
* | Document xref options | Tuncer Ayaz | 2011-04-06 | 1 | -0/+6 |
| | |||||
* | Make debug_info default | Tuncer Ayaz | 2011-03-30 | 1 | -1/+1 |
| | | | | | Add no_debug_info option. Remove debug_info=1 option. | ||||
* | Cleanup rebar.config.sample | Tuncer Ayaz | 2011-03-12 | 1 | -3/+4 |
| | |||||
* | Deprecate old hooks | Tuncer Ayaz | 2011-03-12 | 1 | -20/+0 |
| | |||||
* | Add pre and post script support for all commands | Tim Watson | 2011-03-12 | 1 | -0/+9 |
| | | | | | | | | | This change makes it possible to assign pre/post scripts to all rebar commands. This allows users fine grained control over when scripts and/or shell commands should be executed, where such extensions are absolutely needed. Several examples have been added to the rebar.config.sample file. | ||||
* | Document eunit_first_files | Tuncer Ayaz | 2011-02-13 | 1 | -0/+3 |
| | |||||
* | Clean up emacs file local variables | Tuncer Ayaz | 2011-01-31 | 1 | -1/+1 |
| | |||||
* | Add otp_release to platform string | Joseph Wayne Norton | 2011-01-09 | 1 | -1/+2 |
| | |||||
* | Document the pre and post script hooks | Andrew Thompson | 2010-11-21 | 1 | -0/+12 |
| | |||||
* | Fix dialyzer_opts documentation | Tuncer Ayaz | 2010-11-20 | 1 | -1/+1 |
| | |||||
* | Document edoc_opts | Andrew Thompson | 2010-11-20 | 1 | -0/+5 |
| | |||||
* | Refactor Dialyzer support to make it more usable | Tuncer Ayaz | 2010-10-25 | 1 | -2/+5 |
| | |||||
* | Document validate_app_modules option | Tuncer Ayaz | 2010-10-10 | 1 | -0/+3 |
| | |||||
* | Add optional eunit coverage report to terminal | Andrew Thompson | 2010-10-06 | 1 | -0/+3 |
| | | | | | | Add a coverage report similar to the one output to index.html except that it is output to the terminal if the new rebar.conf option 'cover_print_enabled' is set to true. | ||||
* | Fix bug 549; example deps in rebar.config.sample were wrong, as identified ↵ | Dave Smith | 2010-08-20 | 1 | -2/+2 |
| | | | | by David Dossot | ||||
* | Document platform_define in sample config | Tuncer Ayaz | 2010-06-12 | 1 | -1/+4 |
| | |||||
* | Adding rebar.config.sample from vagabond (http://bitbucket.org/vagabond/rebar) | Dave Smith | 2010-06-03 | 1 | -0/+107 |