Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -2/+3 |
|\ | | | | | dialyzer_reference plus one minor patch | ||||
| * | rebar_deps: fix overlong line introduced in 0b83339 | Tuncer Ayaz | 2013-06-27 | 1 | -1/+2 |
| | | |||||
| * | Update dialyzer_reference to match changes made in 490d00f0 | Tuncer Ayaz | 2013-06-27 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #110 from tuncer/help | Dave Smith | 2013-06-29 | 1 | -0/+3 |
|\ \ | |/ |/| | Document 'rebar help <CMD1> <CMD2>' | ||||
| * | 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 |
|\ | | | | | change cover html generation to produce valid html | ||||
| * | 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 |
| | | | | | | | | | | | | - added missing doctype - added encoding statement - removed invalid additional opening <body> tag | ||||
* | | Merge pull request #99 from tuncer/fixes-and-updates | Dave Smith | 2013-06-25 | 8 | -87/+125 |
|\ \ | | | | | | | Fixes and updates | ||||
| * | | rebar_xref: regression fixes and updates for a5be40c96 | Tuncer Ayaz | 2013-06-24 | 2 | -59/+81 |
| | | | | | | | | | | | | | | | | | | | | | | | | - restore support for "rebar help xref" - update rebar.config.sample - update 'help xref' string - simplify new/changed functions by breaking out code or using simpler syntax where applicable | ||||
| * | | rebar_core: fix consistency issues caused by 252b31f | Tuncer Ayaz | 2013-06-24 | 1 | -16/+22 |
| | | | | | | | | | | | | | | | | | | | | | - refactor plugin dirs code to be simpler and easier to read - use erlang-mode's default (%%) comments for portability/consistency - make sure erlang-mode's indenter is used so that a future whole buffer indent doesn't get messed up | ||||
| * | | rebar_ct: fix Dialyzer warning caused by bcc57e9b | Tuncer Ayaz | 2013-06-24 | 1 | -4/+10 |
| | | | | | | | | | | | | Also fix a single line exceeding max column. | ||||
| * | | Remove vestiges of Mercurial repo | Tuncer Ayaz | 2013-06-24 | 2 | -8/+0 |
| | | | |||||
| * | | Update THANKS file | Tuncer Ayaz | 2013-06-24 | 1 | -0/+11 |
| | | | |||||
| * | | Delete dialyzer_warnings on 'make distclean' | Tuncer Ayaz | 2013-06-24 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #102 from pragdave/master | Dave Smith | 2013-06-24 | 1 | -2/+2 |
|\ \ | | | | | | | Add one more "unicode" option in expand_env_variable—I have a bullet in my prompt that was blowing it up | ||||
| * | | 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 |
|/ / | | | | | | | prompt that was blowing it up | ||||
* | | Merge pull request #101 from jcomellas/jc-absolute-lib-dirs | Dave Smith | 2013-06-18 | 1 | -1/+4 |
|\ \ | | | | | | | Allow the use of absolute paths in the lib_dirs configuration setting | ||||
| * | | 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 | 2 | -84/+315 |
|\ \ | | | | | | | | | | | | | Conflicts: src/rebar_xref.erl | ||||
| * | | Add standard xref checks and improved suppression | Dennis Docter | 2013-01-30 | 2 | -65/+315 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | * Allow the following predefined analyses : undefined_function_calls, undefined_functions, locals_not_used, exports_not_used, deprecated_function_calls, deprecated_functions * Trap some possible errors in case module information is not available * ignore_xref works on all checks and can take {M,F,A} tuples. (Automatic behaviour export suppression still only works on exports_not_used) | ||||
* | | 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' | ||||
| * | | rebar_eunit:reset_after_eunit/1 mustn't remove 'included_applications' | Ulf Wiger | 2012-12-16 | 1 | -1/+2 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | One could argue that rebar_eunit does some pretty dangerous stuff when trying to clean up after a test run, but specifically, it tells the Application Controller to delete everything returned by application:get_all_env(App). Unfortunately, included_applications also goes, which can lead to a crash in application_controller, if the application is subsequently unloaded. This patch attempts the smallest possible fix: remove all env variables except included_applications. | ||||
* | | Merge pull request #100 from josevalim/patch-1 | Dave Smith | 2013-06-17 | 1 | -2/+3 |
|\ \ | | | | | | | External deps_dir should have higher priority than the config one | ||||
| * | | External deps_dir should have higher priority than the config one | José Valim | 2013-06-18 | 1 | -2/+3 |
|/ / | | | | | | | | | | | | | The external deps_dir should have higher priority because it is used by scripts and other build tools to set up the location of the dependencies. This commit ensures that, even if a project has set deps_dir in its config file has lower preference than the command line one. | ||||
* | | 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 | ||||
| * | | Add latest version getopt that automatically wraps usage output lines | Juan Jose Comellas | 2013-01-25 | 1 | -156/+377 |
| | | | |||||
* | | | Merge pull request #53 from oferrigni/unit_test_file_handling_fix | Dave Smith | 2013-06-16 | 1 | -3/+11 |
|\ \ \ | | | | | | | | | Fix file handling on windows for tests | ||||
| * | | | Fix file handling on windows for tests | Oliver Ferrigni | 2013-01-14 | 1 | -3/+11 |
| |/ / | | | | | | | | | | | | | | | | | | | Running tests on windows creates false positive due to setup failures not executing all tests. Checking for tmp_dir was failing on subsequent runs. Added cases to tmp_dir creation to delete preexisting tmp_dirs in .eunit directory. | ||||
* | | | Merge pull request #44 from nevar/fix_neotoma | Dave Smith | 2013-06-16 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Correct ext of neotoma output file | ||||
| * | | | 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 | ||||
| * | | | Ensure we always have a `registered` value in `.app` files | Anthony Ramine | 2012-12-07 | 1 | -1/+14 |
| | | | | | | | | | | | | | | | | | | | | `systools:make_relup/4` fails with `{missing_param, registered}` without a `registered` value. | ||||
* | | | | Merge pull request #24 from legoscia/master | Dave Smith | 2013-06-16 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Allow specifying eunit suite run order in 'suites' | ||||
| * | | | | Run eunit suites in the order specified in the 'suites' command line parameter | Magnus Henoch | 2012-11-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Normally, Rebar runs eunit tests in the order the beam files are stored in the file system (see rebar_utils:beams). However, sometimes it is desirable to run the tests in a different order (e.g. to reproduce an error found on a build server). For that case, it would make sense to use the 'suites' parameter not just for selecting which modules to consider, but also for choosing the order. | ||||
* | | | | | Merge pull request #74 from DeadZen/dz-merged-overlay | Dave Smith | 2013-06-14 | 1 | -8/+18 |
|\ \ \ \ \ | | | | | | | | | | | | | Implement merged overlays | ||||
| * | | | | | Implement merged overlays | Pedram Nimreezi | 2013-03-26 | 1 | -8/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | This allows overlay_vars to merge comma delimited var config files | ||||
* | | | | | | Merge pull request #54 from mattonrails/simpleapp_sup_template_typo | Dave Smith | 2013-06-14 | 1 | -1/+0 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Remove leading empty line from a template | ||||
| * | | | | | | Remove leading empty line from a template | Matthew Conway | 2013-01-14 | 1 | -1/+0 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #97 from tuncer/simplenode-sync | Dave Smith | 2013-06-12 | 5 | -66/+210 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Sync test/upgrade_project/rel/files with priv/templates | ||||
| * | | | | | | Sync test/upgrade_project/rel/files with priv/templates | Tuncer Ayaz | 2013-06-12 | 5 | -66/+210 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #96 from olgeni/pwd-symlink-fix | Dave Smith | 2013-06-12 | 4 | -4/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Use "pwd -P" to get the current physical path. |