| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Tweak ignore file | Dave Smith | 2009-12-23 | 1 | -2/+2 |
* | rebar can now compile ErlyDTL files (if erlydtl is installed) | Bryan Fink | 2009-12-22 | 2 | -0/+169 |
* | Adding rudimentary escript generator | Dave Smith | 2009-12-22 | 2 | -1/+66 |
* | add hrl-triggered recompiling to 'eunit' build as well | Bryan Fink | 2009-12-21 | 2 | -2/+2 |
* | recompile files if their "includes" have changed | Bryan Fink | 2009-12-21 | 3 | -24/+64 |
* | Adding some addt'l logging to make it easier to diagnose probs | Dave Smith | 2009-12-20 | 1 | -1/+5 |
* | Minor formatting fix | Dave Smith | 2009-12-20 | 1 | -1/+2 |
* | Added optional LFE compilation abilities to rebar | Tim Dysinger | 2009-12-18 | 2 | -0/+66 |
* | Bumping to 2 | Dave Smith | 2009-12-18 | 1 | -1/+1 |
* | Added tag RELEASE-1 for changeset e8747041ef63 | Dave Smith | 2009-12-18 | 1 | -0/+1 |
* | Revert change to linking order arguments | Dave Smith | 2009-12-18 | 1 | -1/+1 |
* | Adding simple checks for necessary version of ERTS + Reltool | Dave Smith | 2009-12-17 | 1 | -0/+20 |
* | Reorder arguments to CC for linking and fix needs_link to function properly | Dave Smith | 2009-12-16 | 1 | -3/+5 |
* | Make sure to append overlay files to end of spec; otherwise might be overwrit... | Dave Smith | 2009-12-16 | 1 | -1/+1 |
* | Adding support for overlays | Dave Smith | 2009-12-14 | 1 | -1/+30 |
* | Make sure to fail if run_modules generates ANY error. Thanks, Rusty. :) | Dave Smith | 2009-12-14 | 1 | -2/+2 |
* | Run eunit in .eunit dir to ensure any created/temporary files are created there | Dave Smith | 2009-12-14 | 1 | -0/+8 |
* | Fixing warning | Dave Smith | 2009-12-14 | 1 | -8/+0 |
* | Enable fail_on_warning by default | Dave Smith | 2009-12-14 | 1 | -0/+1 |
* | Adding fail_on_warning support | Dave Smith | 2009-12-14 | 1 | -8/+26 |
* | Fixing number of warnings and buglets | Dave Smith | 2009-12-14 | 7 | -18/+13 |
* | Merging from bitbucket | Dave Smith | 2009-12-12 | 1 | -24/+85 |
|\ |
|
| * | Adding rudimentary support for creating empty dirs in reltool target | Dave Smith | 2009-12-11 | 1 | -24/+85 |
* | | Merging mainline | Dave Smith | 2009-12-12 | 6 | -78/+222 |
|\ \
| |/ |
|
| * | Merge | Dave Smith | 2009-12-10 | 2 | -2/+106 |
| |\ |
|
| | * | Add support for coverage generation | Dave Smith | 2009-12-09 | 1 | -2/+103 |
| | * | Make sure crypto is running as lots of things use it | Dave Smith | 2009-12-09 | 1 | -0/+3 |
| * | | Add ability to forcibly overwrite existing release | Dave Smith | 2009-12-10 | 1 | -1/+14 |
| |/ |
|
| * | Remove unnecessary debug in _core; adding EQC flag for eunit builds | Dave Smith | 2009-12-08 | 2 | -3/+24 |
| * | Updating bootstrap to embed the build time into a macro that we can pull via ... | Dave Smith | 2009-12-07 | 2 | -3/+30 |
| * | Refactoring eunit to support in-module tests | Dave Smith | 2009-12-07 | 1 | -79/+44 |
| * | Adding convenience method for determing verbosity of run | Dave Smith | 2009-12-07 | 1 | -1/+10 |
| * | Merging | Dave Smith | 2009-12-07 | 1 | -1/+6 |
| |\ |
|
| | * | Make sure to bail w/ return code of 1 when error has occurred | Dave Smith | 2009-12-07 | 1 | -1/+6 |
* | | | Refactor of core logic to provide better control over recursion and code path... | Dave Smith | 2009-12-12 | 3 | -157/+127 |
|/ / |
|
* | | Added support for eunit tests as test/*_tests.erl | Jon Meredith | 2009-12-05 | 3 | -2/+149 |
|/ |
|
* | Adding rebar.erl -- not sure how that got missed, yet worked!? | Dave Smith | 2009-12-04 | 1 | -0/+30 |
* | Add a nice message | Dave Smith | 2009-12-04 | 1 | -1/+7 |
* | Refactor rebar to build a self-contained script | Dave Smith | 2009-12-04 | 7 | -61/+59 |
* | Added check for suite compilation failures to rebar_ct. | Jon Meredith | 2009-12-04 | 1 | -4/+12 |
* | Changed the rebar command to exit non-zero on error. | Jon Meredith | 2009-12-04 | 1 | -1/+6 |
* | Added rebar_ct to support common_test targets test, int_test and perf_test. | Jon Meredith | 2009-12-03 | 2 | -1/+199 |
* | Added now_str to return the local time as a string. | jmeredith@jons-macbook.local | 2009-12-03 | 1 | -1/+6 |
* | Ongoing reltool integration work; now better able to identify issues with mis... | Dave Smith | 2009-12-03 | 1 | -16/+81 |
* | 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 fail... | Dave Smith | 2009-12-03 | 1 | -0/+2 |
* | 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 exist... | Dave Smith | 2009-12-02 | 1 | -3/+12 |
* | Adding first crack at reltool support | Dave Smith | 2009-12-02 | 4 | -45/+143 |