| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1288 from ElectronicRU/master | Fred Hebert | 2016-08-10 | 1 | -1/+1 |
|\ |
|
| * | Typo fix. | Alexander Sedov | 2016-08-04 | 1 | -1/+1 |
* | | Merge pull request #1282 from ssbx/custom_template_dir | Fred Hebert | 2016-08-10 | 1 | -1/+1 |
|\ \ |
|
| * | | template_dir option was forgotten in documentation plus recurse in directory ... | Sébastien Serre | 2016-07-23 | 1 | -1/+1 |
* | | | Handle `escriptize` when the specified app is missing | Nathaniel Waisbrot | 2016-08-04 | 1 | -2/+6 |
| |/
|/| |
|
* | | Merge pull request #1274 from deadtrickster/ssl_verify_fun_bump | Fred Hebert | 2016-08-01 | 1 | -1/+1 |
|\ \ |
|
| * | | ssl_verify_hostname was renamed to ssl_verify_fun | Ilya Khaprov | 2016-07-15 | 1 | -1/+1 |
* | | | Merge pull request #1279 from gbour/fix-dialyzer | alisdair sullivan | 2016-07-31 | 1 | -0/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fix return error on `not_valid` to force .plt file regeneration | Guillaume Bour | 2016-07-30 | 1 | -2/+1 |
| * | | Fix support for `not_valid` dialyzer error | Guillaume Bour | 2016-07-22 | 1 | -0/+3 |
| |/ |
|
* | | Fix opts check when compiler called with dict opts | Fred Hebert | 2016-07-22 | 1 | -1/+7 |
|/ |
|
* | Avoid PLT rebuild when files deleted on new dialyzer | James Fish | 2016-07-11 | 1 | -3/+16 |
* | Don't error when analyzing empty app | James Fish | 2016-07-11 | 1 | -4/+7 |
* | Handle empty PLTs | James Fish | 2016-07-11 | 1 | -1/+12 |
* | Merge pull request #1249 from ferd/required-escript-deps | Fred Hebert | 2016-07-08 | 1 | -5/+19 |
|\ |
|
| * | Escriptize based on configured apps only | Fred Hebert | 2016-06-26 | 1 | -5/+19 |
* | | Fixes for windows environment: 1) copy empty directories when cloning (since ... | Steve Strong | 2016-06-28 | 2 | -3/+3 |
|/ |
|
* | Merge pull request #1207 from ferd/pkg-local-hash-lock | Fred Hebert | 2016-06-22 | 8 | -32/+125 |
|\ |
|
| * | Only display old version warning once | Fred Hebert | 2016-06-10 | 1 | -4/+17 |
| * | Hashes in lockfile are diff friendly | Fred Hebert | 2016-06-09 | 1 | -2/+21 |
| * | Hide the expected hash on fetch output | Fred Hebert | 2016-05-25 | 1 | -1/+5 |
| * | Validate checksums expected vs obtained | Fred Hebert | 2016-05-24 | 2 | -7/+16 |
| * | Fetch hashes from index prior to fetching | Fred Hebert | 2016-05-24 | 1 | -1/+8 |
| * | Support package hashes in structure and lockfile | Fred Hebert | 2016-05-24 | 6 | -26/+67 |
* | | Merge pull request #1242 from jonathn/unset-debug | Fred Hebert | 2016-06-18 | 1 | -2/+2 |
|\ \ |
|
| * | | Let DEBUG="" and QUIET="" mean disable the option | Jon | 2016-06-18 | 1 | -2/+2 |
* | | | go back to semver post-release | Fred Hebert | 2016-06-18 | 1 | -1/+1 |
* | | | Bump to 3.2.0 | Fred Hebert | 2016-06-18 | 1 | -1/+1 |
* | | | Fix unicode rendering of deps tree (issue #1140) | Jon | 2016-06-18 | 1 | -1/+1 |
|/ / |
|
* | | ignore return value of `rebar_utils:reread_config` in shell provider | alisdair sullivan | 2016-06-12 | 1 | -1/+2 |
* | | normalize include dirs to absolute paths during compilation | alisdair sullivan | 2016-06-12 | 1 | -3/+6 |
* | | Merge pull request #1232 from talentdeficit/REBAR-1184 | Fred Hebert | 2016-06-11 | 1 | -0/+7 |
|\ \ |
|
| * | | REBAR-1184 always recompile if `ERL_COMPILER_OPTIONS` env var is set | alisdair sullivan | 2016-06-11 | 1 | -0/+7 |
* | | | Merge pull request #1227 from ferd/compiler-source-format | Fred Hebert | 2016-06-11 | 3 | -13/+67 |
|\ \ \ |
|
| * | | | Fix alternative path printing, default is relative | Fred Hebert | 2016-06-09 | 2 | -38/+39 |
| * | | | Rename 'unchanged' option to 'build' | Fred Hebert | 2016-06-06 | 1 | -4/+4 |
| * | | | Option to format compiler sources | Garrett Smith | 2016-05-02 | 3 | -9/+62 |
* | | | | add support for passing a sys_config to common test | Tristan Sloughter | 2016-06-11 | 4 | -30/+56 |
| |/ /
|/| | |
|
* | | | Support ENV config for proxy values | Fred Hebert | 2016-06-11 | 1 | -1/+5 |
* | | | Merge pull request #1080 from project-fifo/crashdump | Fred Hebert | 2016-06-10 | 4 | -3/+19 |
|\ \ \ |
|
| * | | | Make sure not to dump in api mode | Heinz N. Gies | 2016-04-16 | 4 | -5/+18 |
| * | | | Write rebar3.crashdump on errors | Heinz N. Gies | 2016-04-16 | 2 | -3/+6 |
* | | | | Merge pull request #1164 from snaiper80/fix_cover_compile_error | alisdair sullivan | 2016-06-06 | 1 | -1/+4 |
|\ \ \ \ |
|
| * | | | | Fix compile error case when cover compilation | Lee GiTack | 2016-04-18 | 1 | -1/+4 |
| |/ / / |
|
* | | | | Merge pull request #1219 from ferd/umbrella-upgrade | Fred Hebert | 2016-06-06 | 1 | -1/+23 |
|\ \ \ \ |
|
| * | | | | Rework patch to work without accident | Fred Hebert | 2016-06-06 | 1 | -5/+21 |
| * | | | | Account for umbrella apps' deps in upgrades | Fred Hebert | 2016-06-04 | 1 | -1/+7 |
* | | | | | Handle control sequences in formatted errors | Péter Gömöri | 2016-06-06 | 1 | -2/+2 |
|/ / / / |
|
* | | | | Merge pull request #1211 from erlang/ignore-raw-deps-spec | Fred Hebert | 2016-06-03 | 2 | -1/+24 |
|\ \ \ \ |
|
| * | | | | Don't die when source deps with [raw] are used | Fred Hebert | 2016-05-27 | 2 | -1/+24 |
| | |_|/
| |/| | |
|