| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix possible export VAR=VALUE bashism | Tuncer Ayaz | 2010-12-17 | 1 | -1/+2 |
* | Revert to using awk instead of cut | Tuncer Ayaz | 2010-12-13 | 1 | -3/+3 |
* | Extract column 2 on CYGWIN | Tuncer Ayaz | 2010-12-10 | 1 | -1/+1 |
* | Use cut instead of awk to extract 1st column | Tuncer Ayaz | 2010-12-10 | 1 | -4/+3 |
* | Change vm process search to include non-smp beam | Tuncer Ayaz | 2010-12-10 | 1 | -3/+3 |
* | Disable printing of column headers in ps calls | Tuncer Ayaz | 2010-12-09 | 1 | -2/+2 |
* | Fix portability of ps invocation | Tuncer Ayaz | 2010-12-07 | 1 | -1/+17 |
* | Fix whitespace error and add file local variables | Tuncer Ayaz | 2010-12-07 | 1 | -1/+3 |
* | Fix bashism | Tuncer Ayaz | 2010-12-02 | 1 | -1/+1 |
* | Add debug_info=1 to shell completion | Tuncer Ayaz | 2010-11-30 | 1 | -2/+2 |
* | Fix bz://705; make sure to invoke chmod as part of the template | Dave Smith | 2010-10-27 | 1 | -0/+3 |
* | Refactor Dialyzer support to make it more usable | Tuncer Ayaz | 2010-10-25 | 1 | -2/+2 |
* | Update completion to reflect common_test changes | Tuncer Ayaz | 2010-09-30 | 1 | -3/+2 |
* | Add list-templates to bash completion | Tuncer Ayaz | 2010-09-16 | 1 | -1/+1 |
* | Add template_dir= to bash completion | Tuncer Ayaz | 2010-08-31 | 1 | -2/+2 |
* | Remove 'install' from bash completion | Tuncer Ayaz | 2010-08-25 | 1 | -2/+2 |
* | Bug 640: use net_kernel:hidden_connect_node() for nodetool | Scott Fritchie | 2010-08-18 | 1 | -3/+3 |
* | Updating simplenode template so that it works with refactored overlay support... | Dave Smith | 2010-07-06 | 2 | -12/+14 |
* | Add doc command and skip_deps option to bash completion | Tuncer Ayaz | 2010-06-30 | 1 | -2/+3 |
* | The trailing slash is important enough to put it here directly since when it's | Ryan Tilder | 2010-06-23 | 1 | -1/+2 |
* | Adding simpleapp.app.src | Dave Smith | 2010-06-22 | 1 | -0/+12 |
* | Updating simpleapp template to use .app.src | Dave Smith | 2010-06-22 | 2 | -17/+1 |
* | New commands and opts (-V/--version/version/help) | Tuncer Ayaz | 2010-05-03 | 1 | -3/+4 |
* | Document xref command | Tuncer Ayaz | 2010-04-15 | 1 | -1/+1 |
* | Add create to shell completion | Tuncer Ayaz | 2010-03-26 | 1 | -1/+1 |
* | Add check-deps to shell completion and commands info | Tuncer Ayaz | 2010-03-26 | 1 | -1/+1 |
* | Adding basic NIF template | Dave Smith | 2010-03-25 | 3 | -0/+90 |
* | Add get-deps and delete-deps to commands info and shell completion | Tuncer Ayaz | 2010-03-17 | 1 | -2/+2 |
* | Add template variable to bash completion | Tuncer Ayaz | 2010-03-11 | 1 | -1/+1 |
* | Add commands option to bash completion | Tuncer Ayaz | 2010-03-08 | 1 | -2/+2 |
* | Add install command target= var to bash completion | Tuncer Ayaz | 2010-02-27 | 1 | -2/+2 |
* | Updating template defs to use "template" in lieu of "file" directive | Dave Smith | 2010-02-14 | 3 | -4/+4 |
* | Merging w/ http://bitbucket.org/bryan/rebar | Dave Smith | 2010-02-14 | 2 | -5/+5 |
|\ |
|
| * | provide separate 'file' and 'template' directives, instead of one 'file' dire... | Bryan Fink | 2010-02-13 | 2 | -5/+5 |
* | | Added 3 new templates: | OJ Reeves | 2010-02-03 | 7 | -0/+124 |
|/ |
|
* | Fixing issue #3; make sure to properly escape simplenode related files. Patch... | Dave Smith | 2010-01-26 | 2 | -2/+2 |
* | Added appid= to bash-completion | Tuncer Ayaz | 2010-01-16 | 1 | -1/+1 |
* | Merge mainline | Dave Smith | 2010-01-10 | 1 | -10/+15 |
|\ |
|
| * | Simplified bash-completion script | Tuncer Ayaz | 2010-01-10 | 1 | -19/+8 |
| * | Fixed trailing space issue for options ending with an equal sign | Tuncer Ayaz | 2010-01-09 | 1 | -6/+22 |
| * | Added check_plt to bash-completion | Tuncer Ayaz | 2010-01-09 | 1 | -1/+1 |
| * | Removed redundant create-app | Tuncer Ayaz | 2010-01-09 | 1 | -1/+1 |
* | | Fixing some typos in simpleapp template | Dave Smith | 2010-01-09 | 2 | -1/+2 |
|/ |
|
* | Fixed bash-completion to use --jobs without equal sign and removed comment | Tuncer Ayaz | 2010-01-09 | 1 | -2/+1 |
* | Added jobs= to bash-completion | Tuncer Ayaz | 2010-01-09 | 1 | -1/+1 |
* | Added first version of a bash-completion script | Tuncer Ayaz | 2010-01-08 | 1 | -0/+36 |
* | Adding sketch of functionality for creating a reltool node from template | Dave Smith | 2010-01-08 | 7 | -0/+311 |
* | Add variables def to simpleapp template | Dave Smith | 2010-01-08 | 1 | -0/+1 |
* | Sketching out templating system | Dave Smith | 2010-01-07 | 4 | -0/+62 |
* | Refactor rebar to build a self-contained script | Dave Smith | 2009-12-04 | 1 | -37/+0 |