summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix #249 (erlc regression)Slava Yurin2014-05-301-7/+22
* Merge pull request #52 from shino/slim-release-supportJared Morrow2014-05-212-8/+33
|\
| * Add slim marker file as automatic overlayShunichi Shinohara2014-03-092-8/+33
* | Merge pull request #251 from mururu/eunit_compile_optsJared Morrow2014-05-191-9/+10
|\ \
| * | Make sure that eunit/qc_compile_opts works fix #245Yuki Ito2014-05-131-9/+10
* | | Merge pull request #244 from tuncer/missing-helpJared Morrow2014-05-191-1/+10
|\ \ \
| * | | Document require_*_vsn optionsTuncer Ayaz2014-03-121-0/+6
| * | | Document skip_apps= and apps=Tuncer Ayaz2014-03-121-1/+4
* | | | Merge pull request #274 from redpine50/broken_on_winJared Morrow2014-05-191-1/+2
|\ \ \ \
| * | | | Do not wrap base_dir with filename:absname() redpine502014-05-101-2/+2
| * | | | Update rebar_utils.erlredpine502014-05-081-1/+2
| | |/ / | |/| |
* | | | Merge pull request #242 from tuncer/erlc-speedup-v5-fixupJared Morrow2014-05-191-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | erlc: fixup log messageTuncer Ayaz2014-03-121-1/+1
| |/ /
* | | Merge pull request #252 from tuncer/file_utils-errorsJared Morrow2014-04-242-5/+6
|\ \ \
| * | | file_utils: properly report errors (fix #95)Tuncer Ayaz2014-04-112-5/+6
* | | | Fix #267 (code path regression)Tuncer Ayaz2014-04-231-43/+53
* | | | rebar_core: consistently order args and simplify codeTuncer Ayaz2014-04-201-59/+55
* | | | Fix 'rebar help clean' function_clause errorgoofansu2014-04-121-1/+4
* | | | Merge pull request #254 from tuncer/fix-generateJared Morrow2014-04-111-1/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Fix 'rebar generate' regression (#253)Tuncer Ayaz2014-03-301-1/+21
| |/ /
* | | Add partial support for Erlang/OTP 17Joseph Wayne Norton2014-03-291-2/+3
|/ /
* | Fix #226Tuncer Ayaz2014-03-111-1/+2
* | Fix #56 (always-on recursion)Tuncer Ayaz2014-03-114-13/+104
|/
* Fix typo in rebar_erlydtl_compilergoofansu2014-03-061-1/+1
* Merge pull request #139 from rnewson/depmodsJared Morrow2014-03-051-17/+26
|\
| * Allow specification of module dependencies for appupsRobert Newson2013-09-201-17/+26
* | Merge pull request #234 from tuncer/fix-220Andrew Thompson2014-03-051-10/+11
|\ \
| * | Fix #220 (Reported-by: Joseph Norton)Tuncer Ayaz2014-03-051-4/+4
| * | erlc: fix commentTuncer Ayaz2014-03-051-6/+7
* | | Merge pull request #98 from jcomellas/jc-no-erl-libs-repetitionJared Morrow2014-03-051-1/+11
|\ \ \ | |/ / |/| |
| * | Avoid passing more than one instance of ERL_LIBS to child processesJuan Jose Comellas2013-06-131-1/+11
* | | Merge pull request #175 from tuncer/cwd-plugins-regressionJared Morrow2014-03-051-2/+7
|\ \ \
| * | | Fix regression caused by 252b31f (#90)Tuncer Ayaz2014-01-011-1/+6
| * | | rebar_core: minor comment fixTuncer Ayaz2014-01-011-1/+1
* | | | erlc: clean-up, enhance, and regression fix fd17693Tuncer Ayaz2014-03-054-72/+207
* | | | erlc: add support for detecting core transformsAnthony Ramine2014-03-051-0/+2
* | | | Speed up the compilation processEvgeniy Khramtsov2014-03-051-108/+212
* | | | docs: fix #228Tuncer Ayaz2014-02-251-5/+6
* | | | Merge pull request #230 from tuncer/fix-dialyzer-warningsJared Morrow2014-02-251-1/+1
|\ \ \ \
| * | | | eunit: fix dialyzer warnings introduced in 03da5e0bTuncer Ayaz2014-02-201-1/+1
* | | | | Mention rebar -c/--commandsTuncer Ayaz2014-02-241-0/+2
* | | | | Document support for abbreviated commandsTuncer Ayaz2014-02-241-0/+10
* | | | | {ok, Module} is an acceptable return value from do_compile.David N. Welton2014-02-141-0/+2
* | | | | Use proplists:unfold to make sure we feed a proplist to keymerge.David N. Welton2014-02-141-8/+9
* | | | | Adapt erlydtl compiler plugin to latest version of erlydtlAndreas Stenius2014-02-141-3/+11
|/ / / /
* | | | Add documentationadt-random-suite-orderAndrew Thompson2014-02-072-0/+5
* | | | Add random_suite_order option to eunit commandAndrew Thompson2014-02-071-1/+28
* | | | Merge pull request #224 from andrewjstone/allow-testJared Morrow2014-02-073-36/+60
|\ \ \ \
| * | | | allow suite[s] or test[s] as options for eunit and ctAndrew J. Stone2014-02-053-36/+60
* | | | | Merge pull request #188 from massemanet/xref_extra_pathAndrew Thompson2014-02-061-0/+3
|\ \ \ \ \ | |/ / / / |/| | | |