Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
|\ | ||||||
| * | Make sure crypto is running as lots of things use it | Dave Smith | 2009-12-09 | 1 | -0/+3 | |
| | | ||||||
| * | Remove unnecessary debug in _core; adding EQC flag for eunit builds | Dave Smith | 2009-12-08 | 1 | -1/+0 | |
| | | ||||||
| * | Updating bootstrap to embed the build time into a macro that we can pull via ↵ | Dave Smith | 2009-12-07 | 1 | -1/+12 | |
| | | | | | | | | "version" command | |||||
* | | Refactor of core logic to provide better control over recursion and code ↵ | Dave Smith | 2009-12-12 | 1 | -108/+99 | |
|/ | | | | path mgmt | |||||
* | Refactor rebar to build a self-contained script | Dave Smith | 2009-12-04 | 1 | -1/+1 | |
| | ||||||
* | If failure is controlled (i.e. via ?FAIL macro), don't print out that it ↵ | Dave Smith | 2009-12-03 | 1 | -0/+2 | |
| | | | | failed (expectation is that the caller already did that) | |||||
* | Adding first crack at reltool support | Dave Smith | 2009-12-02 | 1 | -40/+38 | |
| | ||||||
* | Adding support for subdirs | Dave Smith | 2009-12-01 | 1 | -2/+23 | |
| | ||||||
* | Fix some minor typos; create simple install/bootstrapping script | Dave Smith | 2009-11-29 | 1 | -1/+3 | |
| | ||||||
* | More gross structural work; now has log levels and broken out log level control | Dave Smith | 2009-11-29 | 1 | -0/+208 | |