summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Implemented getopt option supportTuncer Ayaz2009-12-292-4/+364
|
* Silence warnings, courtesy of Tuncer AyazDave Smith2009-12-282-2/+2
|
* Adding placeholder for dep mgmtDave Smith2009-12-251-0/+36
|
* Refactoring core logic in preparation for dependency mgmt; breaking out ↵Dave Smith2009-12-252-23/+75
| | | | sub_dir determination into dedicated module
* rebar can now compile ErlyDTL files (if erlydtl is installed)Bryan Fink2009-12-221-0/+167
| | | | | defaults to compiling from templates/*.dtl to ebin/*_dtl.beam see top of rebar_erlydtl_compiler for configuration options
* Adding rudimentary escript generatorDave Smith2009-12-221-0/+63
|
* add hrl-triggered recompiling to 'eunit' build as wellBryan Fink2009-12-212-2/+2
|
* recompile files if their "includes" have changedBryan Fink2009-12-213-24/+64
| | | | added parameter to do_compile for passing a function that can extra the list of includes from a file
* Adding some addt'l logging to make it easier to diagnose probsDave Smith2009-12-201-1/+5
|
* Minor formatting fixDave Smith2009-12-201-1/+2
|
* Added optional LFE compilation abilities to rebarTim Dysinger2009-12-181-0/+64
|
* Revert change to linking order argumentsDave Smith2009-12-181-1/+1
|
* Adding simple checks for necessary version of ERTS + ReltoolDave Smith2009-12-171-0/+20
|
* Reorder arguments to CC for linking and fix needs_link to function properlyDave Smith2009-12-161-3/+5
|
* Make sure to append overlay files to end of spec; otherwise might be ↵Dave Smith2009-12-161-1/+1
| | | | overwritten by canonical install
* Adding support for overlaysDave Smith2009-12-141-1/+30
|
* Make sure to fail if run_modules generates ANY error. Thanks, Rusty. :)Dave Smith2009-12-141-2/+2
|
* Run eunit in .eunit dir to ensure any created/temporary files are created thereDave Smith2009-12-141-0/+8
|
* Fixing warningDave Smith2009-12-141-8/+0
|
* 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-125-76/+204
|\ \ | |/
| * 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-071-1/+12
| | | | | | | | "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-122-145/+117
|/ / | | | | | | path mgmt
* | 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 ↵Dave Smith2009-12-031-16/+81
| | | | missing apps in code path
* 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 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-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
|