summaryrefslogtreecommitdiff
path: root/src/rebar_erlc_compiler.erl
Commit message (Collapse)AuthorAgeFilesLines
...
* recompile files if their "includes" have changedBryan Fink2009-12-211-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 supportDave Smith2009-12-141-8/+26
|
* Fixing number of warnings and bugletsDave Smith2009-12-141-1/+1
|
* Added support for eunit tests as test/*_tests.erlJon Meredith2009-12-051-0/+3
|
* Make sure reason for crash is available for debug loggingDave Smith2009-12-021-1/+1
|
* Adding support for parallel compilation; use 3 workers by defaultDave Smith2009-12-011-10/+60
|
* More workDave Smith2009-11-301-2/+2
|
* More gross structural work; now has log levels and broken out log level controlDave Smith2009-11-291-5/+8
|
* Fix options to be more consistentDave Smith2009-11-251-2/+2
|
* Adding support for basic compilation orderingDave Smith2009-11-251-8/+18
|
* Renaming compiler moduleDave Smith2009-11-251-0/+108
--HG-- rename : src/rebar_doterl_compiler.erl => src/rebar_erlc_compiler.erl