Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-01 | Initial beam-cache implementation | Loïc Hoguin | |
When switching between normal build and running tests it takes a while for modules to be rebuilt. With the beam-cache the files are saved and can be restored when switching between contexts. This greatly speeds up the context switching. | |||
2023-05-16 | Remove support for HiPE and ErlLLVM | Loïc Hoguin | |
2023-05-15 | Add dep caching to the CHANGELOG as experimental | Loïc Hoguin | |
2023-05-15 | Fix gpb proto compilation with imports | Loïc Hoguin | |
The option {i, ...} is added for every directory containing proto files. The option {use_packages, true} was added as well to allow using packages. This is not the default for historic reasons in gpb but it makes better sense to have it as default so we do it. | |||
2023-05-12 | Update CHANGELOG regarding removed packages | Loïc Hoguin | |
2023-05-05 | Autopatch: Move to Rebar3 | Loïc Hoguin | |
2022-05-30 | Revamp and document Xref support | Loïc Hoguin | |
2022-05-20 | Set date for breaking Relx 4 change | Loïc Hoguin | |
2022-04-28 | fixup! Upgrade to Relx 4 which is now used as a library | Loïc Hoguin | |
2020-11-30 | Add support for publishing Hex releases and docs | Loïc Hoguin | |
2020-06-18 | Add initial Concuerror integration | Loïc Hoguin | |
https://concuerror.com/ | |||
2020-03-25 | Remove -lerl_interface from the default LDLIBS | Loïc Hoguin | |
The -lerl_interface library is getting removed in OTP-23. | |||
2019-06-21 | Include applications `$(APPS_DIR)` in the `list-deps` targets | Jean-Sébastien Pédron | |
In the case of a multi-applications repository, if one application depends on another one (using `$(LOCAL_DEPS)`), it will now be listed in the `list-deps` targets. Add `ssl` to the `$(LOCAL_DEPS)` in the testcase to ensure that applications not in `$(APPS_DIR)` are not affected by this change. Add a changelog entry. | |||
2018-12-06 | Default COVER_DATA_DIR now the same as COVER_REPORT_DIR | Loïc Hoguin | |
We have a dedicated folder for cover stuff, let's use it. | |||
2018-12-03 | Print a changelog when updating Erlang.mk | Loïc Hoguin | |