summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ignore skip_deps during update-deps as it has no meaning2.1.0-pre2Andrew Thompson2013-09-231-28/+28
* Make update-deps traverse deps breadth-first, top-downAndrew Thompson2013-09-202-11/+90
* Use REBAR_DEPS_DIR if set as location of DEPS dirDave Smith2013-07-021-1/+7
* Merge pull request #108 from tuncer/dialyzerDave Smith2013-06-292-2/+3
|\
| * rebar_deps: fix overlong line introduced in 0b83339Tuncer Ayaz2013-06-271-1/+2
| * Update dialyzer_reference to match changes made in 490d00f0Tuncer Ayaz2013-06-271-1/+1
* | Merge pull request #110 from tuncer/helpDave Smith2013-06-291-0/+3
|\ \ | |/ |/|
| * Document 'rebar help <CMD1> <CMD2>'Tuncer Ayaz2013-06-291-0/+3
|/
* Make sure to run ct_run w/ -noshellDave Smith2013-06-251-1/+1
* Use ct_run if available; fixes strange issues with getting erl/ct to stopDave Smith2013-06-251-10/+21
* Adding debug statements closer to open_portDave Smith2013-06-251-0/+1
* Merge pull request #41 from exterm/cover_html_validityDave Smith2013-06-251-2/+5
|\
| * remove superfluous string concat operator usagePhilip Mueller2013-06-161-3/+3
| * break overlong linePhilip Mueller2013-01-301-1/+2
| * change cover html generation to produce valid htmlPhilip Mueller2012-12-121-2/+4
* | Merge pull request #99 from tuncer/fixes-and-updatesDave Smith2013-06-258-87/+125
|\ \
| * | rebar_xref: regression fixes and updates for a5be40c96Tuncer Ayaz2013-06-242-59/+81
| * | rebar_core: fix consistency issues caused by 252b31fTuncer Ayaz2013-06-241-16/+22
| * | rebar_ct: fix Dialyzer warning caused by bcc57e9bTuncer Ayaz2013-06-241-4/+10
| * | Remove vestiges of Mercurial repoTuncer Ayaz2013-06-242-8/+0
| * | Update THANKS fileTuncer Ayaz2013-06-241-0/+11
| * | Delete dialyzer_warnings on 'make distclean'Tuncer Ayaz2013-06-241-0/+1
|/ /
* | Merge pull request #102 from pragdave/masterDave Smith2013-06-241-2/+2
|\ \
| * | Fix crsh with Unicode in environment varsDave Thomas2013-06-231-2/+2
| * | Fix crash when env vars contain utf8 charsDave Thomas2013-06-221-3/+3
| * | Add one more "unicode" option in expand_env_variable—I have a bullet in my ...Dave Thomas2013-06-211-1/+1
|/ /
* | Merge pull request #101 from jcomellas/jc-absolute-lib-dirsDave Smith2013-06-181-1/+4
|\ \
| * | When expanding lib_dirs, don't crash with 'volumerelative' pathsJuan Jose Comellas2013-06-181-1/+1
| * | Allow the use of absolute paths in the lib_dirs configuration settingJuan Jose Comellas2013-06-181-1/+4
|/ /
* | Merge branch 'xref_20130130' of git://github.com/spilgames/rebar into spg-xrefDave Smith2013-06-172-84/+315
|\ \
| * | Add standard xref checks and improved suppressionDennis Docter2013-01-302-65/+315
| |/
* | Merge pull request #47 from uwiger/masterDave Smith2013-06-171-1/+2
|\ \
| * | rebar_eunit:reset_after_eunit/1 mustn't remove 'included_applications'Ulf Wiger2012-12-161-1/+2
| |/
* | Merge pull request #100 from josevalim/patch-1Dave Smith2013-06-171-2/+3
|\ \
| * | External deps_dir should have higher priority than the config oneJosé Valim2013-06-181-2/+3
|/ /
* | Merge pull request #60 from jcomellas/jc-getopt-0.7.0Dave Smith2013-06-161-156/+377
|\ \
| * | Add latest version getopt that automatically wraps usage output linesJuan Jose Comellas2013-01-251-156/+377
* | | Merge pull request #53 from oferrigni/unit_test_file_handling_fixDave Smith2013-06-161-3/+11
|\ \ \
| * | | Fix file handling on windows for testsOliver Ferrigni2013-01-141-3/+11
| |/ /
* | | Merge pull request #44 from nevar/fix_neotomaDave Smith2013-06-161-2/+2
|\ \ \
| * | | Correct ext of neotoma output fileSlava Yurin2012-12-311-2/+2
| |/ /
* | | Merge pull request #37 from nox/force-registeredDave Smith2013-06-161-1/+14
|\ \ \
| * | | Ensure we always have a `registered` value in `.app` filesAnthony Ramine2012-12-071-1/+14
* | | | Merge pull request #24 from legoscia/masterDave Smith2013-06-161-1/+1
|\ \ \ \
| * | | | Run eunit suites in the order specified in the 'suites' command line parameterMagnus Henoch2012-11-201-1/+1
* | | | | Merge pull request #74 from DeadZen/dz-merged-overlayDave Smith2013-06-141-8/+18
|\ \ \ \ \
| * | | | | Implement merged overlaysPedram Nimreezi2013-03-261-8/+18
* | | | | | Merge pull request #54 from mattonrails/simpleapp_sup_template_typoDave Smith2013-06-141-1/+0
|\ \ \ \ \ \
| * | | | | | Remove leading empty line from a templateMatthew Conway2013-01-141-1/+0
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #97 from tuncer/simplenode-syncDave Smith2013-06-125-66/+210
|\ \ \ \ \ \