| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | clean up .yrl and .xrl handling | Bryan Fink | 2010-03-31 | 1 | -22/+21 |
| * | add leex .xrl handling as well | Bryan Fink | 2010-03-31 | 1 | -12/+25 |
| * | add handling for yecc's .yrl files to erlc compiler | Bryan Fink | 2010-03-31 | 1 | -0/+35 |
| * | 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 | 2 | -1/+2 |
* | | Enable xref checks on rebar | Dave Smith | 2010-04-09 | 1 | -1/+2 |
* | | Add stub for xref support; not yet done | Dave Smith | 2010-04-09 | 2 | -1/+187 |
* | | Add helper makefile; update bootstrap to always build w/ debug_info | Dave Smith | 2010-04-09 | 2 | -0/+3 |
|/ |
|
* | Adding basic NIF template | Dave Smith | 2010-03-25 | 3 | -0/+90 |
* | Adding check-deps and helper target for compilation | Dave Smith | 2010-03-25 | 1 | -0/+19 |
* | Add ASN.1 support (via Ruslan Babayev) | Tuncer Ayaz | 2010-03-22 | 3 | -0/+72 |
* | Add get-deps and delete-deps to commands info and shell completion | Tuncer Ayaz | 2010-03-17 | 2 | -3/+6 |
* | Merging w/ mainline | Dave Smith | 2010-03-16 | 5 | -35/+116 |
|\ |
|
| * | Add template variable to bash completion | Tuncer Ayaz | 2010-03-11 | 1 | -1/+1 |
| * | Make sure zip module is loaded | Tuncer Ayaz | 2010-03-11 | 1 | -0/+1 |
| * | Update TODO file | Tuncer Ayaz | 2010-03-08 | 1 | -2/+1 |
| * | Add commands option to bash completion | Tuncer Ayaz | 2010-03-08 | 1 | -2/+2 |
| * | Add option to show available commands | Tuncer Ayaz | 2010-03-08 | 1 | -29/+74 |
| * | Add TODO file | Tuncer Ayaz | 2010-03-06 | 1 | -0/+3 |
| * | Add escript_foldl/3 TODO | Tuncer Ayaz | 2010-03-06 | 1 | -0/+3 |
| * | Add forward-compatible escript_foldl function | Tuncer Ayaz | 2010-03-05 | 2 | -3/+33 |
* | | Revamp deps system to NOT pull down deps automatically. You must now use pull... | Dave Smith | 2010-03-16 | 2 | -73/+113 |
* | | Removing overly verbose debug message (yes, I realize the irony) | Dave Smith | 2010-03-16 | 1 | -1/+0 |
|/ |
|
* | Merging eunit fixes + some UNIT TESTS!! from cebernard | Dave Smith | 2010-03-05 | 2 | -10/+240 |
|\ |
|
| * | Fixed 3 bugs in rebar_eunit. Added EUnit tests to capture them. | Chris Bernard | 2010-03-04 | 2 | -10/+240 |
* | | Merging changes from vagabond | Dave Smith | 2010-03-05 | 1 | -9/+46 |
|\ \ |
|
| * | | Don't detect the source file as an include of itself | Vagabond | 2010-03-02 | 1 | -7/+9 |
| * | | Move the .erl sorting to the right place | Vagabond | 2010-03-02 | 2 | -34/+37 |
| * | | Fix dependancy checking for headers by ensuring "include" is always in the ee... | Vagabond | 2010-03-02 | 1 | -1/+1 |
| * | | Compile parse transform and custom behaviours first | Vagabond | 2010-03-02 | 1 | -1/+33 |
| |/ |
|
* | | Support for downloading deps via bzr. | David Reid | 2010-03-05 | 1 | -1/+10 |
* | | Support downloading deps via SVN. | David Reid | 2010-03-04 | 1 | -4/+11 |
|/ |
|
* | Add install command target= var to bash completion | Tuncer Ayaz | 2010-02-27 | 1 | -2/+2 |
* | Add missing mode setting in Emacs file variables | Tuncer Ayaz | 2010-02-25 | 1 | -1/+1 |
* | Fix unused var warning | Tuncer Ayaz | 2010-02-25 | 1 | -1/+1 |
* | Refactor eunit and cover | theiw | 2010-02-19 | 1 | -106/+93 |
* | Adding cleaner module to permit users to specify their own set of files to de... | Dave Smith | 2010-02-21 | 2 | -1/+43 |
* | Fix bug in templater where escript was not found in subdirs were specified in... | Dave Smith | 2010-02-20 | 2 | -4/+11 |
* | Add support for installing to a target directory as alternative to Erlang bas... | Dave Smith | 2010-02-20 | 1 | -2/+7 |
* | Update comment for filelib:ensure_dir/1 wrapper. | Tuncer Ayaz | 2010-02-17 | 1 | -8/+1 |
* | Make sure to add ebin/ to current path when compiling doterl files; found by ... | Dave Smith | 2010-02-16 | 1 | -2/+8 |
* | Deal properly with env vars that have multiple = in the value | Dave Smith | 2010-02-16 | 1 | -2/+2 |
* | Overhaul env expansion so that rebar fully expands env refs prior to invoking... | Dave Smith | 2010-02-16 | 3 | -25/+86 |
* | 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 | 3 | -28/+61 |
|\ |
|
| * | provide separate 'file' and 'template' directives, instead of one 'file' dire... | Bryan Fink | 2010-02-13 | 3 | -33/+50 |
| * | add chmod template directive for changing file file permission | Bryan Fink | 2010-02-04 | 1 | -0/+8 |
| * | add Render flag to 'file' template directive | Bryan Fink | 2010-02-04 | 1 | -2/+9 |
| * | look for templates in local directory as well | Bryan Fink | 2010-02-04 | 1 | -2/+3 |
* | | Merging w/ mainline | Dave Smith | 2010-02-13 | 4 | -10/+24 |
|\ \ |
|