| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | 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 |
| | |_|/ /
| |/| | | |
|
* | | | | | Debug log update | Stuart Thackray | 2016-05-27 | 1 | -1/+1 |
|/ / / / |
|
* | | | | filter available package versions individually by buildtools | Tristan Sloughter | 2016-05-22 | 1 | -6/+6 |
* | | | | Fix path command to consider {deps_dir, "deps"} in rebar.config | zsoci | 2016-05-18 | 1 | -4/+4 |
* | | | | #1185 fix windows git working directory | Post hawk | 2016-05-18 | 1 | -2/+9 |
| |_|/
|/| | |
|
* | | | Merge pull request #1194 from tsloughter/provider_hook_paths | Tristan Sloughter | 2016-05-16 | 1 | -12/+16 |
|\ \ \ |
|
| * | | | don't needlessly update the code path twice if no hooks to run | Tristan Sloughter | 2016-05-16 | 1 | -12/+16 |
* | | | | don't generated coverage for `extra_src_dirs` | alisdair sullivan | 2016-05-15 | 1 | -17/+2 |
|/ / / |
|
* | | | Fix shell node startup | Carlos Gonzalez | 2016-05-09 | 1 | -0/+4 |
| |/
|/| |
|
* | | Merge pull request #1056 from lpgauth/xref_ignores | Fred Hebert | 2016-04-30 | 1 | -10/+12 |
|\ \ |
|
| * | | Add support for xref_ignores | Louis-Philippe Gauthier | 2016-02-12 | 1 | -10/+12 |
* | | | Merge pull request #1121 from frojasg/feature/config-rebar-dir-using-env-var | Tristan Sloughter | 2016-04-30 | 2 | -3/+11 |
|\ \ \ |
|
| * | | | Read env var REBAR_CACHE_DIR on rebar3 only once | Francisco Rojas | 2016-04-06 | 2 | -11/+12 |
| * | | | Add spec for global_cache_dir | Francisco Rojas | 2016-03-17 | 1 | -0/+1 |
| * | | | Allows overwrite default cache dir using REBAR_CACHE_DIR | Francisco Rojas | 2016-03-15 | 1 | -2/+8 |
* | | | | Merge pull request #1158 from ferd/fix-remote-shell-logger | Tristan Sloughter | 2016-04-30 | 1 | -1/+3 |
|\ \ \ \ |
|
| * | | | | Fixes logging from remote shells in rebar3 shell | Fred Hebert | 2016-04-13 | 1 | -1/+3 |
| | |_|/
| |/| | |
|