Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | 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 | |
| |/ / / / / / | ||||||
* | | | | | | | Add rebar-deps env to port compiler SharedEnv | Jeremie Lasalle Ratelle | 2013-05-06 | 1 | -1/+2 | |
|/ / / / / / | ||||||
* | | | | | | More error logging | mats cronqvist | 2013-04-12 | 1 | -0/+2 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #68 from nevar/fix_unicode_promt | Dave Smith | 2013-03-04 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix handling of Unicode characters in env vars | Slava Yurin | 2013-02-18 | 1 | -1/+1 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Fix missing call to cwd_predirs | Dave Smith | 2013-03-02 | 1 | -2/+2 | |
* | | | | | Merge pull request #38 from tuncer/fix-sub_dir-association | Dave Smith | 2013-03-02 | 1 | -24/+24 | |
|\ \ \ \ \ | ||||||
| * | | | | | rebar_core: fix broken indentation | Tuncer Ayaz | 2013-02-26 | 1 | -6/+6 | |
| * | | | | | rebar_core: remove useless return after ?ABORT call | Tuncer Ayaz | 2013-02-26 | 1 | -2/+1 | |
| * | | | | | rebar_core: document pre-dirs association | Tuncer Ayaz | 2013-02-26 | 1 | -16/+17 | |
* | | | | | | Update rebar repo urls | Tuncer Ayaz | 2013-03-02 | 1 | -2/+2 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #59 from Vagabond/adt-read-lists-from-files | Dave Smith | 2013-02-26 | 1 | -7/+17 | |
|\ \ \ \ \ | ||||||
| * | | | | | Support reading mustache 'lists' from files | Andrew Thompson | 2013-01-30 | 1 | -7/+17 | |
| |/ / / / | ||||||
* | | | | | Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msg | Tuncer Ayaz | 2012-12-31 | 25 | -30/+567 | |
|/ / / / | ||||||
* | | | | Merge branch 'saleyn-erlydtl' | Dave Smith | 2012-12-17 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Fix default DTL compilation when no erlydtl_opts are provided | serge | 2012-11-15 | 1 | -1/+1 | |
* | | | | | Fix basho/rebar/issues/286 | Tuncer Ayaz | 2012-12-17 | 1 | -1/+0 | |
| |_|_|/ |/| | | | ||||||
* | | | | Merge pull request #26 from l4u/patch-1 | Dave Smith | 2012-12-02 | 1 | -3/+3 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Support environment vars with unicode characters | José Valim | 2012-11-22 | 1 | -3/+3 | |
| |/ / | ||||||
* | | | Merge pull request #13 from tuncer/fixes | Dave Smith | 2012-11-23 | 6 | -35/+33 | |
|\ \ \ | ||||||
| * | | | Document escriptize command | Tuncer Ayaz | 2012-11-19 | 1 | -3/+6 | |
| * | | | rebar_ct: fix wording in comments | Tuncer Ayaz | 2012-11-18 | 1 | -5/+5 | |
| * | | | rebar_require_vsn: remove trailing whitespace | Tuncer Ayaz | 2012-11-18 | 1 | -5/+5 | |
| * | | | rebar_neotoma_compiler: fix comment | Tuncer Ayaz | 2012-11-18 | 1 | -1/+1 | |
| * | | | Cleanup rebar_core and rebar_erlc_compiler | Tuncer Ayaz | 2012-11-15 | 2 | -21/+16 | |
| | |/ | |/| | ||||||
* | | | Add missing rebar_qc:clean/2 | Joseph Wayne Norton | 2012-11-23 | 1 | -1/+4 | |
|/ / |