Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove warnings reported by xref | Klas Johansson | 2010-06-19 | 1 | -1/+1 |
| | | | | | | | Replace rebar_util:get_cwd/0 by rebar_utils:get_cwd/0. Luckily the misspelt module name doesn't seem to have caused any harm, since rebar_app_utils:is_app_dir/0 and rebar_rel_utils:is_rel_dir/0 aren't called (only their /1 counterparts). | ||||
* | Removing some unnecessary debugging messages | Dave Smith | 2010-06-09 | 1 | -2/+0 |
| | | | | | --HG-- extra : rebase_source : 05a045be5aed66ee292e6f5896ab6de71d4a2128 | ||||
* | Complete implementation for simplistic .app.src processing. | Dave Smith | 2010-05-07 | 1 | -6/+24 |
| | |||||
* | Add caching of app file | Dave Smith | 2010-04-28 | 1 | -7/+13 |
| | |||||
* | Refactoring app file access to be via rebar_app_utils in prep for supporting ↵ | Dave Smith | 2010-04-28 | 1 | -5/+40 |
| | | | | .app.src | ||||
* | Added vi modeline/emacs local variables to file headers | Tuncer Ayaz | 2009-12-31 | 1 | -0/+2 |
| | |||||
* | Refactor rebar to build a self-contained script | Dave Smith | 2009-12-04 | 1 | -2/+2 |
| | |||||
* | More gross structural work; now has log levels and broken out log level control | Dave Smith | 2009-11-29 | 1 | -1/+20 |
| | |||||
* | Initial commit | Dave Smith | 2009-11-25 | 1 | -0/+39 |