summaryrefslogtreecommitdiff
path: root/src/rebar_subdirs.erl
Commit message (Collapse)AuthorAgeFilesLines
* Remove shared stateTuncer Ayaz2012-07-131-1/+1
|
* Make rebar understand wildcard in subdirЮрин Вячеслав2012-03-091-1/+2
| | | | | | If you have dir with many erlang app, then you can simple write {sub_dirs, ["some_dir/*"]}. Rebar will make operation on subdirs of dir "some_dir".
* Warn if we ignore a skip_dir's sub_dirsTuncer Ayaz2012-01-131-4/+7
|
* Ignore sub_dirs in skip_dirsTuncer Ayaz2012-01-101-5/+10
|
* Correct sub_dirs loop log messageTuncer Ayaz2011-07-071-2/+2
|
* Log if sub_dirs loop is detectedTuncer Ayaz2011-07-061-2/+35
|
* Clean up codeTuncer Ayaz2011-02-061-2/+2
|
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
|
* Heavy-duty refactor to support truly transitive dependenciesDave Smith2010-06-091-1/+1
| | | | | --HG-- extra : rebase_source : 41c7f1c337a7cb63582aecd7b87ba998b40ba3aa
* Merging w/ bitbucketDave Smith2009-12-311-0/+2
|\
| * Added vi modeline/emacs local variables to file headersTuncer Ayaz2009-12-311-0/+2
| |
* | Use new rebar_config API to avoid having to actually delete/change the ↵Dave Smith2009-12-311-6/+2
|/ | | | config any
* Refactoring core logic in preparation for dependency mgmt; breaking out ↵Dave Smith2009-12-251-0/+44
sub_dir determination into dedicated module