| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Fix eunit regression introduced in 2716d83a18 | Tuncer Ayaz | 2013-09-20 | 1 | -6/+6 |
|/ / / |
|
* | | | Merge pull request #125 from lucafavatella/neotoma-doc-typo | Dave Smith | 2013-09-20 | 1 | -4/+4 |
|\ \ \ |
|
| * | | | Fix typo in neotoma help message | Luca Favatella | 2013-08-30 | 1 | -4/+4 |
| |/ / |
|
* | | | Merge pull request #132 from alexthornton1/mib_to_hrl_verbosity | Dave Smith | 2013-09-20 | 1 | -1/+9 |
|\ \ \ |
|
| * | | | mib_to_hrl compilation verbosity via 'mib_opts' | Alex Thornton | 2013-09-08 | 1 | -1/+9 |
| |/ / |
|
* | | | Merge pull request #137 from bosqueviejo/master | Dave Smith | 2013-09-20 | 1 | -6/+16 |
|\ \ \ |
|
| * | | | let vm.args and sys.config as optional | Manuel Rubio | 2013-09-19 | 1 | -6/+16 |
| |/ / |
|
* | | | Merge pull request #138 from evax/conditionalTemplateInstructions | Dave Smith | 2013-09-20 | 1 | -0/+21 |
|\ \ \ |
|
| * | | | Support conditional template instructions | Evax Software | 2013-09-19 | 1 | -0/+21 |
| |/ / |
|
* | | | Change rebar_ct:check_log/3 to use double quotes | Björn Bylander | 2013-09-20 | 1 | -1/+1 |
|/ / |
|
* | | Use REBAR_DEPS_DIR if set as location of DEPS dir | Dave Smith | 2013-07-02 | 1 | -1/+7 |
* | | Merge pull request #108 from tuncer/dialyzer | Dave Smith | 2013-06-29 | 1 | -1/+2 |
|\ \ |
|
| * | | rebar_deps: fix overlong line introduced in 0b83339 | Tuncer Ayaz | 2013-06-27 | 1 | -1/+2 |
* | | | Document 'rebar help <CMD1> <CMD2>' | Tuncer Ayaz | 2013-06-29 | 1 | -0/+3 |
|/ / |
|
* | | Make sure to run ct_run w/ -noshell | Dave Smith | 2013-06-25 | 1 | -1/+1 |
* | | Use ct_run if available; fixes strange issues with getting erl/ct to stop | Dave Smith | 2013-06-25 | 1 | -10/+21 |
* | | Adding debug statements closer to open_port | Dave Smith | 2013-06-25 | 1 | -0/+1 |
* | | Merge pull request #41 from exterm/cover_html_validity | Dave Smith | 2013-06-25 | 1 | -2/+5 |
|\ \ |
|
| * | | remove superfluous string concat operator usage | Philip Mueller | 2013-06-16 | 1 | -3/+3 |
| * | | break overlong line | Philip Mueller | 2013-01-30 | 1 | -1/+2 |
| * | | change cover html generation to produce valid html | Philip Mueller | 2012-12-12 | 1 | -2/+4 |
* | | | rebar_xref: regression fixes and updates for a5be40c96 | Tuncer Ayaz | 2013-06-24 | 1 | -58/+78 |
* | | | rebar_core: fix consistency issues caused by 252b31f | Tuncer Ayaz | 2013-06-24 | 1 | -16/+22 |
* | | | rebar_ct: fix Dialyzer warning caused by bcc57e9b | Tuncer Ayaz | 2013-06-24 | 1 | -4/+10 |
* | | | Fix crsh with Unicode in environment vars | Dave Thomas | 2013-06-23 | 1 | -2/+2 |
* | | | Fix crash when env vars contain utf8 chars | Dave Thomas | 2013-06-22 | 1 | -3/+3 |
* | | | Add one more "unicode" option in expand_env_variable—I have a bullet in my ... | Dave Thomas | 2013-06-21 | 1 | -1/+1 |
* | | | When expanding lib_dirs, don't crash with 'volumerelative' paths | Juan Jose Comellas | 2013-06-18 | 1 | -1/+1 |
* | | | Allow the use of absolute paths in the lib_dirs configuration setting | Juan Jose Comellas | 2013-06-18 | 1 | -1/+4 |
* | | | Merge branch 'xref_20130130' of git://github.com/spilgames/rebar into spg-xref | Dave Smith | 2013-06-17 | 1 | -84/+112 |
|\ \ \ |
|
| * | | | Add standard xref checks and improved suppression | Dennis Docter | 2013-01-30 | 1 | -65/+112 |
| |/ / |
|
* | | | Merge pull request #47 from uwiger/master | Dave Smith | 2013-06-17 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | rebar_eunit:reset_after_eunit/1 mustn't remove 'included_applications' | Ulf Wiger | 2012-12-16 | 1 | -1/+2 |
| |/ / |
|
* | | | External deps_dir should have higher priority than the config one | José Valim | 2013-06-18 | 1 | -2/+3 |
* | | | Merge pull request #60 from jcomellas/jc-getopt-0.7.0 | Dave Smith | 2013-06-16 | 1 | -156/+377 |
|\ \ \ |
|
| * | | | Add latest version getopt that automatically wraps usage output lines | Juan Jose Comellas | 2013-01-25 | 1 | -156/+377 |
* | | | | Merge pull request #44 from nevar/fix_neotoma | Dave Smith | 2013-06-16 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Correct ext of neotoma output file | Slava Yurin | 2012-12-31 | 1 | -2/+2 |
| |/ / / |
|
* | | | | Merge pull request #37 from nox/force-registered | Dave Smith | 2013-06-16 | 1 | -1/+14 |
|\ \ \ \ |
|
| * | | | | Ensure we always have a `registered` value in `.app` files | Anthony Ramine | 2012-12-07 | 1 | -1/+14 |
* | | | | | Merge pull request #24 from legoscia/master | Dave Smith | 2013-06-16 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Run eunit suites in the order specified in the 'suites' command line parameter | Magnus Henoch | 2012-11-20 | 1 | -1/+1 |
* | | | | | | Merge pull request #74 from DeadZen/dz-merged-overlay | Dave Smith | 2013-06-14 | 1 | -8/+18 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | Implement merged overlays | Pedram Nimreezi | 2013-03-26 | 1 | -8/+18 |
* | | | | | | Merge pull request #75 from rpt/master | Dave Smith | 2013-06-12 | 1 | -0/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Add support for QuickCheck Mini | Krzysztof Rutka | 2013-03-25 | 1 | -0/+1 |
| |/ / / / / |
|
* | | | | | | Merge pull request #90 from Motiejus/dep_plugin | Dave Smith | 2013-05-21 | 1 | -17/+23 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix searching for plugins | Motiejus Jakštys | 2013-05-19 | 1 | -17/+23 |
* | | | | | | | Merge branch 'master' of git://github.com/ferd/rebar into ferd-master | Dave Smith | 2013-05-15 | 1 | -4/+22 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Handle ct_run exit codes in R15B02 and later | Fred Hebert | 2013-04-18 | 1 | -4/+22 |
| |/ / / / / / |
|