summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Added support for eunit tests as test/*_tests.erlJon Meredith2009-12-052-0/+144
|/
* Adding rebar.erl -- not sure how that got missed, yet worked!?Dave Smith2009-12-041-0/+30
* Refactor rebar to build a self-contained scriptDave Smith2009-12-042-3/+3
* Added check for suite compilation failures to rebar_ct.Jon Meredith2009-12-041-4/+12
* Added rebar_ct to support common_test targets test, int_test and perf_test.Jon Meredith2009-12-031-0/+196
* 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 mis...Dave Smith2009-12-031-16/+81
* If failure is controlled (i.e. via ?FAIL macro), don't print out that it fail...Dave Smith2009-12-031-0/+2
* Fix up installation problems that occurred when priv/include dirs don't exist...Dave Smith2009-12-021-3/+12
* Adding first crack at reltool supportDave Smith2009-12-023-44/+140
* 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-302-5/+65
|\
| * Connected up symlinking the list of progs in rebar.config/app_binJon Meredith2009-11-302-3/+7
| * Renamed app_installer to otp_app.Jon Meredith2009-11-301-3/+59
* | Slowly working out port driver implementationDave Smith2009-11-302-1/+210
|/
* Add protobuffs compiler moduleDave Smith2009-11-301-0/+132
* More workDave Smith2009-11-303-7/+88
* Fix some minor typos; create simple install/bootstrapping scriptDave Smith2009-11-292-6/+8
* More gross structural work; now has log levels and broken out log level controlDave Smith2009-11-296-9/+402
* Fix options to be more consistentDave Smith2009-11-251-2/+2
* Adding support for basic compilation orderingDave Smith2009-11-252-10/+53
* Renaming compiler moduleDave Smith2009-11-251-1/+1
* More work on getting compilation and clean working properlyDave Smith2009-11-252-3/+7
* Getting basic erlang compilation workingDave Smith2009-11-252-4/+73
* Initial commitDave Smith2009-11-255-0/+198