Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | add new configuration option so_specs which allows multiple drivers to be ↵ | Cliff Moon | 2010-04-28 | 1 | -18/+26 | |
|/ | | | | built in the same project. | |||||
* | Copy src files to .eunit so that cover can always find them | Jeremy Raymond | 2010-04-22 | 1 | -0/+6 | |
| | ||||||
* | Merging w/ mainline | Dave Smith | 2010-04-23 | 1 | -3/+2 | |
|\ | ||||||
| * | Reuse rebar_utils:get_cwd/0 | Tuncer Ayaz | 2010-04-21 | 1 | -2/+1 | |
| | | ||||||
* | | Make sure to add ebin/ to the code path as well so that xref can properly ↵ | Dave Smith | 2010-04-23 | 1 | -2/+9 | |
|/ | | | | determine source/line of code. | |||||
* | Verify that we work with minimal git of 1.5 | Dave Smith | 2010-04-19 | 1 | -1/+1 | |
| | ||||||
* | Merging w/ mainline | Dave Smith | 2010-04-17 | 2 | -26/+31 | |
|\ | ||||||
| * | Document xref command | Tuncer Ayaz | 2010-04-15 | 2 | -26/+31 | |
| | | | | | | | | | | Also add a sleep after printing so that the io server has written all output before exiting. It's a work around. | |||||
* | | Add simple warning if no modules are interested in handling a command for a ↵ | Dave Smith | 2010-04-17 | 1 | -0/+3 | |
| | | | | | | | | given directory | |||||
* | | Make sure to add .eunit as an absolute directory so that we avoid weirdness ↵ | Dave Smith | 2010-04-16 | 1 | -1/+5 | |
|/ | | | | with code loading stuffs. | |||||
* | Tested mercurial checkout down to 1.1 | Dave Smith | 2010-04-14 | 1 | -1/+1 | |
| | ||||||
* | Removing debug_info from bootstrap; caused the rebar executable to be way ↵ | Dave Smith | 2010-04-14 | 1 | -1/+0 | |
| | | | | bigger than we wanted | |||||
* | Support older, more deployed version of mercurial | Dave Smith | 2010-04-14 | 1 | -3/+3 | |
| | ||||||
* | Merging w/ mainline | Dave Smith | 2010-04-09 | 3 | -2/+50 | |
|\ | ||||||
| * | 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 support for compiling ASN.1 files with asn1ct. Patch from Ruslan Babayev. | |||||
* | Add get-deps and delete-deps to commands info and shell completion | Tuncer Ayaz | 2010-03-17 | 2 | -3/+6 | |
| | | | | | Add get-deps and delete-deps to commands info string and bash completion script. | |||||
* | 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 | |
| | | | | | | | | Add create command's template variable to bash completion. | |||||
| * | Make sure zip module is loaded | Tuncer Ayaz | 2010-03-11 | 1 | -0/+1 | |
| | | | | | | | | Before we check for zip:foldl/3 make sure zip module is loaded. | |||||
| * | Update TODO file | Tuncer Ayaz | 2010-03-08 | 1 | -2/+1 | |
| | | | | | | | | one item done, another one saved | |||||
| * | Add commands option to bash completion | Tuncer Ayaz | 2010-03-08 | 1 | -2/+2 | |
| | | | | | | | | Add -c/--commands option to the bash completion script. | |||||
| * | Add option to show available commands | Tuncer Ayaz | 2010-03-08 | 1 | -29/+74 | |
| | | | | | | | | | | Implement new option -c/--commands to print available commands and its variables. | |||||
| * | Add TODO file | Tuncer Ayaz | 2010-03-06 | 1 | -0/+3 | |
| | | | | | | | | A TODO file is always a good idea. | |||||
| * | Add escript_foldl/3 TODO | Tuncer Ayaz | 2010-03-06 | 1 | -0/+3 | |
| | | | | | | | | | | Comment what has to be done when the new OTP release is out and the time is right. | |||||
| * | Add forward-compatible escript_foldl function | Tuncer Ayaz | 2010-03-05 | 2 | -3/+33 | |
| | | | | | | | | | | | | escript:foldl/3 was undocumented and has been replaced with better APIs post-R13B04. The new exported funs are officially documented. | |||||
* | | Revamp deps system to NOT pull down deps automatically. You must now use ↵ | Dave Smith | 2010-03-16 | 2 | -73/+113 | |
| | | | | | | | | pull-deps explicitly | |||||
* | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. When running the eunit command with the convention of putting tests in "*_tests" modules, eunit would run those tests twice. This is because: 1) eunit:test/1 will naturally look for foo's tests both in foo, and in foo_tests, and 2) eunit:test/1 was being folded over all project modules. The fix is to filter "*_tests" modules from the list passed to eunit:test/1. 2. When running the eunit command with cover enabled and tests in a 'test' directory, cover would error because it couldn't find the source code for those tests. This is because cover:analyze/3 will only find module source in "." and "../src". This is hard-coded in cover :-(. Since cover shouldn't be calculating code coverage on test code anyway, the fix is to not fold cover:analyze/3 over non-production code. 3. When running the eunit command with cover enabled and a test suite defined, cover would only attempt to calculate coverage on the the test suite itself. This was because only the suite was passed to cover:analyze/3. The fix is to fold cover:analyze/3 over all the production code, filtering out the suite module if it is defined. | |||||
* | | 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 ↵ | Vagabond | 2010-03-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | eep IncludePath | |||||
| * | | 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 | |
| |