| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'cover_excl_mods' of https://github.com/lpgauth/rebar3 into lpga... | Fred Hebert | 2016-08-27 | 1 | -0/+3 |
|\ |
|
| * | Add support for cover_excl_mods | Louis-Philippe Gauthier | 2016-06-15 | 1 | -0/+3 |
* | | template_dir option was forgotten in documentation plus recurse in directory ... | Sébastien Serre | 2016-07-23 | 1 | -1/+2 |
|/ |
|
* | Fixed rebar.config shell_apps setting | Yakov | 2016-02-26 | 1 | -1/+1 |
* | Revert "drop `eunit_first_files' and `eunit_compile_opts'. that's what" | alisdair sullivan | 2015-09-29 | 1 | -0/+4 |
* | drop `eunit_first_files' and `eunit_compile_opts'. that's what | alisdair sullivan | 2015-09-29 | 1 | -4/+0 |
* | add new eunit opts to `rebar.config.sample' | alisdair sullivan | 2015-09-29 | 1 | -5/+7 |
* | Change option name from "plt_include_all_deps" to "plt_apps" | Takeru Ohta | 2015-09-12 | 1 | -1/+1 |
* | Add `plt_include_all_deps` dialyzer config option | Takeru Ohta | 2015-09-08 | 1 | -0/+1 |
* | Making the sample file up to date | Fred Hebert | 2015-07-18 | 1 | -57/+144 |
* | remove `cover_print_enabled` and `cover_data_dir` config options | alisdair sullivan | 2015-07-01 | 1 | -5/+5 |
* | document `extra_src_dirs` | alisdair sullivan | 2015-05-17 | 1 | -0/+5 |
* | update `rebar.config.sample` with correct config keys for | alisdair sullivan | 2015-05-11 | 1 | -17/+14 |
* | update sample config to remove unsupported rebar2 options | Tristan Sloughter | 2015-03-08 | 1 | -104/+2 |
* | Add documentation for {ref, <sha>} syntax rebar.config.sample file | Jared Morrow | 2015-02-06 | 1 | -0/+2 |
* | Merge pull request #285 from nevar/fix_inheritance | Tristan Sloughter | 2014-06-15 | 1 | -1/+1 |
|\ |
|
| * | Fix #249 (erlc regression) | Slava Yurin | 2014-05-30 | 1 | -1/+1 |
* | | Add 'p4' (Perforce) as a dependency type | Nathaniel Waisbrot | 2014-03-17 | 1 | -2/+3 |
|/ |
|
* | Fix #56 (always-on recursion) | Tuncer Ayaz | 2014-03-11 | 1 | -0/+3 |
* | introduce xref_extra_paths | mats cronqvist | 2014-01-13 | 1 | -0/+5 |
* | Add missing dep examples and fix existing ones | Tuncer Ayaz | 2013-11-26 | 1 | -6/+19 |
* | rebar_xref: regression fixes and updates for a5be40c96 | Tuncer Ayaz | 2013-06-24 | 1 | -1/+3 |
* | Update rebar repo urls | Tuncer Ayaz | 2013-03-02 | 1 | -2/+2 |
* | Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msg | Tuncer Ayaz | 2012-12-31 | 1 | -2/+2 |
* | rebar.config.sample: fix escript_emu_args sample | Tuncer Ayaz | 2012-11-30 | 1 | -1/+1 |
* | rebar.config.sample: remove non-existing option | Tuncer Ayaz | 2012-11-20 | 1 | -5/+0 |
* | rebar.config.sample: document escriptize options | Tuncer Ayaz | 2012-11-19 | 1 | -0/+7 |
* | rebar.config: delete unused and unimplemented 'app_bin' option | Tuncer Ayaz | 2012-11-19 | 1 | -3/+0 |
* | rebar.config.sample: document leex and yecc options | Tuncer Ayaz | 2012-11-18 | 1 | -0/+12 |
* | rebar.config.sample: document require_*_vsn options | Tuncer Ayaz | 2012-11-18 | 1 | -0/+5 |
* | rebar.config.sample: fix erl_opts example | Tuncer Ayaz | 2012-11-15 | 1 | -1/+3 |
* | rebar.config.sample: fix raw dep example formatting | Tuncer Ayaz | 2012-11-15 | 1 | -10/+13 |
* | rebar.config.sample: fix syntax error | Tuncer Ayaz | 2012-11-14 | 1 | -1/+1 |
* | Add support for non-Erlang/OTP (raw) dependencies | Anton Lavrik | 2012-10-11 | 1 | -1/+14 |
* | Document availability of rsync for fetching deps in rebar.config.sample | Daniel White | 2012-09-20 | 1 | -1/+2 |
* | Separate eunit and qc compile options | Tuncer Ayaz | 2012-08-09 | 1 | -7/+14 |
* | Add ct_log_dir option, skip test dir with no SUITE | DeadZen | 2012-08-07 | 1 | -0/+3 |
* | Enable export of cover data from eunit testrun | David Åberg | 2012-08-07 | 1 | -0/+3 |
* | Rename old eunit compile options for consistency with test-compile | Tuncer Ayaz | 2012-07-26 | 1 | -6/+7 |
* | Add 'qc' cmd and rename eunit-compile to test-compile | Tuncer Ayaz | 2012-07-23 | 1 | -0/+5 |
* | Support ct_run using short name | Tim Watson | 2012-05-22 | 1 | -0/+3 |
* | Remove alt_url support in favor of new features | Tuncer Ayaz | 2012-05-13 | 1 | -4/+1 |
* | Add support for target-specific port options | Tuncer Ayaz | 2012-04-16 | 1 | -2/+4 |
* | Fix whitespace error | Tuncer Ayaz | 2012-04-15 | 1 | -2/+2 |
* | Add support for custom xref queries | Amit Kapoor | 2012-04-02 | 1 | -0/+10 |
* | Add support for alternate dependency urls | Adam Schepis | 2012-03-31 | 1 | -1/+4 |
* | Deprecate port_envs in favor of port_env | Tuncer Ayaz | 2012-03-09 | 1 | -1/+1 |
* | Rework port compiler support | Tuncer Ayaz | 2012-02-03 | 1 | -12/+6 |
* | 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 |