Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | If failure is controlled (i.e. via ?FAIL macro), don't print out that it ↵ | Dave Smith | 2009-12-03 | 1 | -0/+2 | |
| | | | | failed (expectation is that the caller already did that) | |||||
* | Fix up installation problems that occurred when priv/include dirs don't ↵ | Dave Smith | 2009-12-02 | 1 | -3/+12 | |
| | | | | exist (they are optional) | |||||
* | Adding first crack at reltool support | Dave Smith | 2009-12-02 | 3 | -44/+140 | |
| | ||||||
* | Add hooks for getting list of release modules | Dave Smith | 2009-12-02 | 1 | -6/+3 | |
| | ||||||
* | Make sure reason for crash is available for debug logging | Dave Smith | 2009-12-02 | 1 | -1/+1 | |
| | ||||||
* | Adding support for parallel compilation; use 3 workers by default | Dave Smith | 2009-12-01 | 1 | -10/+60 | |
| | ||||||
* | Adding support for subdirs | Dave Smith | 2009-12-01 | 1 | -2/+23 | |
| | ||||||
* | Basic implementation of port compiler is now complete | Dave Smith | 2009-12-01 | 1 | -76/+171 | |
| | ||||||
* | Adding more flexible arch check; adding sh command | Dave Smith | 2009-12-01 | 1 | -1/+41 | |
| | ||||||
* | Adding generic get/3; still need some cleanup | Dave Smith | 2009-12-01 | 1 | -0/+9 | |
| | ||||||
* | Adding delete_each/1 | Dave Smith | 2009-12-01 | 1 | -1/+15 | |
| | ||||||
* | Merging | Dave Smith | 2009-11-30 | 2 | -5/+65 | |
|\ | ||||||
| * | Connected up symlinking the list of progs in rebar.config/app_bin | Jon Meredith | 2009-11-30 | 2 | -3/+7 | |
| | | | | | | | | to the OTP bin dir. | |||||
| * | Renamed app_installer to otp_app. | Jon Meredith | 2009-11-30 | 1 | -3/+59 | |
| | | | | | | | | | | | | | | | | 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 | 2 | -1/+210 | |
|/ | ||||||
* | Add protobuffs compiler module | Dave Smith | 2009-11-30 | 1 | -0/+132 | |
| | ||||||
* | More work | Dave Smith | 2009-11-30 | 3 | -7/+88 | |
| | ||||||
* | Fix some minor typos; create simple install/bootstrapping script | Dave Smith | 2009-11-29 | 2 | -6/+8 | |
| | ||||||
* | More gross structural work; now has log levels and broken out log level control | Dave Smith | 2009-11-29 | 6 | -9/+402 | |
| | ||||||
* | 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 | 2 | -10/+53 | |
| | ||||||
* | Renaming compiler module | Dave Smith | 2009-11-25 | 1 | -1/+1 | |
| | | | | | --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 | 2 | -3/+7 | |
| | ||||||
* | Getting basic erlang compilation working | Dave Smith | 2009-11-25 | 2 | -4/+73 | |
| | ||||||
* | Initial commit | Dave Smith | 2009-11-25 | 5 | -0/+198 | |