Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Adding delete_each/1 | Dave Smith | 2009-12-01 | 1 | -1/+15 | |
| | ||||||
* | Merging | Dave Smith | 2009-11-30 | 4 | -10/+76 | |
|\ | ||||||
| * | Connected up symlinking the list of progs in rebar.config/app_bin | Jon Meredith | 2009-11-30 | 3 | -3/+8 | |
| | | | | | | | | to the OTP bin dir. | |||||
| * | Renamed app_installer to otp_app. | Jon Meredith | 2009-11-30 | 2 | -8/+69 | |
| | | | | | | | | | | | | | | | | Added compile check for app name. Added compile check for app modules --HG-- rename : src/rebar_app_installer.erl => src/rebar_otp_app.erl | |||||
* | | Slowly working out port driver implementation | Dave Smith | 2009-11-30 | 3 | -1/+211 | |
|/ | ||||||
* | Add protobuffs compiler module | Dave Smith | 2009-11-30 | 2 | -1/+134 | |
| | ||||||
* | Pass through flags for install | Dave Smith | 2009-11-30 | 1 | -1/+1 | |
| | ||||||
* | Fix bootstrap installer to setup path so that rebar runs properly | Dave Smith | 2009-11-30 | 1 | -0/+2 | |
| | ||||||
* | Remove emakefile in lieu of simple install script | Dave Smith | 2009-11-30 | 1 | -2/+0 | |
| | ||||||
* | More work | Dave Smith | 2009-11-30 | 3 | -7/+88 | |
| | ||||||
* | Fix some minor typos; create simple install/bootstrapping script | Dave Smith | 2009-11-29 | 3 | -6/+19 | |
| | ||||||
* | Adding ignore file | Dave Smith | 2009-11-29 | 1 | -0/+1 | |
| | ||||||
* | More gross structural work; now has log levels and broken out log level control | Dave Smith | 2009-11-29 | 9 | -147/+417 | |
| | ||||||
* | Fix options to be more consistent | Dave Smith | 2009-11-25 | 1 | -2/+2 | |
| | ||||||
* | Adding support for basic compilation ordering | Dave Smith | 2009-11-25 | 3 | -10/+55 | |
| | ||||||
* | Renaming compiler module | Dave Smith | 2009-11-25 | 2 | -3/+3 | |
| | | | | | --HG-- rename : src/rebar_doterl_compiler.erl => src/rebar_erlc_compiler.erl | |||||
* | More work on getting compilation and clean working properly | Dave Smith | 2009-11-25 | 3 | -19/+37 | |
| | ||||||
* | Getting basic erlang compilation working | Dave Smith | 2009-11-25 | 4 | -5/+76 | |
| | ||||||
* | Initial commit | Dave Smith | 2009-11-25 | 10 | -0/+403 | |