Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ?FAIL in favor of ?ABORT | Dave Smith | 2012-06-08 | 1 | -4/+4 |
| | |||||
* | Fix logging (reported-by Sergey Yelin) | Tuncer Ayaz | 2011-07-04 | 1 | -1/+1 |
| | |||||
* | Expand {vsn,git} in app.src to git-describe output | Adam Kocoloski | 2011-02-17 | 1 | -1/+6 |
| | |||||
* | Clean up code | Tuncer Ayaz | 2011-02-06 | 1 | -23/+31 |
| | |||||
* | Clean up emacs file local variables | Tuncer Ayaz | 2011-01-31 | 1 | -1/+1 |
| | |||||
* | Adding support for app_vars in external file | Dave Smith | 2010-12-20 | 1 | -5/+23 |
| | |||||
* | Fix code clarity | Tuncer Ayaz | 2010-12-07 | 1 | -3/+3 |
| | |||||
* | Stop clean from erroring if there's no .app file | Andrew Thompson | 2010-10-29 | 1 | -1/+9 |
| | | | | | If rebar tries to clean the .app file (because there's a .app.src file) and it doesn't exist (possibly because of a bad compile), don't fail. | ||||
* | Dialyzer related cleanups | Kostis Sagonas | 2010-10-10 | 1 | -3/+2 |
| | |||||
* | Made OTP app module validation optional | Dave Smith | 2010-10-10 | 1 | -2/+11 |
| | |||||
* | Removing 'install' command; semantics were poorly defined could damage a ↵ | Dave Smith | 2010-08-20 | 1 | -80/+1 |
| | | | | typical OTP installation | ||||
* | Fixed problem where install was broken when the .app file is generated from | Chris Chew | 2010-06-07 | 1 | -3/+13 |
| | |||||
* | Slightly different fix for bug#5 that avoids running preprocess twice | Dave Smith | 2010-06-08 | 1 | -0/+4 |
| | |||||
* | Complete implementation for simplistic .app.src processing. | Dave Smith | 2010-05-07 | 1 | -7/+52 |
| | |||||
* | Add support for installing to a target directory as alternative to Erlang ↵ | Dave Smith | 2010-02-20 | 1 | -2/+7 |
| | | | | base dir | ||||
* | Provide package support for eunit; build_plt now includes listed ↵ | theiw | 2010-02-05 | 1 | -10/+1 |
| | | | | applications; begin including -spec annotations | ||||
* | Fix typo; courtesy of OJ Reeves | Dave Smith | 2010-01-30 | 1 | -1/+1 |
| | |||||
* | Refactor of compilation logic to enable support for package modules and ↵ | Dave Smith | 2010-01-02 | 1 | -3/+9 |
| | | | | provide better modularity/reusability for other systems | ||||
* | Rolled back getopt to restore custom variables | Tuncer Ayaz | 2010-01-01 | 1 | -3/+3 |
| | |||||
* | 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 | -3/+3 |
| | |||||
* | Deleted trailing whitespace | Tuncer Ayaz | 2009-12-30 | 1 | -5/+5 |
| | |||||
* | Fixing number of warnings and buglets | Dave Smith | 2009-12-14 | 1 | -1/+1 |
| | |||||
* | Fix up installation problems that occurred when priv/include dirs don't ↵ | Dave Smith | 2009-12-02 | 1 | -3/+12 |
| | | | | exist (they are optional) | ||||
* | Connected up symlinking the list of progs in rebar.config/app_bin | Jon Meredith | 2009-11-30 | 1 | -2/+5 |
| | | | | to the OTP bin dir. | ||||
* | Renamed app_installer to otp_app. | Jon Meredith | 2009-11-30 | 1 | -0/+146 |
Added compile check for app name. Added compile check for app modules --HG-- rename : src/rebar_app_installer.erl => src/rebar_otp_app.erl |