Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement mib_first_files support in rebar_compiler_mib | Stefan Grundmann | 2018-12-05 | 1 | -3/+34 |
| | | | | mostly copy/paste from rebar_compiler_erl | ||||
* | check last modified time on erl files for xrl and yrl files before compiling | Tristan Sloughter | 2018-11-09 | 1 | -2/+2 |
| | |||||
* | compiler behaviour (#1893) | Tristan Sloughter | 2018-10-05 | 1 | -0/+70 |
* 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 |