summaryrefslogtreecommitdiff
path: root/src/rebar_config.erl
Commit message (Expand)AuthorAgeFilesLines
* Fix 17.x Dialyzer warningsTuncer Ayaz2015-03-311-0/+36
* Consistently format export attributesTuncer Ayaz2014-12-031-6/+19
* 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
* Remove shared stateTuncer Ayaz2012-07-131-36/+82
* Use dict() instead of proplist() for shared envTuncer Ayaz2012-04-231-9/+6
* Use correct value for file:script SCRIPT bindingUlf Wiger2012-04-171-1/+1
* Remove gratuitous blank lineTuncer Ayaz2012-04-171-1/+0
* Fix file:script supportUlf Wiger2012-04-171-1/+1
* Add support for target-specific port optionsTuncer Ayaz2012-04-161-5/+20
* Use file:script if a .config.script file presentUlf Wiger2012-04-161-4/+41
* Support different log levelsTuncer Ayaz2012-01-171-2/+3
* Respect the --config switch when givenTim Watson2011-08-181-12/+9
* Apply Tidier suggestionsTuncer Ayaz2011-07-181-3/+3
* Add support for $HOME/.rebar/configTuncer Ayaz2011-07-061-2/+14
* Clean up specsTuncer Ayaz2011-03-281-0/+8
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
* Fix code clarityTuncer Ayaz2011-01-131-15/+18
* Add possibility to specify rebar config for the "main" applicationAnders2010-11-091-1/+11
* Tidier improvementsKostis Sagonas2010-10-261-6/+1
* Include support for dialyzeriw2010-01-071-3/+0
* Implemented option to specify number of concurrent workers a command may useTuncer Ayaz2010-01-061-1/+7
* Merging w/ bitbucketDave Smith2009-12-311-0/+2
|\
| * Rolled back getopt to restore custom variablesTuncer Ayaz2010-01-011-1/+6
| * 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-6/+1
* | Refactor of rebar_config to facilitate identification of "local" config settingsDave Smith2009-12-311-10/+29
|/
* Deleted trailing whitespaceTuncer Ayaz2009-12-301-1/+1
* Merging mainlineDave Smith2009-12-121-1/+10
|\
| * Adding convenience method for determing verbosity of runDave Smith2009-12-071-1/+10
* | Refactor of core logic to provide better control over recursion and code path...Dave Smith2009-12-121-37/+18
|/
* Add hooks for getting list of release modulesDave Smith2009-12-021-6/+3
* Adding generic get/3; still need some cleanupDave Smith2009-12-011-0/+9
* More gross structural work; now has log levels and broken out log level controlDave Smith2009-11-291-3/+14
* Adding support for basic compilation orderingDave Smith2009-11-251-2/+35
* Getting basic erlang compilation workingDave Smith2009-11-251-1/+11
* Initial commitDave Smith2009-11-251-0/+44