summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Use "pwd -P" to get the current physical path.olgeni2013-06-104-4/+4
* | | | | | | 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 #91 from syl20bnr/ping-command-for-windowsDave Smith2013-06-122-2/+12
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Add support for ping command on windows in the simple node runnersyl20bnr2013-05-202-2/+12
* | | | | | | Merge pull request #90 from Motiejus/dep_pluginDave Smith2013-05-215-17/+82
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix searching for pluginsMotiejus Jakštys2013-05-195-17/+82
* | | | | | | 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
| |/ / / / / /
* | | | | | | Merge pull request #85 from ratelle/rebar-deps-dir-in-port-compilerDave Smith2013-05-151-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Add rebar-deps env to port compiler SharedEnvJeremie Lasalle Ratelle2013-05-061-1/+2
|/ / / / / / /
* | | | | | | Merge pull request #83 from rebar/travisci-fixesDave Smith2013-04-232-4/+16
|\ \ \ \ \ \ \
| * | | | | | | Adding R16B to travis buildDave Smith2013-04-231-0/+1
| * | | | | | | Additional travisci fixesDave Smith2013-04-231-4/+15
|/ / / / / / /
* | | | | | | Adding user/email on created repos for travis CIDave Smith2013-04-221-0/+2
* | | | | | | Further investigation into travis CI issuesDave Smith2013-04-221-3/+12
* | | | | | | Add author to fix issue when compiling on travisDave Smith2013-04-221-1/+1
* | | | | | | Enable verbose output from retestDave Smith2013-04-221-1/+1
* | | | | | | Merge pull request #80 from tuncer/nodetool-no_compileDave Smith2013-04-211-2/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Do not compile nodetool escriptTuncer Ayaz2013-04-121-2/+0
|/ / / / / /
* | | | | | Merge pull request #81 from massemanet/patch-1Dave Smith2013-04-121-0/+2
|\ \ \ \ \ \
| * | | | | | More error loggingmats cronqvist2013-04-121-0/+2
|/ / / / / /
* | | | | | Merge pull request #43 from tuncer/reltool-mod_condDave Smith2013-04-101-1/+0
|\ \ \ \ \ \
| * | | | | | simplenode.reltool.config: use default sys-level mod_cond settingTuncer Ayaz2013-04-061-1/+0
| |/ / / / /
* | | | | | Merge pull request #66 from tuncer/dialyzer-no_nativeDave Smith2013-04-101-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Makefile: call Dialyzer with -nn flagTuncer Ayaz2013-03-041-1/+1
|/ / / / /
* | | | | Add travis target to make it easier to reproduce failures locallyDave Smith2013-03-042-1/+3
* | | | | 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
* | | | | Remove hg from integration tests; git is defacto standard at this pointDave Smith2013-03-026-11/+11
* | | | | 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
* | | | | | Merge pull request #69 from tuncer/repo-urlDave Smith2013-03-022-4/+4
|\ \ \ \ \ \
| * | | | | | Update rebar repo urlsTuncer Ayaz2013-03-022-4/+4
| |/ / / / /
* | | | | | Remove unnecessary barDave Smith2013-03-021-1/+1
* | | | | | Merge pull request #55 from jaredmorrow/jem-simplenode-multi-platformDave Smith2013-03-024-43/+156
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Change simplenode template files to work on more platformsJared Morrow2013-01-174-43/+156
| |/ / / /
* | | | | Merge pull request #59 from Vagabond/adt-read-lists-from-filesDave Smith2013-02-261-7/+17
|\ \ \ \ \
| * | | | | Support reading mustache 'lists' from filesAndrew Thompson2013-01-301-7/+17
| |/ / / /
* | | | | Merge pull request #22 from tuncer/helpDave Smith2013-02-2627-33/+570
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msgTuncer Ayaz2012-12-3127-33/+570
|/ / / /
* | | | Merge branch 'saleyn-erlydtl'Dave Smith2012-12-171-1/+1
|\ \ \ \
| * | | | Fix default DTL compilation when no erlydtl_opts are providedserge2012-11-151-1/+1
* | | | | Merge pull request #48 from tuncer/286Dave Smith2012-12-171-1/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix basho/rebar/issues/286Tuncer Ayaz2012-12-171-1/+0
|/ / / /
* | | | Merge pull request #26 from l4u/patch-1Dave Smith2012-12-021-3/+3
|\ \ \ \
| * | | | Support environment vars with unicode charactersJosé Valim2012-11-221-3/+3
| |/ / /