Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |||||
* | Ct output improvements | Fred Hebert | 2015-11-18 | 1 | -1/+1 | |
| | | | | | - eunit assert look better - lager logs to the html logs | |||||
* | upgrade eunit_formatters to 0.3.1 for OTP18 bug fix | Tristan Sloughter | 2015-11-18 | 1 | -1/+1 | |
| | ||||||
* | upgrade eunit_formatters for OTP 18 support | Tristan Sloughter | 2015-11-17 | 1 | -1/+1 | |
| | ||||||
* | Update cf | Heinz N. Gies | 2015-11-14 | 1 | -1/+1 | |
| | ||||||
* | include Sean Cribbs eunit formatter by default | Tristan Sloughter | 2015-11-13 | 1 | -1/+2 | |
| | ||||||
* | Work in R15 | Fred Hebert | 2015-11-13 | 1 | -1/+1 | |
| | ||||||
* | Prettify all of common test output. | Fred Hebert | 2015-11-13 | 1 | -1/+2 | |
| | | | | | | | | | | This uses cth_readable to: - silence error_logger output to the shell unless a test fails - silence ct:pal output to the shell unless a test fails I have currently not baked in any way to disable this behaviour, but I figured if it is required, there is time to do it before the final 3.0.0 release. | |||||
* | upgrade relx to 3.8.0, fixes bug in upgrade_install escript | Tristan Sloughter | 2015-11-06 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #883 from talentdeficit/erlc_compiler_refactor | Tristan Sloughter | 2015-10-27 | 1 | -0/+1 | |
|\ | | | | | compiler refactor/eunit & ct fixes | |||||
| * | refactor `rebar_erlc_compiler` | alisdair sullivan | 2015-10-26 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * modify compiler interface to work on either application objects or directories containing source files * compile all sources in `src_dirs` to the application `ebin` dir and all sources in `extra_src_dirs` to a directory mirroring it's position in the app's `_build` directory. for example, `apps/foo/more` would compile to `_build/default/lib/foo/more` for `extra_src_dirs` in the root of a project with multiple applications (so orphan directories that don't "belong" to an application) compile to `_build/default/extras/more` * copy directories specified in `extra_src_dirs` into the `_build` directory so tools like `ct` and `xref` that expect source to be in a particular location still work * clean compiled artifacts from all `extra_src_dirs` * alter `eunit`, `ct` and `cover` to work with the new directory structure * billions of new tests | |||||
* | | Bump cf for fixing #879 | Heinz N. Gies | 2015-10-18 | 1 | -1/+1 | |
|/ | ||||||
* | don't include certifi priv dir in escript, it is not needed | Tristan Sloughter | 2015-10-08 | 1 | -1/+0 | |
| | ||||||
* | Group dialyzer warnings by file and concentrate output | Heinz N. Gies | 2015-09-29 | 1 | -1/+1 | |
| | ||||||
* | upgrade relx. it wasn't creating nodetool | Tristan Sloughter | 2015-09-28 | 1 | -1/+1 | |
| | ||||||
* | Bump relx to 3.7.0 | Fred Hebert | 2015-09-25 | 1 | -1/+1 | |
| | ||||||
* | Use bold instead of bold white for text | Heinz N. Gies | 2015-09-22 | 1 | -1/+1 | |
| |