Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Another round of refactoring to yield better flexiblity in the base_compiler ↵ | Dave Smith | 2010-01-03 | 1 | -55/+79 | |
| | | | | system | |||||
* | Refactor of compilation logic to enable support for package modules and ↵ | Dave Smith | 2010-01-02 | 1 | -142/+44 | |
| | | | | provide better modularity/reusability for other systems | |||||
* | Added vi modeline/emacs local variables to file headers | Tuncer Ayaz | 2009-12-31 | 1 | -0/+2 | |
| | ||||||
* | Deleted trailing whitespace | Tuncer Ayaz | 2009-12-30 | 1 | -7/+7 | |
| | ||||||
* | add hrl-triggered recompiling to 'eunit' build as well | Bryan Fink | 2009-12-21 | 1 | -1/+1 | |
| | ||||||
* | recompile files if their "includes" have changed | Bryan Fink | 2009-12-21 | 1 | -22/+62 | |
| | | | | added parameter to do_compile for passing a function that can extra the list of includes from a file | |||||
* | Adding fail_on_warning support | Dave Smith | 2009-12-14 | 1 | -8/+26 | |
| | ||||||
* | Fixing number of warnings and buglets | Dave Smith | 2009-12-14 | 1 | -1/+1 | |
| | ||||||
* | Added support for eunit tests as test/*_tests.erl | Jon Meredith | 2009-12-05 | 1 | -0/+3 | |
| | ||||||
* | Make sure reason for crash is available for debug logging | Dave Smith | 2009-12-02 | 1 | -1/+1 | |
| | ||||||
* | Adding support for parallel compilation; use 3 workers by default | Dave Smith | 2009-12-01 | 1 | -10/+60 | |
| | ||||||
* | More work | Dave Smith | 2009-11-30 | 1 | -2/+2 | |
| | ||||||
* | More gross structural work; now has log levels and broken out log level control | Dave Smith | 2009-11-29 | 1 | -5/+8 | |
| | ||||||
* | Fix options to be more consistent | Dave Smith | 2009-11-25 | 1 | -2/+2 | |
| | ||||||
* | Adding support for basic compilation ordering | Dave Smith | 2009-11-25 | 1 | -8/+18 | |
| | ||||||
* | Renaming compiler module | Dave Smith | 2009-11-25 | 1 | -0/+108 | |
--HG-- rename : src/rebar_doterl_compiler.erl => src/rebar_erlc_compiler.erl |