summaryrefslogtreecommitdiff
path: root/src/rebar_core.erl
Commit message (Collapse)AuthorAgeFilesLines
...
| * Updating bootstrap to embed the build time into a macro that we can pull via ↵Dave Smith2009-12-071-1/+12
| | | | | | | | "version" command
* | Refactor of core logic to provide better control over recursion and code ↵Dave Smith2009-12-121-108/+99
|/ | | | path mgmt
* Refactor rebar to build a self-contained scriptDave Smith2009-12-041-1/+1
|
* 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)
* Adding first crack at reltool supportDave Smith2009-12-021-40/+38
|
* Adding support for subdirsDave Smith2009-12-011-2/+23
|
* Fix some minor typos; create simple install/bootstrapping scriptDave Smith2009-11-291-1/+3
|
* More gross structural work; now has log levels and broken out log level controlDave Smith2009-11-291-0/+208