summaryrefslogtreecommitdiff
path: root/src/rebar_app_utils.erl
Commit message (Expand)AuthorAgeFilesLines
* copy project apps to deps output dir for compilationTristan Sloughter2015-02-281-5/+8
* remove unneeded get_modules_list functionTristan Sloughter2015-02-221-17/+6
* consolidate app validation and exist checksTristan Sloughter2015-02-221-77/+39
* remove unused functions from app utilsTristan Sloughter2015-02-171-26/+5
* return an error when an app file is missingnuex2015-02-071-0/+1
* move dir functions from utils to new module rebar_dirTristan Sloughter2014-12-011-1/+1
* slowly widdling away at dialyzer errorsTristan Sloughter2014-09-201-50/+1
* more efficient check for existing depTristan Sloughter2014-09-201-0/+3
* inefficient way, but safer, of checking if an app is already downloadedTristan Sloughter2014-09-201-1/+13
* remove use of 17+ function lists:droplast/1Tristan Sloughter2014-09-171-1/+1
* start of moving to splitting state from config parsingTristan Sloughter2014-08-171-8/+8
* large refactoringTristan Sloughter2014-08-161-1/+4
* Remove experimental flagsTuncer Ayaz2014-01-141-9/+0
* Allow script to be evaluated when app file is loadedEric Merritt2012-09-071-1/+23
* Finalize app=, skip_app=, suite= deprecationsTuncer Ayaz2012-07-231-2/+2
* Do not use application:set_envTuncer Ayaz2012-07-231-9/+9
* Remove shared stateTuncer Ayaz2012-07-131-45/+50
* Cleanup and simplify deprecated option handlingTuncer Ayaz2012-01-011-22/+2
* Move vcs_vsn/2 to rebar_utilsTuncer Ayaz2011-12-281-56/+1
* Universally support apps=/skip_apps=Tuncer Ayaz2011-12-121-33/+63
* Move is_skipped_app/0 to rebar_app_utilsTuncer Ayaz2011-12-121-1/+37
* rebar_app_utils: fix git hook for WindowsJan Klötzke2011-10-201-1/+8
* Support for custom version commandsTim Watson2011-10-111-0/+3
* Fix misspelling of accommodateTuncer Ayaz2011-08-311-1/+1
* Comment git vsn cmd changesTuncer Ayaz2011-08-291-1/+3
* Document git vsn cmd and fix formattingTuncer Ayaz2011-08-271-3/+7
* Add precise git versioning of multiple appsYurii Rashkovskii2011-08-271-1/+1
* Extend app resource file existence checksTuncer Ayaz2011-08-051-4/+12
* Use filename:join/1Tuncer Ayaz2011-07-181-2/+2
* Add support for priv/<vcs.vsn> as fallback for version infoDave Smith2011-04-101-2/+26
* Make sure to pass dir of app when invoking git; enhance shell logging outputDave Smith2011-04-101-3/+4
* Clean up and simplify {vsn, VCS} supportDave Smith2011-02-181-12/+11
* Add {vsn,Vcs} support for bzr, hg and svnTuncer Ayaz2011-02-171-6/+15
* Expand {vsn,git} in app.src to git-describe outputAdam Kocoloski2011-02-171-1/+8
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
* Fix bug 770Tuncer Ayaz2011-01-081-2/+10
* Tidier improvementsKostis Sagonas2010-10-261-5/+6
* Remove warnings reported by xrefKlas Johansson2010-06-191-1/+1
* Removing some unnecessary debugging messagesDave Smith2010-06-091-2/+0
* Complete implementation for simplistic .app.src processing.Dave Smith2010-05-071-6/+24
* Add caching of app fileDave Smith2010-04-281-7/+13
* Refactoring app file access to be via rebar_app_utils in prep for supporting ...Dave Smith2010-04-281-5/+40
* Added vi modeline/emacs local variables to file headersTuncer Ayaz2009-12-311-0/+2
* Refactor rebar to build a self-contained scriptDave Smith2009-12-041-2/+2
* More gross structural work; now has log levels and broken out log level controlDave Smith2009-11-291-1/+20
* Initial commitDave Smith2009-11-251-0/+39