Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update readme and completions for new commands | Tristan Sloughter | 2015-06-20 | 1 | -1/+3 |
| | |||||
* | Bump to alpha-6 | Fred Hebert | 2015-05-31 | 1 | -1/+1 |
| | |||||
* | add Windows build badge | Tristan Sloughter | 2015-05-21 | 1 | -1/+1 |
| | |||||
* | update readme building instructions to prefer source | Tristan Sloughter | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | Bump to alpha-5 | Fred Hebert | 2015-05-05 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog since alpha-4: - rebar3 now bootstraps itself - app compile fixes on app info contents and config inheritance - dropping ErlyDTL and going to Mustache for smaller executable sizes and faster load time on small CPUs - dropping `erlydtl compile` command, ErlyDTL task moved to a plugin - default dependencies are always fetched in the right place and don't need to be copied across profile runs - escriptize fixes - `unlock` command added - resolving/avoiding clashes when a rebar3 dep and an application dependency conflict together - profile deduplication (`rebar3 as test,test,prod,test eunit` returns the profile/directories for `prod+test`) - `upgrade` command bugfixes to recognize promotion of transient deps to top-level deps - support template when rebar3 is run as an embedded library - some optimizations - parse transform support is better in erl_opts - fixes to package handling - fixes to `rebar3 deps` | ||||
* | update readme instructions | Tristan Sloughter | 2015-04-22 | 1 | -1/+10 |
| | |||||
* | update readme provider | Tristan Sloughter | 2015-04-22 | 1 | -1/+6 |
| | |||||
* | update readme bootstrap instructions | Tristan Sloughter | 2015-04-22 | 1 | -5/+1 |
| | |||||
* | Bump to alpha-4 | Fred Hebert | 2015-04-14 | 1 | -1/+1 |
| | |||||
* | fix build instruction | Isaiah Peng | 2015-04-09 | 1 | -1/+1 |
| | |||||
* | Bump to alpha-3 | Fred Hebert | 2015-04-05 | 1 | -1/+1 |
| | |||||
* | fix congratulation message in README.md | derwinlu | 2015-04-01 | 1 | -1/+1 |
| | |||||
* | Bump to alpha-2 | Fred Hebert | 2015-03-24 | 1 | -1/+1 |
| | |||||
* | Bump to alpha-1 | Fred Hebert | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | Bump to alpha | Fred Hebert | 2015-03-08 | 1 | -4/+5 |
| | |||||
* | Add escriptize provider and a minimal test | Pierre Fenoll | 2015-03-06 | 1 | -7/+1 |
| | |||||
* | add `cover` task to README | alisdair sullivan | 2015-03-03 | 1 | -0/+1 |
| | |||||
* | Documentation is maintained on www.rebar3.org | Fred Hebert | 2015-02-27 | 1 | -0/+2 |
| | |||||
* | add edoc provider | Tristan Sloughter | 2015-02-25 | 1 | -0/+1 |
| | |||||
* | Add xref provider for cross reference analysis | Kelly McLaughlin | 2015-02-05 | 1 | -0/+1 |
| | | | | | | | | | | | * Add a provider for the xref tool for running cross reference analysis on a project. Most of the code has been ported directly from the rebar2 rebar_xref module with some modification and cleanup to support testing. * Port over the eunit test suite from rebar2, but convert it to common_test. The testing is the same, but now the erlang term output is examined to determine if the test run is successful instead of scanning the console output for the expected strings. | ||||
* | Update README.md | Linus.yuan | 2015-01-07 | 1 | -1/+1 |
| | |||||
* | update readme for 'as' | Tristan Sloughter | 2014-12-16 | 1 | -0/+1 |
| | |||||
* | update README about escriptize command is still to do | Tristan Sloughter | 2014-11-20 | 1 | -2/+8 |
| | |||||
* | link to mailing-list pre-alpha announcement in README | Fred Hebert | 2014-11-16 | 1 | -2/+3 |
| | |||||
* | Add warnings to README for pre-alpha quality | Fred Hebert | 2014-11-14 | 1 | -2/+6 |
| | |||||
* | fix badge to be on master | Tristan Sloughter | 2014-11-13 | 1 | -1/+1 |
| | |||||
* | update travis settings for rebar/rebar3 repo | Tristan Sloughter | 2014-11-13 | 1 | -1/+1 |
| | |||||
* | add dialyzer to readme | Tristan Sloughter | 2014-11-08 | 1 | -0/+1 |
| | |||||
* | fix typo in README | Tristan Sloughter | 2014-11-05 | 1 | -1/+1 |
| | |||||
* | update README | Tristan Sloughter | 2014-11-05 | 1 | -18/+8 |
| | |||||
* | update readme list of commands | Tristan Sloughter | 2014-11-03 | 1 | -6/+1 |
| | |||||
* | change travis status image to rebar3 | Tristan Sloughter | 2014-10-18 | 1 | -1/+1 |
| | |||||
* | update readme | Tristan Sloughter | 2014-10-10 | 1 | -7/+9 |
| | |||||
* | update README | Tristan Sloughter | 2014-10-01 | 1 | -6/+7 |
| | |||||
* | update readme | Tristan Sloughter | 2014-09-20 | 1 | -13/+11 |
| | |||||
* | update package index url and README list of tasks | Tristan Sloughter | 2014-08-27 | 1 | -2/+8 |
| | |||||
* | update readme | Tristan Sloughter | 2014-08-17 | 1 | -1/+4 |
| | |||||
* | add rebar update provider | Tristan Sloughter | 2014-08-16 | 1 | -0/+1 |
| | |||||
* | large refactoring | Tristan Sloughter | 2014-08-16 | 1 | -1/+75 |
| | | | | | | | | Removed separate compilers Resolves apps to build Finds avail deps before pulling/building Includes relx Simplifies build commands | ||||
* | Extract contributing guide into CONTRIBUTING.md | Tuncer Ayaz | 2013-09-20 | 1 | -71/+1 |
| | | | | | While at it, refactor the guide for clarity. Some of the new text was taken from erlware/relx/CONTRIBUTING.md and modified as needed. | ||||
* | Update travis-ci link. | Dave Smith | 2012-10-31 | 1 | -1/+1 |
| | |||||
* | Various updates for README to reflect new home for rebar | Dave Smith | 2012-10-30 | 1 | -44/+40 |
| | |||||
* | Re-format README changes | Tuncer Ayaz | 2012-07-24 | 1 | -2/+6 |
| | |||||
* | Add Community section to README | Fred Hebert | 2012-07-24 | 1 | -0/+16 |
| | | | | | Links to the mailing list, issues page, and wiki are included, plus information relative to the IRC channel. | ||||
* | Update README: 'make check' requires debug_info | Tuncer Ayaz | 2012-07-02 | 1 | -1/+1 |
| | |||||
* | Update README | Tuncer Ayaz | 2012-07-01 | 1 | -29/+14 |
| | |||||
* | Update README | Tuncer Ayaz | 2012-06-30 | 1 | -3/+3 |
| | |||||
* | Update README | Tuncer Ayaz | 2012-06-30 | 1 | -2/+1 |
| | |||||
* | Update README | Tuncer Ayaz | 2012-06-30 | 1 | -3/+1 |
| | |||||
* | Update README | Tuncer Ayaz | 2012-06-30 | 1 | -3/+5 |
| |