summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Support conditional template instructionsEvax Software2013-09-191-0/+21
* 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-291-1/+2
|\
| * rebar_deps: fix overlong line introduced in 0b83339Tuncer Ayaz2013-06-271-1/+2
* | 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
* | rebar_xref: regression fixes and updates for a5be40c96Tuncer Ayaz2013-06-241-58/+78
* | 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
* | 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
* | 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-171-84/+112
|\ \
| * | Add standard xref checks and improved suppressionDennis Docter2013-01-301-65/+112
| |/
* | 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
| |/
* | 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 #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 #75 from rpt/masterDave Smith2013-06-121-0/+1
|\ \ \ \ \ \
| * | | | | | Add support for QuickCheck MiniKrzysztof Rutka2013-03-251-0/+1
| |/ / / / /
* | | | | | Merge pull request #90 from Motiejus/dep_pluginDave Smith2013-05-211-17/+23
|\ \ \ \ \ \
| * | | | | | Fix searching for pluginsMotiejus Jakštys2013-05-191-17/+23
* | | | | | | Merge branch 'master' of git://github.com/ferd/rebar into ferd-masterDave Smith2013-05-151-4/+22
|\ \ \ \ \ \ \
| * | | | | | | Handle ct_run exit codes in R15B02 and laterFred Hebert2013-04-181-4/+22
| |/ / / / / /
* | | | | | | Add rebar-deps env to port compiler SharedEnvJeremie Lasalle Ratelle2013-05-061-1/+2
|/ / / / / /
* | | | | | More error loggingmats cronqvist2013-04-121-0/+2
|/ / / / /
* | | | | Merge pull request #68 from nevar/fix_unicode_promtDave Smith2013-03-041-1/+1
|\ \ \ \ \
| * | | | | Fix handling of Unicode characters in env varsSlava Yurin2013-02-181-1/+1
| | |_|/ / | |/| | |
* | | | | Fix missing call to cwd_predirsDave Smith2013-03-021-2/+2
* | | | | Merge pull request #38 from tuncer/fix-sub_dir-associationDave Smith2013-03-021-24/+24
|\ \ \ \ \
| * | | | | rebar_core: fix broken indentationTuncer Ayaz2013-02-261-6/+6
| * | | | | rebar_core: remove useless return after ?ABORT callTuncer Ayaz2013-02-261-2/+1
| * | | | | rebar_core: document pre-dirs associationTuncer Ayaz2013-02-261-16/+17