summaryrefslogtreecommitdiff
path: root/src/rebar_app_info.erl
Commit message (Expand)AuthorAgeFilesLines
* fix for mix projects that don't have app.src files (#1964)Tristan Sloughter2018-11-301-1/+4
* fix resolving versions from vcs (#1915)Tristan Sloughter2018-10-141-5/+5
* compiler behaviour (#1893)Tristan Sloughter2018-10-051-6/+37
* properly support top level app erl_opts from REBAR_CONFIG os var (#1889)Tristan Sloughter2018-09-211-3/+11
* support for hex v2, multiple repository fetching, private organizations (#1884)Tristan Sloughter2018-09-131-28/+42
* Fix various Dialyzer warningsFred Hebert2018-04-201-1/+1
* Normalize return values of app_info dataFred Hebert2017-10-041-4/+11
* Unicode support in all the placesFred Hebert2017-08-061-27/+27
* Fix default .app.src file for rebar_app_infoFred Hebert2017-02-241-7/+6
* Type specifications and edocs improvementsFred Hebert2016-11-271-16/+115
* Fix rebar3 dialyzer warningsFred Hebert2016-11-191-3/+3
* Make lock files future-proofFred Hebert2016-02-161-4/+4
* Plugin templates enabledFred Hebert2015-12-191-0/+5
* fix dialyzer warningsTristan Sloughter2015-09-271-3/+3
* handle case that upgraded app no longer has .app.src fileTristan Sloughter2015-09-201-0/+4
* hooks/artifacts are always run/resolved from an app unless at top of umbrellaTristan Sloughter2015-09-061-7/+11
* move otp version verification to a single app_info functionTristan Sloughter2015-09-011-0/+5
* move opts functions to new module rebar_optsTristan Sloughter2015-09-011-4/+4
* update use of hooks and plugins with state in app_infoTristan Sloughter2015-08-311-96/+9
* build on already created AppInfo instead of having to do copyTristan Sloughter2015-08-311-1/+6
* remove state record from app_info recordTristan Sloughter2015-08-311-31/+0
* wip: move state into app_infoTristan Sloughter2015-08-311-3/+237
* simplify package dep parsing and handlingTristan Sloughter2015-08-251-2/+14
* this patch treats pkg and src deps as equals, so level decides winnerTristan Sloughter2015-08-211-1/+12
* track parent app of deps and add tree provider to display the relationsTristan Sloughter2015-08-151-0/+10
* include app.src.script in app discover and always use if availableTristan Sloughter2015-07-261-0/+19
* add config option artifactsTristan Sloughter2015-06-021-2/+3
* move handling of undefined app state to functionTristan Sloughter2015-05-221-0/+9
* have .app.src take precedence over .app fileTristan Sloughter2015-05-221-7/+15
* print and format error message for bad .app files and all bad configsTristan Sloughter2015-05-221-6/+1
* only update, when not in explicit upgrade, locks if out of dateTristan Sloughter2015-05-211-15/+26
* read in application details into app_info after fetchTristan Sloughter2015-04-241-0/+13
* support for 18.0+Tristan Sloughter2015-04-231-1/+1
* Merge pull request #283 from fishcakez/dial_warnsFred Hebert2015-03-251-1/+1
|\
| * Fix dialyzer warningsJames Fish2015-03-181-1/+1
* | treat _checkouts as deps that are always compiledTristan Sloughter2015-03-211-0/+11
|/
* copy project apps to deps output dir for compilationTristan Sloughter2015-02-281-4/+20
* consolidate app validation and exist checksTristan Sloughter2015-02-221-1/+1
* replace package management with hex.pmTristan Sloughter2015-02-171-3/+3
* fix find_apps when searching for invalid appsTristan Sloughter2015-02-021-4/+4
* app_info:valid needs to return a boolean and not throw an exceptionTristan Sloughter2015-01-271-1/+6
* replace single profile atom in providers with list of profilesTristan Sloughter2015-01-111-9/+9
* overrides working except for transitive dep inheritance with lock fileTristan Sloughter2014-12-301-0/+11
* rewrite profilesTristan Sloughter2014-12-161-0/+11
* add applications field to app_info to track all deps of an applicationTristan Sloughter2014-11-191-0/+11
* wip: upgrade pkg depsTristan Sloughter2014-11-021-1/+1
* dialyzer fixesTristan Sloughter2014-10-181-11/+6
* fixed up a few unknown typesTristan Sloughter2014-09-211-11/+11
* down to last 2 dialyzer errorsTristan Sloughter2014-09-211-3/+3
* more dialyzer fun. no likey opaque typesTristan Sloughter2014-09-211-2/+2