Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | run compile provider in default namespace from bare | Tristan Sloughter | 2018-06-08 | 1 | -1/+3 |
| | |||||
* | OTP-21 readiness, Full Unicode support | Fred Hebert | 2017-11-16 | 1 | -1/+1 |
| | | | | | | | | | | | | This replaces all deprecated function usage by alternative ones based on a version switch enacted at compile time, preventing all warnings. This will likely introduce some possible runtime errors in using a Rebar3 compiled on OTP-20 or OTP-21 back in versions 19 and earlier, but we can't really work around that. A bunch of dependencies have been updated to support OTP-21 without warnings as well. | ||||
* | Bare compile: support multiple paths wildcards. | Gleb Peregud | 2017-06-20 | 1 | -3/+5 |
| | | | | | | | | | Similarly to PATH env variable, this allows to pass paths to bare compiler which do not fit nicely into a single wildcard structure. Colon (":") is used as separator. This provides more flexibility when rebar is run in offline/hermetic environment, e.g. #958 and #1281. | ||||
* | add --paths option to bare compile provider | Tristan Sloughter | 2015-09-14 | 1 | -9/+22 |
| | |||||
* | add bare compile provider, for starters for use by mix | Tristan Sloughter | 2015-09-14 | 1 | -0/+42 |