| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Properly support package aliasing and alt names | Fred Hebert | 2016-09-27 | 2 | -21/+21 |
* | | Merge pull request #1348 from ElectronicRU/master | alisdair sullivan | 2016-10-13 | 3 | -6/+24 |
|\ \ |
|
| * | | Some post-review changes: | Alexander Sedov | 2016-10-11 | 2 | -0/+6 |
| * | | Avoid backward-compatibility-breaking changes. | Alexander Sedov | 2016-10-11 | 3 | -13/+15 |
| * | | Made reading sys.configs consistent with OTP specification. | Alexander Sedov | 2016-10-11 | 3 | -10/+13 |
| * | | Rereading system configuration sets up persistent options if possible. | Alexander Sedov | 2016-10-11 | 1 | -1/+7 |
| * | | Made Common Test load the user's applications before slurping config. | Alexander Sedov | 2016-10-11 | 1 | -0/+1 |
* | | | Merge pull request #1351 from ElectronicRU/fix_stacktrace | Fred Hebert | 2016-10-13 | 1 | -2/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | Get stacktrace only once and as soon as possible. Fixes #1347. | Alexander Sedov | 2016-10-13 | 1 | -2/+3 |
|/ / |
|
* | | Merge pull request #1342 from lrascao/feature/OTP19.1 | Fred Hebert | 2016-10-05 | 1 | -1/+1 |
|\ \ |
|
| * | | Update Travis CI to latest OTP19.1 | Luis Rascao | 2016-10-05 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #1340 from ferd/fix-test-includes-in-compile | Fred Hebert | 2016-09-30 | 2 | -10/+84 |
|\ \ |
|
| * | | Use all_src_dirs for include paths | Fred Hebert | 2016-09-30 | 1 | -2/+2 |
| * | | Fix private includes when compiling in test profile | Fred Hebert | 2016-09-30 | 2 | -10/+84 |
|/ / |
|
* | | Merge pull request #1339 from inaka/elbrujohalcon.behavior | Fred Hebert | 2016-09-28 | 3 | -2/+5 |
|\ \
| |/
|/| |
|
| * | Add support for behaviors, and not just behaviours | Brujo Benavides | 2016-09-28 | 3 | -2/+5 |
|/ |
|
* | Merge pull request #1335 from erlang/rebar-1331 | Fred Hebert | 2016-09-21 | 2 | -8/+37 |
|\ |
|
| * | allow using an alternate regex to locate test modules during eunit runs | alisdair sullivan | 2016-09-20 | 2 | -8/+37 |
|/ |
|
* | Merge pull request #1332 from erlang/rebar-1327 | Fred Hebert | 2016-09-20 | 1 | -1/+15 |
|\ |
|
| * | only compile/cover compile when generating analysis | alisdair sullivan | 2016-09-20 | 1 | -4/+13 |
| * | cover compile prior to calculating coverage | alisdair sullivan | 2016-09-20 | 1 | -1/+6 |
* | | Merge pull request #1333 from erlang/rebar-1328 | Fred Hebert | 2016-09-20 | 2 | -3/+118 |
|\ \
| |/
|/| |
|
| * | recompile all files when a parse transform given as an opt needs updating | alisdair sullivan | 2016-09-20 | 2 | -3/+118 |
|/ |
|
* | Merge pull request #1329 from soranoba/update_bbmustache | Fred Hebert | 2016-09-17 | 2 | -3/+3 |
|\ |
|
| * | update bbmustache 1.3.0 | soranoba | 2016-09-17 | 2 | -3/+3 |
|/ |
|
* | Merge pull request #1321 from vans163/error_on_load_file_failure | Fred Hebert | 2016-09-15 | 1 | -2/+13 |
|\ |
|
| * | replace error with debug | vans163 | 2016-09-03 | 1 | -2/+2 |
| * | log error if a module failed to load_file, the user should be aware | vans163 | 2016-09-03 | 1 | -2/+13 |
* | | Merge pull request #1326 from ddeboer/fix-preserve-ownership | Fred Hebert | 2016-09-15 | 2 | -5/+18 |
|\ \ |
|
| * | | Ignore mv warnings | David de Boer | 2016-09-15 | 2 | -5/+18 |
|/ / |
|
* | | Back to semver version post release | Fred Hebert | 2016-09-02 | 1 | -1/+1 |
* | | Bump to 3.3.1 | Fred Hebert | 2016-09-02 | 2 | -2/+2 |
* | | Merge pull request #1320 from vans163/atomic_compile_and_nif_fix | alisdair sullivan | 2016-09-02 | 1 | -2/+32 |
|\ \
| |/ |
|
| * | delete purge load_file specific order | vans163 | 2016-09-02 | 1 | -1/+1 |
| * | Make less than R17 compatible | vans163 | 2016-09-01 | 1 | -7/+11 |
| * | comment and spacing fixup | vans163 | 2016-09-01 | 1 | -5/+4 |
| * | Update rebar_agent.erl | vans163 | 2016-09-01 | 1 | -3/+3 |
| * | Update rebar_agent.erl | vans163 | 2016-09-01 | 1 | -2/+29 |
|/ |
|
* | Merge pull request #1318 from tuncer/conventional-stacktrace | Fred Hebert | 2016-08-31 | 1 | -1/+1 |
|\ |
|
| * | Print stacktrace in a more conventional way | Tuncer Ayaz | 2016-08-30 | 1 | -1/+1 |
* | | Merge pull request #1316 from erlang/reset_coverdata | alisdair sullivan | 2016-08-27 | 2 | -2/+22 |
|\ \ |
|
| * | | r15 proof cover tests`` | alisdair sullivan | 2016-08-27 | 1 | -1/+2 |
| * | | use `cover:analyse(cover:modules())` for tests instead of `cover:analyse()` | alisdair sullivan | 2016-08-27 | 1 | -1/+1 |
| * | | reset accumulated coverdata on writing out to disk. this prevents | alisdair sullivan | 2016-08-27 | 2 | -2/+21 |
|/ / |
|
* | | Merge pull request #1315 from ferd/fix-hashcheck-noindex | Fred Hebert | 2016-08-27 | 1 | -1/+10 |
|\ \ |
|
| * | | Fix crash when doing hash check with missing index | Fred Hebert | 2016-08-27 | 1 | -1/+10 |
| |/ |
|
* | | Merge pull request #1314 from ferd/cover_excl_mods | alisdair sullivan | 2016-08-27 | 3 | -13/+59 |
|\ \
| |/
|/| |
|
| * | Re-format cover exclusion code | Fred Hebert | 2016-08-27 | 1 | -17/+26 |
| * | Add test suite for cover_excl_mods option | Fred Hebert | 2016-08-27 | 1 | -2/+28 |
| * | Merge branch 'cover_excl_mods' of https://github.com/lpgauth/rebar3 into lpga... | Fred Hebert | 2016-08-27 | 2 | -15/+26 |
| |\
|/ / |
|