summaryrefslogtreecommitdiff
path: root/src/rebar_lfe_compiler.erl
Commit message (Collapse)AuthorAgeFilesLines
* Another round of refactoring to yield better flexiblity in the base_compiler ↵Dave Smith2010-01-031-3/+2
| | | | system
* Refactor of compilation logic to enable support for package modules and ↵Dave Smith2010-01-021-3/+4
| | | | provide better modularity/reusability for other systems
* Added vi modeline/emacs local variables to file headersTuncer Ayaz2009-12-311-0/+2
|
* recompile files if their "includes" have changedBryan Fink2009-12-211-1/+1
| | | | added parameter to do_compile for passing a function that can extra the list of includes from a file
* Added optional LFE compilation abilities to rebarTim Dysinger2009-12-181-0/+64