Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Work around OTP-21 deprecation of get_stacktrace() | Fred Hebert | 2018-05-03 | 1 | -0/+6 |
| | | | | Based off a macro by @okeuday at https://github.com/erlang/otp/pull/1783 | ||||
* | Extract code path formatting out of compiler | Fred Hebert | 2017-01-21 | 1 | -0/+1 |
| | | | | | | | | This allows to reuse the code for any provider that formats source files out to the user. The option to configure it does remain compiler-centric for backwards compatibility | ||||
* | Always read REBAR_CONFIG env var when loading config | Eric Meadows-Jönsson | 2016-11-22 | 1 | -1/+0 |
| | |||||
* | Merge pull request #1207 from ferd/pkg-local-hash-lock | Fred Hebert | 2016-06-22 | 1 | -0/+1 |
|\ | | | | | lock file contains expected hash for pkg dependencies | ||||
| * | Support package hashes in structure and lockfile | Fred Hebert | 2016-05-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | - the internal representation for package locks moves from `{Name, {pkg, PkgName, Vsn}, Lvl}` to `{Name, {pkg, PkgName, Vsn, Hash}, Lvl}` - the internal representation for packages moves from `{pkg, PkgName, Vsn}` to `{pkg, PkgName, Vsn, Hash}` - the hash can be `undefined`, meaning no check will be done - no checking is done yet. | ||||
* | | Merge pull request #1080 from project-fifo/crashdump | Fred Hebert | 2016-06-10 | 1 | -0/+1 |
|\ \ | |/ |/| | Write rebar3.crashdump on errors | ||||
| * | Make sure not to dump in api mode | Heinz N. Gies | 2016-04-16 | 1 | -0/+1 |
| | | |||||
* | | Change to new hex.pm repo URL | Eric Meadows-Jönsson | 2016-04-21 | 1 | -1/+1 |
|/ | |||||
* | support temporary cdn change with HEX_CDN os var | Tristan Sloughter | 2015-12-19 | 1 | -2/+3 |
| | |||||
* | Add rebar_set/0 type | Takeru Ohta | 2015-09-08 | 1 | -0/+6 |
| | |||||
* | replace use of dict of packages and registry with single ets table | Tristan Sloughter | 2015-08-21 | 1 | -0/+6 |
| | |||||
* | only look for top level apps and those directly under apps/ or lib/ | Tristan Sloughter | 2015-07-16 | 1 | -1/+1 |
| | |||||
* | Proper custom pkg index support, some tests | Fred Hebert | 2015-05-13 | 1 | -0/+1 |
| | | | | | | | | | | - The rebar package index files have been moved off the default path and will require a new `rebar3 update` - Caching of downloaded packages automatically takes place in a path relative to the CDN used - The cache path is not shared with hex as we now write and modify data in there arbitrarily - Basic tests plus the working set for more of them is included | ||||
* | treat _checkouts as deps that are always compiled | Tristan Sloughter | 2015-03-21 | 1 | -1/+3 |
| | |||||
* | make base_dir for a run include the profiles in path, link to shared deps | Tristan Sloughter | 2015-02-28 | 1 | -1/+0 |
| | |||||
* | follow xdg standard. fixes #122 | Tristan Sloughter | 2015-02-19 | 1 | -1/+0 |
| | |||||
* | change name of config for where project apps lib to project_apps_dir | Tristan Sloughter | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | wip: profiles | Tristan Sloughter | 2014-11-29 | 1 | -4/+6 |
| | |||||
* | move rebar.hrl to src to keep private, not for use in plugins | Tristan Sloughter | 2014-11-24 | 1 | -0/+45 |
| | |||||
* | Revert "Merge pull request #281 from tuncer/rebar-h-internal" | Fred Hebert | 2014-06-23 | 1 | -14/+0 |
| | | | | | This reverts commit 07e2232847baa634b7d09bdb87dafda6c6bcc4a4, reversing changes made to 37cf470ae9a07cdd2e0769f3af9a8b89fcde8db0. | ||||
* | Move include/rebar.hrl to src/rebar.hrl | Tuncer Ayaz | 2014-05-22 | 1 | -0/+14 |
rebar.hrl is only meant to be used by src/*. |