summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Add check-deps to shell completion and commands infoTuncer Ayaz2010-03-262-1/+2
* | Enable xref checks on rebarDave Smith2010-04-091-1/+2
* | Add stub for xref support; not yet doneDave Smith2010-04-092-1/+187
* | Add helper makefile; update bootstrap to always build w/ debug_infoDave Smith2010-04-092-0/+3
|/
* Adding basic NIF templateDave Smith2010-03-253-0/+90
* Adding check-deps and helper target for compilationDave Smith2010-03-251-0/+19
* Add ASN.1 support (via Ruslan Babayev)Tuncer Ayaz2010-03-223-0/+72
* Add get-deps and delete-deps to commands info and shell completionTuncer Ayaz2010-03-172-3/+6
* Merging w/ mainlineDave Smith2010-03-165-35/+116
|\
| * Add template variable to bash completionTuncer Ayaz2010-03-111-1/+1
| * Make sure zip module is loadedTuncer Ayaz2010-03-111-0/+1
| * Update TODO fileTuncer Ayaz2010-03-081-2/+1
| * Add commands option to bash completionTuncer Ayaz2010-03-081-2/+2
| * Add option to show available commandsTuncer Ayaz2010-03-081-29/+74
| * Add TODO fileTuncer Ayaz2010-03-061-0/+3
| * Add escript_foldl/3 TODOTuncer Ayaz2010-03-061-0/+3
| * Add forward-compatible escript_foldl functionTuncer Ayaz2010-03-052-3/+33
* | Revamp deps system to NOT pull down deps automatically. You must now use pull...Dave Smith2010-03-162-73/+113
* | Removing overly verbose debug message (yes, I realize the irony)Dave Smith2010-03-161-1/+0
|/
* Merging eunit fixes + some UNIT TESTS!! from cebernardDave Smith2010-03-052-10/+240
|\
| * Fixed 3 bugs in rebar_eunit. Added EUnit tests to capture them.Chris Bernard2010-03-042-10/+240
* | Merging changes from vagabondDave Smith2010-03-051-9/+46
|\ \
| * | Don't detect the source file as an include of itselfVagabond2010-03-021-7/+9
| * | Move the .erl sorting to the right placeVagabond2010-03-022-34/+37
| * | Fix dependancy checking for headers by ensuring "include" is always in the ee...Vagabond2010-03-021-1/+1
| * | Compile parse transform and custom behaviours firstVagabond2010-03-021-1/+33
| |/
* | Support for downloading deps via bzr.David Reid2010-03-051-1/+10
* | Support downloading deps via SVN.David Reid2010-03-041-4/+11
|/
* Add install command target= var to bash completionTuncer Ayaz2010-02-271-2/+2
* Add missing mode setting in Emacs file variablesTuncer Ayaz2010-02-251-1/+1
* Fix unused var warningTuncer Ayaz2010-02-251-1/+1
* Refactor eunit and covertheiw2010-02-191-106/+93
* Adding cleaner module to permit users to specify their own set of files to de...Dave Smith2010-02-212-1/+43
* Fix bug in templater where escript was not found in subdirs were specified in...Dave Smith2010-02-202-4/+11
* Add support for installing to a target directory as alternative to Erlang bas...Dave Smith2010-02-201-2/+7
* Update comment for filelib:ensure_dir/1 wrapper.Tuncer Ayaz2010-02-171-8/+1
* Make sure to add ebin/ to current path when compiling doterl files; found by ...Dave Smith2010-02-161-2/+8
* Deal properly with env vars that have multiple = in the valueDave Smith2010-02-161-2/+2
* Overhaul env expansion so that rebar fully expands env refs prior to invoking...Dave Smith2010-02-163-25/+86
* 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' dire...Bryan Fink2010-02-133-33/+50
| * add chmod template directive for changing file file permissionBryan Fink2010-02-041-0/+8
| * add Render flag to 'file' template directiveBryan Fink2010-02-041-2/+9
| * 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 th...Dave Smith2010-02-122-4/+7
| * | 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