| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Ensure include dir exists in compile_mib/3 | Ignas Vyšniauskas | 2011-09-02 | 1 | -1/+2 |
* | Generate .hrl file from .mib | Anders Nygren | 2011-08-05 | 1 | -2/+10 |
* | Deprecate xrl_opts/yrl_opts fail_on_warning opt | Tuncer Ayaz | 2011-06-08 | 1 | -8/+7 |
* | Minimize compile options | Tuncer Ayaz | 2011-06-01 | 1 | -1/+1 |
* | Fix erlc regression (reported-by Benoit Chesneau) | Tuncer Ayaz | 2011-06-01 | 1 | -2/+2 |
* | Cleanup deprecations now that R14B03 is released | Tuncer Ayaz | 2011-05-31 | 1 | -16/+10 |
* | Use external wordsize to get emulator build arch | Steve Vinoski | 2011-05-31 | 1 | -1/+2 |
* | Adjust deprecation message | Tuncer Ayaz | 2011-04-21 | 1 | -1/+1 |
* | Deprecate fail_on_warning and refactor code | Tuncer Ayaz | 2011-04-07 | 1 | -0/+4 |
* | Make debug_info default | Tuncer Ayaz | 2011-03-30 | 1 | -7/+6 |
* | Clean up specs | Tuncer Ayaz | 2011-03-28 | 1 | -27/+30 |
* | Give an absolute path to code:add_path/1 | Anthony Ramine | 2011-02-15 | 1 | -1/+1 |
* | Clean up code | Tuncer Ayaz | 2011-02-06 | 1 | -48/+62 |
* | Clean up emacs file local variables | Tuncer Ayaz | 2011-01-31 | 1 | -1/+1 |
* | Fix underspec (thanks Kostis Sagonas) | Tuncer Ayaz | 2011-01-13 | 1 | -1/+1 |
* | Add otp_release to platform string | Joseph Wayne Norton | 2011-01-09 | 1 | -6/+19 |
* | Fix order of erl_opts to be more accurate | Tuncer Ayaz | 2011-01-04 | 1 | -2/+2 |
* | Remove erlc target after fail_on_warning failure | Joseph Wayne Norton | 2010-12-27 | 1 | -0/+2 |
* | Fix compilation of *_first_files | Mihai Balea | 2010-12-01 | 1 | -3/+20 |
* | Add new global flag 'debug_info' to erlc_compiler | Joseph Wayne Norton | 2010-11-30 | 1 | -1/+8 |
* | Port rebar_file_utils to Windows | Juhani Rankimies | 2010-10-27 | 1 | -4/+2 |
* | Tidier improvements | Kostis Sagonas | 2010-10-26 | 1 | -5/+5 |
* | Fix issues found by dialyzer | Tuncer Ayaz | 2010-10-10 | 1 | -4/+5 |
* | Dialyzer related cleanups | Kostis Sagonas | 2010-10-10 | 1 | -2/+2 |
* | Parse transforms and behaviours are compiled first | Andrew Thompson | 2010-10-05 | 1 | -8/+18 |
* | Fix xrl_opts/yrl_opts option handling | Tuncer Ayaz | 2010-10-02 | 1 | -6/+6 |
* | Fix warning: access the right record field | Tuncer Ayaz | 2010-10-01 | 1 | -1/+1 |
* | Add missing comma | Tuncer Ayaz | 2010-06-12 | 1 | -1/+1 |