summaryrefslogtreecommitdiff
path: root/src/rebar_config.erl
Commit message (Expand)AuthorAgeFilesLines
* support for hex v2, multiple repository fetching, private organizations (#1884)Tristan Sloughter2018-09-131-1/+1
* Display error when rebar.config.script failsFred Hebert2018-04-201-0/+2
* Unicode support in all the placesFred Hebert2017-08-061-4/+4
* REBAR_CONFIG impacts file project root onlyFred Hebert2017-02-241-5/+5
* Fix Alisdair's review, add more types and docsFred Hebert2016-12-161-3/+3
* Type specifications and edocs improvementsFred Hebert2016-11-271-4/+78
* Merge pull request #1387 from ericmj/emj-rebar-config-envFred Hebert2016-11-221-2/+17
|\
| * Always read REBAR_CONFIG env var when loading configEric Meadows-Jönsson2016-11-221-2/+17
* | Fix rebar3 dialyzer warningsFred Hebert2016-11-191-3/+1
|/
* Merge pull request #1207 from ferd/pkg-local-hash-lockFred Hebert2016-06-221-12/+82
|\
| * Only display old version warning onceFred Hebert2016-06-101-4/+17
| * Hashes in lockfile are diff friendlyFred Hebert2016-06-091-2/+21
| * Support package hashes in structure and lockfileFred Hebert2016-05-241-14/+52
* | Don't die when source deps with [raw] are usedFred Hebert2016-05-271-0/+18
|/
* Make lock files future-proofFred Hebert2016-02-161-2/+36
* handle newly added deps to config even when lock is emptyTristan Sloughter2015-09-241-3/+0
* Fix consult_and_eval/2 to behave like consultHeinz N. Gies2015-09-201-1/+15
* Terms is already a listGarret Smith2015-09-111-1/+1
* support pkg attribute on dep to declare package name different from app nameTristan Sloughter2015-08-231-0/+9
* add tree option to deps command that prints pkg deps treeTristan Sloughter2015-08-031-13/+23
* include app.src.script in app discover and always use if availableTristan Sloughter2015-07-261-1/+2
* check format of config file and print the bad section in the errorTristan Sloughter2015-06-181-3/+26
* print and format error message for bad .app files and all bad configsTristan Sloughter2015-05-221-12/+2
* merge_locks crashed if a config didn't have a deps entryTristan Sloughter2015-04-231-1/+1
* real bootstrappingTristan Sloughter2015-04-221-1/+0
* clean ups from Fred's commentsTristan Sloughter2015-04-111-2/+2
* error on dep name that isn't an atomTristan Sloughter2015-04-111-4/+11
* support single atoms for pkg deps, fetch highest version availableTristan Sloughter2015-04-111-18/+22
* Fix lock merging for nonexistant lock files.Fred Hebert2015-02-231-0/+5
* don't attempt to merge locks when there are no dependenciesalisdair sullivan2015-02-221-1/+1
* consolidate app validation and exist checksTristan Sloughter2015-02-221-1/+1
* check for newly added deps in config file that aren't level 0 in the lockTristan Sloughter2015-02-191-1/+36
* handle throw by relxTristan Sloughter2014-11-081-3/+3
* split options up by taskTristan Sloughter2014-10-101-1/+0
* slowly widdling away at dialyzer errorsTristan Sloughter2014-09-201-2/+2
* start of moving to splitting state from config parsingTristan Sloughter2014-08-171-259/+12
* add rebar update providerTristan Sloughter2014-08-161-1/+9
* replace logging with ec_cmd_log from erlware_commonsTristan Sloughter2014-08-161-2/+2
* large refactoringTristan Sloughter2014-08-161-39/+109
* Use correct types for OTP >=17.xTuncer Ayaz2014-06-291-1/+1
* Fix a few minor formatting inconsistenciesTuncer Ayaz2014-06-291-2/+2
* Fix build for 17.0 using the solutiong proposed by @tsloughterMatwey V. Kornilov2014-06-081-4/+12
* Fix #56 (always-on recursion)Tuncer Ayaz2014-03-111-0/+4
* Fix is_verbose/1 helper functionTuncer Ayaz2013-12-061-5/+0
* rebar_config:is_verbose/0: fix variable nameTuncer Ayaz2013-12-061-2/+2
* Remove two commentsTuncer Ayaz2012-08-041-2/+0
* Refactor setup_env rebar_config funsTuncer Ayaz2012-08-041-5/+4
* Do not use application:set_envTuncer Ayaz2012-07-231-26/+35
* Document rebar_config TODOsTuncer Ayaz2012-07-131-0/+2
* Make sure cached setup_envs are resetTuncer Ayaz2012-07-131-1/+4