Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OTP-21 readiness, Full Unicode support | Fred Hebert | 2017-11-16 | 1 | -7/+9 |
| | | | | | | | | | | | | 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. | ||||
* | Update eunit_formatters to latest. | Sean Cribbs | 2017-09-24 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1578 from ferd/bump-cth-show-groups | Fred Hebert | 2017-08-07 | 1 | -1/+1 |
|\ | | | | | Bump cth_readable to 1.3.0: shows test groups | ||||
| * | Bump cth_readable to 1.3.0: shows test groups | Fred Hebert | 2017-06-27 | 1 | -1/+1 |
| | | |||||
* | | Also upgrade ssl_verify_fun while we're at it | Fred Hebert | 2017-07-31 | 1 | -1/+1 |
| | | |||||
* | | Upgrade certifi dependencies | Fred Hebert | 2017-07-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Get more up-to-date root certs. This was blocked for a while because certifi wouldn't build on windows, but this is now fixed, with minimal changes to the use case -- only a small change in the bootstrap script is required. The new certifi lib is also a few megabytes lighter than before, which is good for rebar3. | ||||
* | | upgrade relx | Tristan Sloughter | 2017-07-14 | 1 | -1/+1 |
| | | |||||
* | | drop warnings for `export_all` in test profile | alisdair sullivan | 2017-07-13 | 1 | -1/+1 |
| | | |||||
* | | update meck for otp20 | alisdair sullivan | 2017-07-12 | 1 | -1/+1 |
|/ | |||||
* | upgrade relx to 3.23.0 | Tristan Sloughter | 2017-05-24 | 1 | -1/+1 |
| | |||||
* | Bump cth_readable to 1.2.6 | Fred Hebert | 2017-05-12 | 1 | -1/+1 |
| | | | | | | | | This fixes the output of end_per_testcase crash notifications when the test passes. This also detect an issue of the kind with rebar_pkg_SUITE which is now fixed. | ||||
* | Adds support for new ct hook callback | Fred Hebert | 2017-05-07 | 1 | -1/+1 |
| | |||||
* | Bump relx to 3.22.4 | Luis Rascao | 2017-03-28 | 1 | -1/+1 |
| | |||||
* | upgrade relx to 3.22.3 | Tristan Sloughter | 2017-03-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1494 from ferd/escript-generate-cmd-win32 | alisdair sullivan | 2017-02-27 | 1 | -1/+6 |
|\ | | | | | Windows escripts get cmd autogenerated | ||||
| * | make the hook for windows work | Fred Hebert | 2017-02-24 | 1 | -2/+4 |
| | | |||||
| * | WIP windows escripts get cmd autogenerated | Fred Hebert | 2017-02-24 | 1 | -1/+4 |
| | | |||||
* | | Bump cth_readable to 1.2.4 | Fred Hebert | 2017-02-25 | 1 | -1/+1 |
|/ | | | | | | Fixes an issue where some skipped test suites could end up misreported as the previous suite. See https://github.com/ferd/cth_readable/issues/10 | ||||
* | upgrade erlware_commons to 1.0.0 for OTP20 support | Tristan Sloughter | 2017-01-10 | 1 | -1/+1 |
| | |||||
* | upgrade relx to fixed hex package 3.22.2 | Tristan Sloughter | 2017-01-06 | 1 | -1/+1 |
| | |||||
* | Bump relx to 3.22.1 | Luis Rascao | 2016-12-27 | 1 | -1/+1 |
| | |||||
* | Upgrade relx, erlware_commons and cf | Luis Rascao | 2016-11-27 | 1 | -3/+3 |
| | | | | | | relx ~> 3.22.0 erlware_commons ~> 0.22.0 cf ~> 0.2.2 | ||||
* | upgrade relx to 3.21.1 | Tristan Sloughter | 2016-10-14 | 1 | -1/+1 |
| | |||||
* | update bbmustache 1.3.0 | soranoba | 2016-09-17 | 1 | -1/+1 |
| | |||||
* | upgrade relx to 3.21.0 | Tristan Sloughter | 2016-08-25 | 1 | -1/+1 |
| | |||||
* | Use hooks to generate rebar3 executable faster | Fred Hebert | 2016-08-13 | 1 | -0/+4 |
| | | | | | | | | | Repeats some of the steps used in the bootstrap script for non-windows systems so that 'rebar3 escriptize' can be used in development for faster results: - ./bootstrap 9.95s user 1.55s system 102% cpu 11.234 total - rebar3 escriptize 0.49s user 0.14s system 101% cpu 0.623 total | ||||
* | ssl_verify_hostname was renamed to ssl_verify_fun | Ilya Khaprov | 2016-07-15 | 1 | -2/+2 |
| | |||||
* | upgrade relx version | Stuart Thackray | 2016-07-12 | 1 | -1/+1 |
| | |||||
* | Escriptize based on configured apps only | Fred Hebert | 2016-06-26 | 1 | -1/+1 |
| | | | | | | | | | | | | Prior to this patch, the escriptize command flat out selected all declared dependencies. This patch instead looks at the app files and only includes the dependencies of the top level app and the extra ones, avoiding to package more apps than required. This required a version bump on cth_readable as it mistakenly included 'syntax_lib' instead of 'syntax_tools' as a dependency. | ||||
* | Test support for OTP-19 | Fred Hebert | 2016-05-24 | 1 | -0/+1 |
| | |||||
* | update erlware_commons erl_opts overrides | Tristan Sloughter | 2016-05-13 | 1 | -0/+1 |
| | |||||
* | upgrade erlware_commons for OTP-19 fix | Tristan Sloughter | 2016-05-13 | 1 | -1/+1 |
| | |||||
* | upgrade relx to 3.19.0 | Tristan Sloughter | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | upgrade relx and erlware_commons | Tristan Sloughter | 2016-04-12 | 1 | -2/+2 |
| | |||||
* | upgrade cth_readable | Tristan Sloughter | 2016-03-03 | 1 | -1/+1 |
| | |||||
* | move dialyze setting of debug_info to overrides in profile | Tristan Sloughter | 2016-03-02 | 1 | -26/+27 |
| | |||||
* | bump certifi to 0.4.0 | benoitc | 2016-03-02 | 1 | -1/+1 |
| | | | | latest mozilla bundles | ||||
* | Bump cth_readable | Fred Hebert | 2016-02-21 | 1 | -1/+1 |
| | | | | | The new version fixes parse transforms over OTP incompatibility that would crash entire compile runs before. | ||||
* | upgrade relx to 3.17.0 | Tristan Sloughter | 2016-02-19 | 1 | -2/+2 |
| | |||||
* | update relx to 3.16.0 to include color intesity update | Tristan Sloughter | 2016-02-16 | 1 | -1/+1 |
| | |||||
* | upgrade relx to 3.15.0 | Tristan Sloughter | 2016-02-05 | 1 | -1/+1 |
| | |||||
* | check at runtime instead of compile time for presence of `file:list_dir_all/1` | alisdair sullivan | 2016-01-13 | 1 | -1/+0 |
| | | | | | | this is slower than the compile time check but i guess packaging rebars with repos is still a thing and i think only the eunit and ct providers call it anyways | ||||
* | upgrade relx | Tristan Sloughter | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1010 from tsloughter/master | Fred Hebert | 2016-01-10 | 1 | -1/+1 |
|\ | | | | | upgrade relx to 3.12.0 | ||||
| * | upgrade relx to 3.12.0 | Tristan Sloughter | 2016-01-10 | 1 | -1/+1 |
| | | |||||
* | | Updates cth_readable so it supports dumb terminals | Fred Hebert | 2016-01-06 | 1 | -1/+1 |
|/ | | | | | cth_readable 1.2.0 uses cf 0.2.1 to output colors, which makes it support dumb terminals without issue. | ||||
* | Bump cth_readable to 1.1.1 | Fred Hebert | 2016-01-05 | 1 | -1/+1 |
| | | | | This fixes a typo that could cause failure in some test runs. | ||||
* | Upgrade relx to v3.11.0 | Shawn Debnath | 2016-01-05 | 1 | -1/+1 |
| | |||||
* | upgrade certifi to latest release | Tristan Sloughter | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | if a provider of the same namespace and name already exists, skip adding new ↵ | Tristan Sloughter | 2015-11-23 | 1 | -3/+3 |
| | | | | provider |