Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement update-deps and disable auto update | Tuncer Ayaz | 2010-12-17 | 1 | -0/+1 | |
| | ||||||
* | Add possibility to specify rebar config for the "main" application | Anders | 2010-11-09 | 1 | -6/+13 | |
| | ||||||
* | Improve error logging when running a command fails | Andrew Thompson | 2010-10-29 | 1 | -2/+5 | |
| | | | | | Make the error message newline terminated and, if possible, log the name of the module in which the failure occured. | |||||
* | Tidier improvements | Kostis Sagonas | 2010-10-26 | 1 | -9/+10 | |
| | ||||||
* | Refactor Dialyzer support to make it more usable | Tuncer Ayaz | 2010-10-25 | 1 | -3/+3 | |
| | ||||||
* | Dialyzer related cleanups | Kostis Sagonas | 2010-10-10 | 1 | -3/+3 | |
| | ||||||
* | Fix dialyzer warning. Thanks Kostis | Tuncer Ayaz | 2010-10-01 | 1 | -1/+1 | |
| | ||||||
* | Fix another filename:join/2 warning. Thanks Kostis | Tuncer Ayaz | 2010-10-01 | 1 | -1/+1 | |
| | ||||||
* | Remove 'install' from available commands list | Tuncer Ayaz | 2010-08-25 | 1 | -1/+0 | |
| | ||||||
* | Warn when a command is not implemented. Fail when no supplied commands are ↵ | Andrew Thompson | 2010-07-25 | 1 | -1/+21 | |
| | | | | | | | | | | implemented Rebar currently doesn't give any feedback on an invalid command. This change makes rebar keep track of how many operations each command triggers, if a particular command doesn't change the count, there were no modules implementing it. If at the end of handling all commands, tje count is 0, none of the supplied commands were valid and ?FAIL is called to trigger a non zero exit status. | |||||
* | Fix bug 629; updated help for new common_test command | Dave Smith | 2010-08-20 | 1 | -4/+1 | |
| | ||||||
* | Fix bug 438; add support for listing available templates | Dave Smith | 2010-08-20 | 1 | -0/+1 | |
| | ||||||
* | Document doc command | Tuncer Ayaz | 2010-06-30 | 1 | -0/+2 | |
| | ||||||
* | Add support for embedding VCS info into the version data | Dave Smith | 2010-06-22 | 1 | -1/+5 | |
| | ||||||
* | Change semantics of skip_deps=true such that deps still get pre/post ↵ | Dave Smith | 2010-06-21 | 1 | -10/+48 | |
| | | | | processed, just not actually run | |||||
* | Bugfix call to lists:member/2 in ulist/2 | Klas Johansson | 2010-06-19 | 1 | -1/+1 | |
| | | | | | Change from lists:is_member/2 to lists:member/2, since the former doesn't exist (the bug only affects rebar_plugins). | |||||
* | Re-adding support for plugin modules | Dave Smith | 2010-06-09 | 1 | -1/+39 | |
| | | | | | --HG-- extra : rebase_source : 90052500da62af1d32337f2d540acb39fdf67db4 | |||||
* | Heavy-duty refactor to support truly transitive dependencies | Dave Smith | 2010-06-09 | 1 | -127/+66 | |
| | | | | | --HG-- extra : rebase_source : 41c7f1c337a7cb63582aecd7b87ba998b40ba3aa | |||||
* | Slightly different fix for bug#5 that avoids running preprocess twice | Dave Smith | 2010-06-08 | 1 | -15/+3 | |
| | ||||||
* | Adding rt for bug 5 | Dave Smith | 2010-06-04 | 1 | -7/+8 | |
| | ||||||
* | Minor cleanup of acc_modules for readability | Dave Smith | 2010-06-03 | 1 | -5/+7 | |
| | ||||||
* | Refactor/simplify things since we only run one command at a time (versus a ↵ | Dave Smith | 2010-06-03 | 1 | -26/+23 | |
| | | | | string of them) | |||||
* | merge ssh://hg@bitbucket.org/basho/rebar | Bob Ippolito | 2010-05-15 | 1 | -1/+1 | |
|\ | ||||||
| * | comment typo | Bob Ippolito | 2010-05-08 | 1 | -1/+1 | |
| | | ||||||
| * | Make 'command does not apply' warning into a warning | Jeremy Raymond | 2010-05-11 | 1 | -1/+1 | |
| | | ||||||
* | | include source path in compiler errors, process commands separately (to make ↵ | Bob Ippolito | 2010-05-15 | 1 | -32/+72 | |
| | | | | | | | | get-deps compile work), ensure ebin dir, process iteratively to support transitive deps | |||||
* | | run plugins once, do not run as a preprocessor, add ebin to path early | Bob Ippolito | 2010-05-11 | 1 | -10/+37 | |
| | | ||||||
* | | when using plugin_modules, add ebin to path | Bob Ippolito | 2010-05-11 | 1 | -0/+6 | |
| | | ||||||
* | | fix backwards match for debugging print | Bob Ippolito | 2010-05-11 | 1 | -1/+1 | |
| | | ||||||
* | | rebar_plugins in rebar_config to allow extensions | Bob Ippolito | 2010-05-11 | 1 | -1/+21 | |
| | | ||||||
* | | Run the preprocess again if subdirs were compiled, fixes ↵ | Bob Ippolito | 2010-05-08 | 1 | -0/+11 | |
| | | | | | | | | http://bitbucket.org/basho/rebar/issue/5 | |||||
* | | comment typo | Bob Ippolito | 2010-05-08 | 1 | -1/+1 | |
| | | ||||||
* | | add variables for create-app and create-node to help | Bob Ippolito | 2010-05-08 | 1 | -2/+2 | |
|/ | ||||||
* | New commands and opts (-V/--version/version/help) | Tuncer Ayaz | 2010-05-03 | 1 | -15/+34 | |
| | ||||||
* | Merging w/ mainline | Dave Smith | 2010-04-17 | 1 | -25/+30 | |
|\ | ||||||
| * | Document xref command | Tuncer Ayaz | 2010-04-15 | 1 | -25/+30 | |
| | | | | | | | | | | 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 | |||||
* | Add check-deps to shell completion and commands info | Tuncer Ayaz | 2010-03-26 | 1 | -0/+1 | |
| | ||||||
* | Add get-deps and delete-deps to commands info and shell completion | Tuncer Ayaz | 2010-03-17 | 1 | -1/+4 | |
| | | | | | Add get-deps and delete-deps to commands info string and bash completion script. | |||||
* | Merging w/ mainline | Dave Smith | 2010-03-16 | 1 | -29/+74 | |
|\ | ||||||
| * | 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. | |||||
* | | Revamp deps system to NOT pull down deps automatically. You must now use ↵ | Dave Smith | 2010-03-16 | 1 | -39/+46 | |
|/ | | | | pull-deps explicitly | |||||
* | Fix bug in templater where escript was not found in subdirs were specified ↵ | Dave Smith | 2010-02-20 | 1 | -0/+5 | |
| | | | | in rebar.config; minor formatting cleanups | |||||
* | Provide package support for eunit; build_plt now includes listed ↵ | theiw | 2010-02-05 | 1 | -1/+1 | |
| | | | | applications; begin including -spec annotations | |||||
* | Do not print dynamic escript name in usage info | Tuncer Ayaz | 2010-02-02 | 1 | -1/+1 | |
| | ||||||
* | Simplified usage info printing with getopt v0.2 | Tuncer Ayaz | 2010-01-09 | 1 | -12/+10 | |
| | ||||||
* | Implemented option to specify number of concurrent workers a command may use | Tuncer Ayaz | 2010-01-06 | 1 | -5/+28 | |
| | ||||||
* | Another round of refactoring to yield better flexiblity in the base_compiler ↵ | Dave Smith | 2010-01-03 | 1 | -2/+2 | |
| | | | | system | |||||
* | Break out command line argument parsing to a dedicated routine | Dave Smith | 2010-01-01 | 1 | -27/+36 | |
| | ||||||
* | Merging w/ bitbucket | Dave Smith | 2009-12-31 | 1 | -6/+10 | |
|\ |