summaryrefslogtreecommitdiff
path: root/src/rebar_escripter.erl
Commit message (Collapse)AuthorAgeFilesLines
* Add options for escript shebang, command, emu_argsMathias Meyer2011-06-141-1/+5
| | | | | | | Allows customizing the arguments handed over to the Erlang VM, e.g. to set a name or a cookie, e.g. by setting escript_emu_args to: %%! -name rebar -setcookie rebar
* Clean up codeTuncer Ayaz2011-02-061-5/+10
|
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
|
* Use file:change_mode/2 instead of invoking chmodJuhani Rankimies2011-01-061-1/+3
|
* Match ok result of filelib:ensure_dir/1Tuncer Ayaz2010-10-221-1/+1
|
* Add support for overriding the default name/location of the escript; add ↵Dave Smith2010-10-191-5/+18
| | | | | | | support for cleaning generated script file --HG-- extra : rebase_source : 466f440dcb699e031c5c520d28ee7731b60c535a
* Adding support for embedding other apps via escript_incl_appsDave Smith2010-08-291-3/+35
| | | | | --HG-- extra : rebase_source : 9eccc596d8fe55b2e0fe3ff2c9c0a9f9a8c92e11
* Refactoring app file access to be via rebar_app_utils in prep for supporting ↵Dave Smith2010-04-281-1/+1
| | | | .app.src
* Added vi modeline/emacs local variables to file headersTuncer Ayaz2009-12-311-0/+2
|
* Deleted trailing whitespaceTuncer Ayaz2009-12-301-1/+1
|
* Silence warnings, courtesy of Tuncer AyazDave Smith2009-12-281-1/+1
|
* Adding rudimentary escript generatorDave Smith2009-12-221-0/+63