Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-04 | Update triq urls | Tuncer Ayaz | |
2018-05-31 | Add $(TEST_DIR) to the default value of SHELL_PATHS | Krzysztof Jurewicz | |
2018-05-20 | Update Relx to v3.24.5 | Loïc Hoguin | |
I've built and uploaded the newest Relx to https://erlang.mk Next time this is necessary I should add a Makefile target to do it automatically. | |||
2018-05-15 | Don't use release candidates when LATEST_ERLANG_OTP=12018.05.15 | Loïc Hoguin | |
2018-05-14 | Replace the imagejs test with lz4 | Loïc Hoguin | |
2018-05-14 | Display the version fetched of dependencies | Loïc Hoguin | |
It's cheap, can be useful to detect issues, so why not? | |||
2018-05-14 | Make some of the new tests more quiet | Loïc Hoguin | |
2018-05-14 | Don't list test cases manually anymore | Loïc Hoguin | |
2018-05-14 | Small tweaks to previous PR | Loïc Hoguin | |
2018-05-14 | Update to support Windows | Stanislav Ovchar | |
2018-05-14 | Update makedep.erl to ignore hrl loops | Stanislav Ovchar | |
2018-05-14 | Add test with include loop | Stanislav Ovchar | |
2018-05-14 | Fix #757: recompile erl if hrl from another app was updated | Stanislav Ovchar | |
2018-05-14 | Add tests include_lib tests for deps | Stanislav Ovchar | |
2018-05-14 | Add tests when .hrl files are in src | Stanislav Ovchar | |
2018-05-14 | Add core-app-hlr test to verify recursive inculde_lib between apps | Stanislav Ovchar | |
2018-05-14 | Add core-app-hlr test to verify inlude_lib between apps | Stanislav Ovchar | |
2018-05-14 | Add core-app simple test for hlr with -include_lib | Stanislav Ovchar | |
2018-05-14 | Document PROJECT_ENV usage with/without file | Alexander Clouter | |
LH: I have added the example without a separate file and tweaked the wording a bit. | |||
2018-05-14 | Add undocumented option DIALYZER_PLT_OPTS | Loïc Hoguin | |
To be used as a workaround to enable --no_native when there are issues with distro packages. | |||
2018-05-14 | Add the test directory in the list of paths for proper | Loïc Hoguin | |
2018-05-14 | Don't run cover when there's no ebin files in the directory | Loïc Hoguin | |
2018-05-14 | list templates on seperate lines | Mads Flensted-Urech | |
2018-05-14 | Fix use of templates from plugins in apps layout | Loïc Hoguin | |
2018-05-10 | Use --always in git describe | Loïc Hoguin | |
[ci skip] | |||
2018-05-07 | Escape double quotes when passing ERLC_OPTS during tests | Loïc Hoguin | |
2018-05-02 | Add LATEST_ERLANG_OTP=1 to automatically select the latest build | Loïc Hoguin | |
I need this for CI because I want to run Dialyzer only against the most recent OTP after tests have passed everywhere. Left undocumented for now. [ci skip] | |||
2018-04-25 | Add package otpbp to the index | Loïc Hoguin | |
2018-04-25 | Fix rebar pre_hooks patch | Serhii Kostiushkin | |
2018-04-25 | Add gen_statem template | juhlig | |
[skip ci] | |||
2018-04-04 | Add dockerfile to support development on linux | Stanislav Ovchar | |
2018-03-28 | Add "make install p=$PKG" to install packages locally | Loïc Hoguin | |
This uses the erlang.mk test infrastructure to build the package and the packages are installed by default to XDG_DATA_HOME/erlang.mk/lib. Just add this path to ERL_LIBS and it will be available to all non-release Erlang shells. export ERL_LIBS=$HOME/.local/share/erlang.mk/lib To make them available to releases they need to be started in interactive mode. This can be done via the CODE_LOADING_MODE variable which is used at the release startup. export CODE_LOADING_MODE=interactive | |||
2018-03-28 | Add package observer_cli to the index | Loïc Hoguin | |
2018-03-14 | Create temporary directory when generating relx | Krzysztof Jurewicz | |
2018-03-14 | Fix make up, my bad | Loïc Hoguin | |
2018-03-14 | Speed up the git clone download by using shallow downloads. | Andreas Krüger | |
2018-03-05 | Fetch the version from rebar.lock if not specified in rebar.config2018.03.05 | Loïc Hoguin | |
This fixes hackney. | |||
2018-03-01 | Change to repo.hex.pm, S3 URL is deprecated2018.03.01 | Eric Meadows-Jönsson | |
2018-03-01 | .app.src.script files may return app specification directly | Hans Bulfone | |
(i.e. not wrapped inside a list - rebar3 allows this as well) | |||
2018-01-24 | On Alpine gawk is required | Loïc Hoguin | |
2018-01-24 | Tweak the new Sphinx plugin's documentation | Loïc Hoguin | |
2018-01-24 | Add support for Sphinx documentation builder | Stanislaw Klekot | |
2017-12-16 | Add package grpc_client to the index | willemdj | |
2017-12-16 | Add package grpc to the index | willemdj | |
2017-12-16 | Remove classifier, dtl and gossiperl | Loïc Hoguin | |
The first two are gone, the latter depends on a dependency that's gone and the project hasn't been maintained for 3 years. | |||
2017-11-18 | Move core/kerl earlier so that plugins can use it | Loïc Hoguin | |
2017-11-17 | Don't try to load ci.erlang.mk when testing packages | Loïc Hoguin | |
[ci skip] | |||
2017-11-15 | Add a lint command | Loïc Hoguin | |
2017-11-15 | Use dep rather than package names in .app files | Thomas Nixon | |
2017-11-15 | Add output directory for generated EDoc | Stanislaw Klekot | |