Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | Rolled back getopt to restore custom variables | Tuncer Ayaz | 2010-01-01 | 1 | -6/+35 |
| | | |||||
| * | Added vi modeline/emacs local variables to file headers | Tuncer Ayaz | 2009-12-31 | 1 | -0/+2 |
| | | |||||
| * | Enhanced option parsing with new getopt and made rebar more user friendly | Tuncer Ayaz | 2009-12-31 | 1 | -40/+13 |
| | | |||||
* | | Make sure to reset CWD after processing subdirs; also filter out missing ↵ | Dave Smith | 2009-12-31 | 1 | -1/+8 |
|/ | | | | dirs when restoring code path | ||||
* | Deleted trailing whitespace | Tuncer Ayaz | 2009-12-30 | 1 | -6/+6 |
| | |||||
* | Implemented getopt option support | Tuncer Ayaz | 2009-12-29 | 1 | -4/+50 |
| | |||||
* | Refactoring core logic in preparation for dependency mgmt; breaking out ↵ | Dave Smith | 2009-12-25 | 1 | -23/+31 |
| | | | | sub_dir determination into dedicated module | ||||
* | Minor formatting fix | Dave Smith | 2009-12-20 | 1 | -1/+2 |
| | |||||
* | Make sure to fail if run_modules generates ANY error. Thanks, Rusty. :) | Dave Smith | 2009-12-14 | 1 | -2/+2 |
| | |||||
* | Fixing number of warnings and buglets | Dave Smith | 2009-12-14 | 1 | -7/+2 |
| | |||||
* | Merging mainline | Dave Smith | 2009-12-12 | 1 | -1/+14 |
|\ |