Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-05 | Autopatch: Improve hex version detection for ~> | Loïc Hoguin | |
2023-05-05 | Ignore plugins from package checks | Loïc Hoguin | |
2023-05-05 | Autopatch: support rebar3 plugin-style C compile hooks | Loïc Hoguin | |
2023-05-04 | Add package re2 to the index | Loïc Hoguin | |
2023-05-04 | Remove rabbit/amqp_client packages and patches | Loïc Hoguin | |
We expect users to fetch these projects from hex.pm now and the packages no longer worked. | |||
2023-05-04 | Remove more obsolete/unmaintained packages | Loïc Hoguin | |
These packages were noted as being obsolete in the description on GitHub. | |||
2023-05-04 | Update the query duplicate test | Loïc Hoguin | |
2023-05-04 | Autopatch: do not export ERLC_OPTS | Loïc Hoguin | |
Otherwise some dependencies may get the wrong ERLC_OPTS and may end up with invalid or duplicate options. | |||
2023-05-04 | Update package branches and in some cases URLs | Loïc Hoguin | |
Most of them went master->main. Some went master->develop. | |||
2023-05-04 | Remove packages explicitly unmaintained or deleted | Loïc Hoguin | |
The packages either no longer have a project page on GitHub (in some cases the users were deleted) or the users have archived the projects and they no longer compile. The packages from jj1bdx removed in this commit were integrated in the 'rand' module found in the OTP distribution. | |||
2023-04-03 | Fix core-app-yrl-header test for OTP-26 | Loïc Hoguin | |
2023-04-03 | Fix core-deps-fetch-git-submodule test | Loïc Hoguin | |
Test broke when git did a security fix related to file:// that we are using for the submodule in this test. | |||
2023-03-09 | Add missing dot breaking Relx eval after upgrade to Relx 4 | Loïc Hoguin | |
2022-11-10 | Fix code coverage for ct-* targets | Loïc Hoguin | |
Thanks to David Ansari for the report. | |||
2022-08-30 | Removed hardcoded `-arch x86_64` for MacOS nifs | Dominic Letz | |
For current macs the flag seems problematic as it overrides the default choice of building for the current architecture and hence prevents building on ARM based macs. | |||
2022-05-31 | xref: Also ignore targets where applicable | Loïc Hoguin | |
2022-05-31 | xref: Better handling of app scope | Loïc Hoguin | |
2022-05-31 | Add -Werror by default again | Loïc Hoguin | |
It was removed by mistake. | |||
2022-05-31 | Point Relx back to upstream | Loïc Hoguin | |
All PRs have been merged. | |||
2022-05-31 | Fix XRef -> Xref in documentation | Loïc Hoguin | |
2022-05-31 | Tiny docs tweak | Loïc Hoguin | |
2022-05-30 | Fix yecc test case failing with OTP-25.02022.05.31 | Loïc Hoguin | |
2022-05-30 | Revamp and document Xref support | Loïc Hoguin | |
2022-05-23 | Hopefully more portable bootstrap-rel fix | Loïc Hoguin | |
2022-05-23 | Fix bootstrap-rel test | Loïc Hoguin | |
2022-05-23 | Better fix for inserting BUILD_DEPS += relx | Loïc Hoguin | |
2022-05-23 | Fix core-deps-rel test | Loïc Hoguin | |
2022-05-23 | Automatically add relx dependency on bootstrap-rel | Loïc Hoguin | |
2022-05-20 | Set date for breaking Relx 4 change | Loïc Hoguin | |
2022-04-28 | Update .gitignore | Loïc Hoguin | |
2022-04-28 | Fix core-deps-fetch-hex test when LEGACY=1 | Loïc Hoguin | |
2022-04-28 | Fix core-query-deps-no-duplicates test | Loïc Hoguin | |
2022-04-28 | Only test compatibility with rebar3, not rebar2 | Loïc Hoguin | |
2022-04-28 | Fix core-autopatch-two-rebar test | Loïc Hoguin | |
Mochiweb has moved from master to main branch. | |||
2022-04-28 | Remove erlang_protobuffs tests, only gpb works now | Loïc Hoguin | |
2022-04-28 | fixup! Upgrade to Relx 4 which is now used as a library | Loïc Hoguin | |
2022-04-27 | Upgrade to Relx 4 which is now used as a library | Loïc Hoguin | |
2022-04-26 | Fix .app.src.script autopatch when no .app.src is present2022.04.26 | Loïc Hoguin | |
Thanks Luke Bakken for the report! | |||
2022-04-12 | Temporary, incomplete fix for OTP-25 Relx | Loïc Hoguin | |
This will not make release upgrades work for OTP-25. We need to move on to Relx 4 in order to fix those. | |||
2022-03-25 | Dialyzer no longer supports -Wrace_conditions as of Erlang 25 | Michael Klishin | |
Closes #941 | |||
2021-03-26 | core/deps.mk: Support Rebar lock files with version "1.2.0" | Jean-Sébastien Pédron | |
This is the case in erlang-systemd [1]. As far as I can tell, the format is the same for the bits Erlang.mk is interested in. The testsuite is expanded to use version 0.6.0 of erlang-systemd. [1] https://github.com/rabbitmq/erlang-systemd | |||
2021-03-26 | test/core_deps.mk: Fix jquery branch name | Jean-Sébastien Pédron | |
Apparently it was renamed. | |||
2020-12-04 | Update canonical cuttlefish package location | Luke Bakken | |
https://github.com/Kyorai/cuttlefish | |||
2020-12-04 | Revert "fix: replace perl usage with coreutils" | Loïc Hoguin | |
This reverts commit 1762278d9654e5f90ab587cbde7bac0e2b220014. | |||
2020-11-30 | Fix core-query-deps-no-duplicates test | Loïc Hoguin | |
2020-11-30 | Update mysql-otp version to 1.7.0 | juhlig | |
2020-11-30 | Add dep version in examples in README and user guide | Viktor Söderqvist | |
Add dep_cowboy_commit 2.8.0 and a note in the user guide dependencies section that the versions in the package index are not always up to date. | |||
2020-11-30 | fix: replace perl usage with coreutils | pinicarus | |
2020-11-30 | Try do detect if we need to sleep in tests between a build and when a | Martin Björklund | |
source file is modified. Without a sleep the source file and the target may get the same modification time, on some machines. | |||
2020-11-30 | Add support for publishing Hex releases and docs | Loïc Hoguin | |