Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add rebar_utils:deprecated/4 and remove define | Tuncer Ayaz | 2011-12-12 | 1 | -3/+0 |
| | |||||
* | Restore R13B03 compatibility for building rebar | Mattias Holmlund | 2011-07-28 | 1 | -3/+0 |
| | | | | | The ability to overload macros was added in Erlang R13B04. The second form was not used anyway. | ||||
* | Deprecate xrl_opts/yrl_opts fail_on_warning opt | Tuncer Ayaz | 2011-06-08 | 1 | -4/+4 |
| | |||||
* | Deprecate fail_on_warning and refactor code | Tuncer Ayaz | 2011-04-07 | 1 | -0/+6 |
| | |||||
* | Clean up specs | Tuncer Ayaz | 2011-03-28 | 1 | -3/+0 |
| | |||||
* | Remove unused record definition | Tuncer Ayaz | 2011-03-28 | 1 | -2/+0 |
| | |||||
* | Add -spec support to rebar_ct command line | Tim Watson | 2011-02-21 | 1 | -1/+0 |
| | | | | | | | | | | | | | This change adds support for executing ct test runs based on test specificiations, which was missing previously. The rebar_ct module now looks for any number of files with a name ending in `test.spec` and if it finds one or more, passes these after the `-spec` argument to ct_run instead of explicitly configuring the config, user config and coverage config variables. When no specifications are found, then the module behaves as it did before this change, and both the ct1 and (new) ct2 integration tests appear to show this is a backwards compatible patch. | ||||
* | Overhaul env expansion so that rebar fully expands env refs prior to ↵ | Dave Smith | 2010-02-16 | 1 | -1/+1 |
| | | | | invoking the shell script. Also now using DRV_* env vars for compilation/linking of files found in c_src; this frees up "normal" CFLAGS/LDFLAGS for usage in sub build scripts. | ||||
* | Use init:stop/1 over halt/1 to ensure all I/O gets a chance to flush | Dave Smith | 2010-02-05 | 1 | -1/+1 |
| | |||||
* | Include support for dialyzer | iw | 2010-01-07 | 1 | -0/+2 |
| | |||||
* | Adding ?ABORT macro | Dave Smith | 2009-12-28 | 1 | -0/+2 |
| | |||||
* | More gross structural work; now has log levels and broken out log level control | Dave Smith | 2009-11-29 | 1 | -2/+8 |
| | |||||
* | Adding support for basic compilation ordering | Dave Smith | 2009-11-25 | 1 | -0/+2 |
| | |||||
* | Getting basic erlang compilation working | Dave Smith | 2009-11-25 | 1 | -0/+2 |
| | |||||
* | Initial commit | Dave Smith | 2009-11-25 | 1 | -0/+4 |