summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixing warningDave Smith2009-12-141-8/+0
|
* Enable fail_on_warning by defaultDave Smith2009-12-141-0/+1
|
* Adding fail_on_warning supportDave Smith2009-12-141-8/+26
|
* Fixing number of warnings and bugletsDave Smith2009-12-147-18/+13
|
* Merging from bitbucketDave Smith2009-12-121-24/+85
|\
| * Adding rudimentary support for creating empty dirs in reltool targetDave Smith2009-12-111-24/+85
| |
* | Merging mainlineDave Smith2009-12-126-78/+222
|\ \ | |/
| * MergeDave Smith2009-12-102-2/+106
| |\
| | * Add support for coverage generationDave Smith2009-12-091-2/+103
| | |
| | * Make sure crypto is running as lots of things use itDave Smith2009-12-091-0/+3
| | |
| * | Add ability to forcibly overwrite existing releaseDave Smith2009-12-101-1/+14
| |/
| * Remove unnecessary debug in _core; adding EQC flag for eunit buildsDave Smith2009-12-082-3/+24
| |
| * Updating bootstrap to embed the build time into a macro that we can pull via ↵Dave Smith2009-12-072-3/+30
| | | | | | | | "version" command
| * Refactoring eunit to support in-module testsDave Smith2009-12-071-79/+44
| |
| * Adding convenience method for determing verbosity of runDave Smith2009-12-071-1/+10
| |
| * MergingDave Smith2009-12-071-1/+6
| |\
| | * Make sure to bail w/ return code of 1 when error has occurredDave Smith2009-12-071-1/+6
| | |
* | | Refactor of core logic to provide better control over recursion and code ↵Dave Smith2009-12-123-157/+127
|/ / | | | | | | path mgmt
* | Added support for eunit tests as test/*_tests.erlJon Meredith2009-12-053-2/+149
|/
* Adding rebar.erl -- not sure how that got missed, yet worked!?Dave Smith2009-12-041-0/+30
|
* Add a nice messageDave Smith2009-12-041-1/+7
|
* Refactor rebar to build a self-contained scriptDave Smith2009-12-047-61/+59
|
* Added check for suite compilation failures to rebar_ct.Jon Meredith2009-12-041-4/+12
|
* Changed the rebar command to exit non-zero on error.Jon Meredith2009-12-041-1/+6
|
* Added rebar_ct to support common_test targets test, int_test and perf_test.Jon Meredith2009-12-032-1/+199
|
* Added now_str to return the local time as a string.jmeredith@jons-macbook.local2009-12-031-1/+6
|
* Ongoing reltool integration work; now better able to identify issues with ↵Dave Smith2009-12-031-16/+81
| | | | missing apps in code path
* Deal more gracefully with errorsDave Smith2009-12-031-3/+4
|
* If failure is controlled (i.e. via ?FAIL macro), don't print out that it ↵Dave Smith2009-12-031-0/+2
| | | | failed (expectation is that the caller already did that)
* Fix up some errors found by rebar now that we use it for compilationDave Smith2009-12-021-0/+2
|
* Use existing rebar for compile, if it's availableDave Smith2009-12-021-3/+9
|
* Fix up installation problems that occurred when priv/include dirs don't ↵Dave Smith2009-12-021-3/+12
| | | | exist (they are optional)
* Adding first crack at reltool supportDave Smith2009-12-024-45/+143
|
* Add hooks for getting list of release modulesDave Smith2009-12-021-6/+3
|
* Make sure reason for crash is available for debug loggingDave Smith2009-12-021-1/+1
|
* Adding support for parallel compilation; use 3 workers by defaultDave Smith2009-12-011-10/+60
|
* Adding support for subdirsDave Smith2009-12-011-2/+23
|
* Basic implementation of port compiler is now completeDave Smith2009-12-011-76/+171
|
* Adding more flexible arch check; adding sh commandDave Smith2009-12-011-1/+41
|
* Adding generic get/3; still need some cleanupDave Smith2009-12-011-0/+9
|
* Adding delete_each/1Dave Smith2009-12-011-1/+15
|
* MergingDave Smith2009-11-304-10/+76
|\
| * Connected up symlinking the list of progs in rebar.config/app_binJon Meredith2009-11-303-3/+8
| | | | | | | | to the OTP bin dir.
| * Renamed app_installer to otp_app.Jon Meredith2009-11-302-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 implementationDave Smith2009-11-303-1/+211
|/
* Add protobuffs compiler moduleDave Smith2009-11-302-1/+134
|
* Pass through flags for installDave Smith2009-11-301-1/+1
|
* Fix bootstrap installer to setup path so that rebar runs properlyDave Smith2009-11-301-0/+2
|
* Remove emakefile in lieu of simple install scriptDave Smith2009-11-301-2/+0
|
* More workDave Smith2009-11-303-7/+88
|