summaryrefslogtreecommitdiff
path: root/src/rebar_compiler.erl
Commit message (Collapse)AuthorAgeFilesLines
* Fix typespecs of new compiler behaviourFred Hebert2018-11-231-1/+3
|
* fix needed_files type specTristan Sloughter2018-11-181-1/+2
|
* check last modified time on erl files for xrl and yrl files before compilingTristan Sloughter2018-11-091-2/+11
|
* Fix a bug in compiler path handlingFred Hebert2018-10-111-4/+3
| | | | Also handle some formatting
* compiler behaviour (#1893)Tristan Sloughter2018-10-051-0/+304
* add compile type for dynamic project compilation * new rebar_compiler abstraction for running multiple compilers rebar_compiler is a new behaviour that a plugin can implement to be called on any ues of the compile provider to compile source files and keep track of their dependencies. * fix check that modules in .app modules list are from src_dirs * use project_type to find module for building projects * allow plugins to add project builders and compilers