Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-28 | Expose warnings as errors option | Luis Rascao | |
Obtained from command line and saved in the state to be used on situations where we want to error out on warnings explicitly. | |||
2016-11-21 | Provide a new config directive that allows per-app module exclusion | Luis Rascao | |
By introducing a new entry in the config file allow excluding specific modules from a given app, they will not be copied onto the final release and their reference removed from the .app file. The new entry takes on the following form: {exclude_modules, [ {App :: atom(), [Module :: atom()]} ]} | |||
2016-09-25 | Silence dialyzer warnings | Luis Rascao | |
Fix/add method specs, remove unreachable branches, make rlx_util:render/2 accept both iolists and binaries. | |||
2016-02-09 | Add low / high color mode | Heinz N. Gies | |
2015-07-29 | Possibility for plugins to create custom actions/tasks | Pavel Khusainov | |
Before this commit user side provider wasn't able to create custom action. Now we're parsing actions/targets in `rlx_cmd_args` we didn't check them, just converting to atoms. In order to display error message about wrong action, we have to add another check in `relx:run_providers` function. | |||
2015-04-23 | update for 18.0 | Tristan Sloughter | |
2015-01-31 | add support for excluding applications from the release | Tristan Sloughter | |
2015-01-10 | remove system libs from tarball if set to false | Tristan Sloughter | |
2014-11-06 | add option to strip debug_info from beam files if not dev_mode | Tristan Sloughter | |
2014-11-06 | fix modules thta still were using format_error/1 | Tristan Sloughter | |
2014-10-23 | use providers PRV_ERROR and format_error/2 | Tristan Sloughter | |
2014-10-11 | support config passed in as proplist instead of filename | Tristan Sloughter | |
2014-10-11 | provider task dependencies | Tristan Sloughter | |
2014-06-23 | provide useful error message when no release to build is found | Tristan Sloughter | |
2014-06-19 | dialyzer type fixes | Tristan Sloughter | |
2014-05-14 | refactor tar and relup commands to own providers | Tristan Sloughter | |
2014-05-14 | refactor cli args and config file var merging | Tristan Sloughter | |
2014-05-09 | breaking change: output release to <output_dir>/<release_name>/ | Tristan Sloughter | |
2014-05-05 | resolve root dir to absolute path | Tristan Sloughter | |
2014-03-06 | Added a command line override for the sys_config setting. | Matt Rudder | |
2014-01-18 | add config option for output_dir, currently only a cmd arg | Tristan Sloughter | |
2013-10-25 | Don't ignore -d command line argument. | Martin Schùˆrrer | |
2013-10-16 | add include_src option to config file, default true. This closes #15 | Tristan Sloughter | |
2013-10-15 | add a dev mode that symlinks the release instead of copying it | Eric | |
This should only ever be used for development, however it makes it very, very nice to be able to simple recompile a project without recopying it to try new things. | |||
2013-10-15 | add optoin to use custom system_libs dir. This closes #64 | Tristan Sloughter | |
2013-10-14 | remove rlx log and use ec_cmd_log instead | Eric | |
2013-10-12 | add overlay_vars command line arg | Tristan Sloughter | |
2013-09-20 | replace confusing disable-default-libs option with default-libs true or false | Tristan Sloughter | |
2013-09-19 | add -p for setting code paths | Tristan Sloughter | |
2013-09-19 | add lib_dirs option to for config file, same as -l cli arg | Tristan Sloughter | |
2013-09-16 | fix dialyzer issues | Tristan Sloughter | |
2013-09-16 | improved user output look | Tristan Sloughter | |
2013-09-14 | fix crash instead of error message for bad target action | Tristan Sloughter | |
2013-09-11 | allow multiple actions, including new action tar | Tristan Sloughter | |
2013-06-20 | Add support for {vm_args,_} argument in config | Olav Frengstad | |
2013-05-10 | internal rename completion of all relcool to relx calls | Eric | |
2013-05-09 | Basic file rename from rcl to rlx | Eric | |