Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | handle throw by relx | Tristan Sloughter | 2014-11-08 | 1 | -1/+1 |
| | |||||
* | update README | Tristan Sloughter | 2014-11-05 | 1 | -1/+1 |
| | |||||
* | properly reset cwd after finding version of git resource | Tristan Sloughter | 2014-11-05 | 1 | -0/+1 |
| | |||||
* | preliminary _checkouts/ support | Tristan Sloughter | 2014-10-13 | 1 | -1/+1 |
| | |||||
* | move providers to separate app | Tristan Sloughter | 2014-10-03 | 1 | -9/+0 |
| | |||||
* | fix namespaced types for pre-17 otp | Tristan Sloughter | 2014-09-25 | 1 | -0/+6 |
| | |||||
* | more dialyzer fun. no likey opaque types | Tristan Sloughter | 2014-09-21 | 1 | -1/+1 |
| | |||||
* | move deps and plugins to _ prefixed | Tristan Sloughter | 2014-09-20 | 1 | -2/+2 |
| | |||||
* | install plugins to plugins/ | Tristan Sloughter | 2014-09-20 | 1 | -1/+2 |
| | |||||
* | refactoring and remove unused providers for now | Tristan Sloughter | 2014-08-23 | 1 | -1/+0 |
| | |||||
* | only build unbuilt deps | Tristan Sloughter | 2014-08-18 | 1 | -0/+1 |
| | |||||
* | start of moving to splitting state from config parsing | Tristan Sloughter | 2014-08-17 | 1 | -0/+4 |
| | |||||
* | add rebar update provider | Tristan Sloughter | 2014-08-16 | 1 | -1/+1 |
| | |||||
* | large refactoring | Tristan Sloughter | 2014-08-16 | 1 | -0/+10 |
| | | | | | | | | Removed separate compilers Resolves apps to build Finds avail deps before pulling/building Includes relx Simplifies build commands | ||||
* | Revert "Merge pull request #281 from tuncer/rebar-h-internal" | Fred Hebert | 2014-06-23 | 1 | -0/+14 |
| | | | | | This reverts commit 07e2232847baa634b7d09bdb87dafda6c6bcc4a4, reversing changes made to 37cf470ae9a07cdd2e0769f3af9a8b89fcde8db0. | ||||
* | Move include/rebar.hrl to src/rebar.hrl | Tuncer Ayaz | 2014-05-22 | 1 | -14/+0 |
| | | | | rebar.hrl is only meant to be used by src/*. | ||||
* | Write ERROR messages to standard_error device | Tuncer Ayaz | 2013-12-06 | 1 | -1/+1 |
| | |||||
* | Use separate dirs for eunit and qc | Tuncer Ayaz | 2012-08-09 | 1 | -2/+0 |
| | |||||
* | Add rebar.hrl R13B04 TODO | Tuncer Ayaz | 2012-07-28 | 1 | -0/+3 |
| | | | | | | We have to rename ?FAIL to ?ABORT once we require at least R13B04 for building rebar. Macros with different arity were not supported by the compiler before 13B04. | ||||
* | Fix R13B03 build (Reported-by: Sergey Nartimov) | Tuncer Ayaz | 2012-07-28 | 1 | -2/+1 |
| | |||||
* | Add 'qc' cmd and rename eunit-compile to test-compile | Tuncer Ayaz | 2012-07-23 | 1 | -0/+2 |
| | |||||
* | Remove ?FAIL in favor of ?ABORT | Dave Smith | 2012-06-08 | 1 | -1/+1 |
| | |||||
* | 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 |