summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Updating template defs to use "template" in lieu of "file" directiveDave Smith2010-02-143-4/+4
|
* Merging w/ http://bitbucket.org/bryan/rebarDave Smith2010-02-143-28/+61
|\
| * provide separate 'file' and 'template' directives, instead of one 'file' ↵Bryan Fink2010-02-133-33/+50
| | | | | | | | directive with a boolean Render flag
| * add chmod template directive for changing file file permissionBryan Fink2010-02-041-0/+8
| | | | | | | | | | | | usage: {chmod, Mode, File} where: Mode is an integer, as specified by the 'mode' field of the file_info record (see docs for file:write_file_info/2)
| * add Render flag to 'file' template directiveBryan Fink2010-02-041-2/+9
| | | | | | | | | | | | | | {file,In,Out,true} = render with mustache {file,In,Out,false} = do not render with mustache (leave as-is) old-form {file,In,Out} is equivalent to {file,In,Out,true}
| * look for templates in local directory as wellBryan Fink2010-02-041-2/+3
| |
* | Merging w/ mainlineDave Smith2010-02-134-10/+24
|\ \
| * | Break out arch string function; update ERLANG_TARGET to include bitness of ↵Dave Smith2010-02-122-4/+7
| | | | | | | | | | | | the Erlang target
| * | Make sure to cover all edge cases when parsing module namesDave Smith2010-02-121-6/+13
| | |
| * | Merging w/ mainlineDave Smith2010-02-122-3/+3
| |\ \
| | * | Add emacs and vim file local variablesTuncer Ayaz2010-02-111-2/+2
| | | |
| | * | I'm a moron. Make it a string.Ryan Tilder2010-02-101-1/+1
| | | |
| * | | Append wordsize to the architecture stringDave Smith2010-02-101-1/+2
| |/ /
| * | Adding new vars for scripts to determine architecture (32/64 bit) and target ↵Dave Smith2010-02-101-1/+3
| | | | | | | | | | | | platform of Erlang VM; courtesy of rtilder
| * | Add vim line; courtesy of rtilderDave Smith2010-02-101-0/+1
| | |
* | | Merging with OJ's branchDave Smith2010-02-139-3/+161
|\ \ \ | |/ / |/| |
| * | Added support for the speficiation of test suite namesOJ Reeves2010-02-032-4/+36
| | | | | | | | | | | | | | | | | | | | | eg. rebar eunit -- runs all tests in all modules rebar eunit suite=foo -- only runs tests in foo.erl/foo_tests.erl Added an entry to .hgignore to avoid .swp files (created by VIM).
| * | Added 3 new templates:OJ Reeves2010-02-037-0/+124
| |/ | | | | | | | | | | - simplefsm - Basic shell of a gen_fsm module - simplesrv - Basic shell of a gen_server module - simplemod - Basic shell of a module along with an associated test module.
* | Provide package support for eunit; build_plt now includes listed ↵theiw2010-02-056-49/+85
| | | | | | | | applications; begin including -spec annotations
* | Use init:stop/1 over halt/1 to ensure all I/O gets a chance to flushDave Smith2010-02-051-1/+1
|/
* Do not print dynamic escript name in usage infoTuncer Ayaz2010-02-021-1/+1
|
* Tweaking order of defaults so that -shared is default across platforms ↵Dave Smith2010-02-011-1/+1
| | | | unless explicitly overridden
* Removing useless debug message and extraneous newlineDave Smith2010-02-011-2/+0
|
* Add support for passing addt'l list of sources to erlc_compilerDave Smith2010-02-011-4/+9
|
* Add support for forcibly overwriting output files; courtesy of OJ ReevesDave Smith2010-01-301-17/+40
|
* Fix typo; courtesy of OJ ReevesDave Smith2010-01-301-1/+1
|
* Merging support from asonge for custom_tags_dirDave Smith2010-01-291-1/+3
|\
| * Added support for custom_tags_dir compile option to rebar_erlydtl_compilerAlex Songe2010-01-161-1/+3
| |
* | Fixing issue #3; make sure to properly escape simplenode related files. ↵Dave Smith2010-01-262-2/+2
| | | | | | | | Patch provided by cstar..thanks!
* | Tweak support for controlling so_nameDave Smith2010-01-261-2/+2
|/
* Added appid= to bash-completionTuncer Ayaz2010-01-161-1/+1
|
* Look for dirs named erts-vsn when setting up spec for copying filesDave Smith2010-01-141-1/+7
|
* Try previous commit again; make sure include/ directory existsDave Smith2010-01-141-1/+1
|
* Make sure include/ directory existsDave Smith2010-01-141-1/+3
|
* Merge mainlineDave Smith2010-01-102-10/+16
|\
| * Simplified bash-completion scriptTuncer Ayaz2010-01-101-19/+8
| |
| * Fixed trailing space issue for options ending with an equal signTuncer Ayaz2010-01-091-6/+22
| |
| * Added OJ Reeves to THANKS fileTuncer Ayaz2010-01-091-0/+1
| |
| * Added check_plt to bash-completionTuncer Ayaz2010-01-091-1/+1
| |
| * Removed redundant create-appTuncer Ayaz2010-01-091-1/+1
| |
* | Fixing some typos in simpleapp templateDave Smith2010-01-092-1/+2
|/
* Merging mainlineDave Smith2010-01-095-56/+165
|\
| * Fixed bash-completion to use --jobs without equal sign and removed commentTuncer Ayaz2010-01-091-2/+1
| |
| * Added jobs= to bash-completionTuncer Ayaz2010-01-091-1/+1
| |
| * Simplified usage info printing with getopt v0.2Tuncer Ayaz2010-01-092-54/+108
| |
| * Added first version of a bash-completion scriptTuncer Ayaz2010-01-081-0/+36
| |
| * Fixed issue 1 "priv/mibs/ is not automatically created"Tuncer Ayaz2010-01-082-2/+22
| |
* | [mq]: eunit-fixOJ Reeves2010-01-091-1/+1
|/
* Adding sketch of functionality for creating a reltool node from templateDave Smith2010-01-088-0/+317
|
* Basic implementation of templater is completeDave Smith2010-01-081-8/+186
|