summaryrefslogtreecommitdiff
path: root/src/rebar_otp_app.erl
Commit message (Collapse)AuthorAgeFilesLines
* remove more code that can be brought back later if neededTristan Sloughter2014-08-301-1/+1
|
* start of moving to splitting state from config parsingTristan Sloughter2014-08-171-3/+2
|
* add rebar update providerTristan Sloughter2014-08-161-2/+3
|
* replace logging with ec_cmd_log from erlware_commonsTristan Sloughter2014-08-161-1/+1
|
* large refactoringTristan Sloughter2014-08-161-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-registeredDave Smith2013-06-161-1/+14
|\ | | | | Ensure we always have a `registered` value in `.app` files
| * Ensure we always have a `registered` value in `.app` filesAnthony Ramine2012-12-071-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' msgTuncer Ayaz2012-12-311-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 changeLev Walkin2012-08-081-1/+1
|
* Fix R13B03 build (Reported-by: Sergey Nartimov)Tuncer Ayaz2012-07-281-4/+4
|
* Remove shared stateTuncer Ayaz2012-07-131-17/+17
|
* Remove ?FAIL in favor of ?ABORTDave Smith2012-06-081-4/+4
|
* Fix logging (reported-by Sergey Yelin)Tuncer Ayaz2011-07-041-1/+1
|
* Expand {vsn,git} in app.src to git-describe outputAdam Kocoloski2011-02-171-1/+6
|
* Clean up codeTuncer Ayaz2011-02-061-23/+31
|
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
|
* Adding support for app_vars in external fileDave Smith2010-12-201-5/+23
|
* Fix code clarityTuncer Ayaz2010-12-071-3/+3
|
* Stop clean from erroring if there's no .app fileAndrew Thompson2010-10-291-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 cleanupsKostis Sagonas2010-10-101-3/+2
|
* Made OTP app module validation optionalDave Smith2010-10-101-2/+11
|
* Removing 'install' command; semantics were poorly defined could damage a ↵Dave Smith2010-08-201-80/+1
| | | | typical OTP installation
* Fixed problem where install was broken when the .app file is generated fromChris Chew2010-06-071-3/+13
|
* Slightly different fix for bug#5 that avoids running preprocess twiceDave Smith2010-06-081-0/+4
|
* Complete implementation for simplistic .app.src processing.Dave Smith2010-05-071-7/+52
|
* Add support for installing to a target directory as alternative to Erlang ↵Dave Smith2010-02-201-2/+7
| | | | base dir
* Provide package support for eunit; build_plt now includes listed ↵theiw2010-02-051-10/+1
| | | | applications; begin including -spec annotations
* Fix typo; courtesy of OJ ReevesDave Smith2010-01-301-1/+1
|
* Refactor of compilation logic to enable support for package modules and ↵Dave Smith2010-01-021-3/+9
| | | | provide better modularity/reusability for other systems
* Rolled back getopt to restore custom variablesTuncer Ayaz2010-01-011-3/+3
|
* Added vi modeline/emacs local variables to file headersTuncer Ayaz2009-12-311-0/+2
|
* Enhanced option parsing with new getopt and made rebar more user friendlyTuncer Ayaz2009-12-311-3/+3
|
* Deleted trailing whitespaceTuncer Ayaz2009-12-301-5/+5
|
* Fixing number of warnings and bugletsDave Smith2009-12-141-1/+1
|
* Fix up installation problems that occurred when priv/include dirs don't ↵Dave Smith2009-12-021-3/+12
| | | | exist (they are optional)
* Connected up symlinking the list of progs in rebar.config/app_binJon Meredith2009-11-301-2/+5
| | | | to the OTP bin dir.
* Renamed app_installer to otp_app.Jon Meredith2009-11-301-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