Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Ongoing reltool integration work; now better able to identify issues with ↵ | Dave Smith | 2009-12-03 | 1 | -16/+81 | |
| | | | | missing apps in code path | |||||
* | Deal more gracefully with errors | Dave Smith | 2009-12-03 | 1 | -3/+4 | |
| | ||||||
* | 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 some errors found by rebar now that we use it for compilation | Dave Smith | 2009-12-02 | 1 | -0/+2 | |
| | ||||||
* | Use existing rebar for compile, if it's available | Dave Smith | 2009-12-02 | 1 | -3/+9 | |
| | ||||||
* | 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 | 4 | -45/+143 | |
| | ||||||
* | 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 | 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 | |