| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | large refactoring | Tristan Sloughter | 2014-08-16 | 1 | -18/+22 |
* | Fix OS X resource fork handling (Reported-by: Richard O'Keefe) | Tuncer Ayaz | 2014-07-25 | 1 | -6/+10 |
* | Use correct types for OTP >=17.x | Tuncer Ayaz | 2014-06-29 | 1 | -2/+2 |
* | Fix a few minor formatting inconsistencies | Tuncer Ayaz | 2014-06-29 | 1 | -2/+2 |
* | Merge pull request #285 from nevar/fix_inheritance | Tristan Sloughter | 2014-06-15 | 1 | -7/+22 |
|\ |
|
| * | Fix #249 (erlc regression) | Slava Yurin | 2014-05-30 | 1 | -7/+22 |
* | | Revert "Merge pull request #171 from fenollp/using-stdlib" | Tristan Sloughter | 2014-06-14 | 1 | -9/+12 |
* | | Rebasing. Fix differences with c26b0c7 c996e98 b690842. | Pierre Fenoll | 2014-06-13 | 1 | -10/+8 |
* | | Local corrections on string processing: | Pierre Fenoll | 2014-06-13 | 1 | -2/+1 |
* | | Fix build for 17.0 using the solutiong proposed by @tsloughter | Matwey V. Kornilov | 2014-06-08 | 1 | -3/+11 |
* | | erlc: replace if expression with case of | Tuncer Ayaz | 2014-05-30 | 1 | -4/+4 |
* | | erlc: fix typo in update_erlcinfo/3 clause | Tuncer Ayaz | 2014-05-30 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #251 from mururu/eunit_compile_opts | Jared Morrow | 2014-05-19 | 1 | -9/+10 |
|\ |
|
| * | Make sure that eunit/qc_compile_opts works fix #245 | Yuki Ito | 2014-05-13 | 1 | -9/+10 |
* | | erlc: fixup log message | Tuncer Ayaz | 2014-03-12 | 1 | -1/+1 |
|/ |
|
* | Fix #220 (Reported-by: Joseph Norton) | Tuncer Ayaz | 2014-03-05 | 1 | -4/+4 |
* | erlc: fix comment | Tuncer Ayaz | 2014-03-05 | 1 | -6/+7 |
* | erlc: clean-up, enhance, and regression fix fd17693 | Tuncer Ayaz | 2014-03-05 | 1 | -69/+200 |
* | erlc: add support for detecting core transforms | Anthony Ramine | 2014-03-05 | 1 | -0/+2 |
* | Speed up the compilation process | Evgeniy Khramtsov | 2014-03-05 | 1 | -108/+212 |
* | erlc: properly reuse the right erl_opts in test_compile | Tuncer Ayaz | 2013-11-26 | 1 | -3/+3 |
* | mib_to_hrl compilation verbosity via 'mib_opts' | Alex Thornton | 2013-09-08 | 1 | -1/+9 |
* | Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msg | Tuncer Ayaz | 2012-12-31 | 1 | -4/+39 |
* | Cleanup rebar_core and rebar_erlc_compiler | Tuncer Ayaz | 2012-11-15 | 1 | -6/+0 |
* | rebar_erlc_compiler: fix src_dirs comment | Tuncer Ayaz | 2012-11-15 | 1 | -1/+1 |
* | Fix whitespace error | Tuncer Ayaz | 2012-08-18 | 1 | -3/+2 |
* | Add erlc override from erl_opts: outdir | Joe DeVivo | 2012-08-18 | 1 | -1/+3 |
* | Use separate dirs for eunit and qc | Tuncer Ayaz | 2012-08-09 | 1 | -9/+9 |
* | Separate eunit and qc compile options | Tuncer Ayaz | 2012-08-09 | 1 | -6/+8 |
* | Clean up specs | Tuncer Ayaz | 2012-08-06 | 1 | -1/+1 |
* | Fix arg order in rebar_erlc_compiler:compile_mib/3 | Tuncer Ayaz | 2012-08-06 | 1 | -3/+3 |
* | Only print absolute filename if not in base_dir | Tuncer Ayaz | 2012-08-05 | 1 | -40/+38 |
* | Fix R13B03 build (Reported-by: Sergey Nartimov) | Tuncer Ayaz | 2012-07-28 | 1 | -1/+1 |
* | Rename old eunit compile options for consistency with test-compile | Tuncer Ayaz | 2012-07-26 | 1 | -3/+3 |
* | Add 'qc' cmd and rename eunit-compile to test-compile | Tuncer Ayaz | 2012-07-23 | 1 | -4/+105 |
* | Re-word comment | Tuncer Ayaz | 2012-07-12 | 1 | -1/+1 |
* | Add missing comment in rebar_erlc_compiler | Tuncer Ayaz | 2012-07-12 | 1 | -0/+1 |
* | Move erl_opts/1 and src_dirs/1 to rebar_utils.erl | Motiejus Jakštys | 2012-07-02 | 1 | -43/+2 |
* | Refactor shared error reporting code | Tuncer Ayaz | 2012-06-11 | 1 | -6/+4 |
* | Report warnings as errors if -Werror is enabled | Tuncer Ayaz | 2012-06-11 | 1 | -2/+2 |
* | Share format_errors/format_warnings functions | Tuncer Ayaz | 2012-06-11 | 1 | -18/+6 |
* | Manually format leex/yecc errors/warnings | Tuncer Ayaz | 2012-06-11 | 1 | -3/+6 |
* | Manually report errors/warnings with absolute path | Tuncer Ayaz | 2012-06-11 | 1 | -4/+19 |
* | Fix unsafe use of var | Tuncer Ayaz | 2012-06-08 | 1 | -16/+17 |
* | Remove ?FAIL in favor of ?ABORT | Dave Smith | 2012-06-08 | 1 | -3/+3 |
* | Fix src_dirs option to not hard-code "src" | Tuncer Ayaz | 2012-02-24 | 1 | -1/+1 |
* | Treat callback attributes same as behaviour_info | Shunichi Shinohara | 2012-02-10 | 1 | -0/+6 |
* | Cleanup and fix -D for erl_opts | Tuncer Ayaz | 2011-10-23 | 1 | -3/+3 |
* | Add -D option | Tuncer Ayaz | 2011-10-22 | 1 | -8/+14 |
* | Cleanup deprecations now that R14B04 is released | Tuncer Ayaz | 2011-10-06 | 1 | -20/+3 |