Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change from post-purging modules after checking their module info to | alisdair sullivan | 2015-03-03 | 1 | -4/+8 |
| | | | | pre-purging before checking to facilitate long do chains | ||||
* | exclude beams compiled from source in `test` from the .app file | alisdair sullivan | 2015-03-02 | 1 | -4/+22 |
| | |||||
* | output proper error message for missing app file | Tristan Sloughter | 2015-02-28 | 1 | -3/+10 |
| | |||||
* | copy project apps to deps output dir for compilation | Tristan Sloughter | 2015-02-28 | 1 | -5/+7 |
| | |||||
* | consolidate app validation and exist checks | Tristan Sloughter | 2015-02-22 | 1 | -38/+48 |
| | |||||
* | update project app list with new appinfo records after build | Tristan Sloughter | 2015-02-19 | 1 | -0/+1 |
| | |||||
* | use processed app file for validation | Tristan Sloughter | 2015-01-26 | 1 | -1/+1 |
| | |||||
* | refactor rebar_otp_app for smaller/cleaner functions | Tristan Sloughter | 2015-01-26 | 1 | -26/+33 |
| | |||||
* | clean up and better error messages when validating apps | Tristan Sloughter | 2015-01-24 | 1 | -87/+44 |
| | |||||
* | handle throw by relx | Tristan Sloughter | 2014-11-08 | 1 | -9/+9 |
| | |||||
* | remove more code that can be brought back later if needed | Tristan Sloughter | 2014-08-30 | 1 | -1/+1 |
| | |||||
* | start of moving to splitting state from config parsing | Tristan Sloughter | 2014-08-17 | 1 | -3/+2 |
| | |||||
* | add rebar update provider | Tristan Sloughter | 2014-08-16 | 1 | -2/+3 |
| | |||||
* | replace logging with ec_cmd_log from erlware_commons | Tristan Sloughter | 2014-08-16 | 1 | -1/+1 |
| | |||||
* | large refactoring | Tristan Sloughter | 2014-08-16 | 1 | -21/+23 |
| | | | | | | | | Removed separate compilers Resolves apps to build Finds avail deps before pulling/building Includes relx Simplifies build commands | ||||
* | Merge pull request #37 from nox/force-registered | Dave Smith | 2013-06-16 | 1 | -1/+14 |
|\ | | | | | Ensure we always have a `registered` value in `.app` files | ||||
| * | Ensure we always have a `registered` value in `.app` files | Anthony Ramine | 2012-12-07 | 1 | -1/+14 |
| | | | | | | | | | | `systools:make_relup/4` fails with `{missing_param, registered}` without a `registered` value. | ||||
* | | Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msg | Tuncer Ayaz | 2012-12-31 | 1 | -1/+19 |
|/ | | | | | * allow plugins to print help message for implemented commands * append core rebar.config options to common 'rebar help' message | ||||
* | Do not rewrite .app file if it didn't change | Lev Walkin | 2012-08-08 | 1 | -1/+1 |
| | |||||
* | Fix R13B03 build (Reported-by: Sergey Nartimov) | Tuncer Ayaz | 2012-07-28 | 1 | -4/+4 |
| | |||||
* | Remove shared state | Tuncer Ayaz | 2012-07-13 | 1 | -17/+17 |
| | |||||
* | 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 |