Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-24 | convert relcool to take a config as a opt argument | Eric | |
adds `-c <config-file>` or `--config <config-file>` instead of passing the config file as an argument. | |||
2013-01-24 | fix and normalize module headers | Eric | |
2013-01-04 | provide the erlang lib dir and cwd as working libraries | Eric | |
This happens for every call unless the user passes --disable-default-libs to relcool or {disable_default_libs, true} in the relcool config. | |||
2012-12-30 | support the ability to specify a root directory | Eric | |
2012-12-30 | only allow relcool to take a single config | Eric | |
2012-12-21 | fix nasty bug in discovery process | Eric | |
2012-12-10 | make sure that rcl_cmd_args does not create the output dir too early | Eric | |
2012-12-07 | make the default output _rel instead of relcool_output | Eric | |
Signed-off-by: Jordan Wilberding <[email protected]> | |||
2012-10-24 | add a bit of additional logging information | Eric | |
Signed-off-by: Jordan Wilberding <[email protected]> | |||
2012-09-18 | add depsolver directly to the system | Eric | |
This is sub-optimal but I suspect rcl_depsolver is going to migrate away from depsolver in any case. | |||
2012-09-18 | make sure errors carry the name of the module that created them | Eric | |
This allows errors to be printed at the source | |||
2012-09-10 | add config validation support to the system | Eric | |
2012-09-09 | full argument parsing and management capability | Eric | |