aboutsummaryrefslogtreecommitdiffstats
path: root/core/deps.mk
AgeCommit message (Expand)Author
8 daysUpdate rebar3 to include OTP-27 fixesHEADmasterLoïc Hoguin
2023-08-31Tweak c_src autopatch output on macOSLoïc Hoguin
2023-08-31Fix autopatch on WindowsLoïc Hoguin
2023-06-21Fix verbosity regressionTyler Hughes
2023-05-16Fix autopatch of shared libraries on DarwinLoïc Hoguin
2023-05-15Use $(CACHE_DIR)/git instead of $(CACHE_DIR)/gitsLoïc Hoguin
2023-05-15Rename __fetch_git to dep_cache_fetch_gitLoïc Hoguin
2023-05-15Cleaned up dep cache tests, added hex test and fixed a bugLoïc Hoguin
2023-05-15Allow git + hex deps to be cached to XDG_CACHE_HOMETyler Hughes
2023-05-09Autopatch: Include $LBLIBS when compiling c_src filesLoïc Hoguin
2023-05-09Autopatch: better handle COMPILE_FIRST/erl_first_filesLoïc Hoguin
2023-05-05Autopatch: add support for >= hex versionsLoïc Hoguin
2023-05-05Deps: Add a project-specific patch for hutLoïc Hoguin
2023-05-05Autopatch: Move to Rebar3Loïc Hoguin
2023-05-05Autopatch: Improve hex version detection for ~>Loïc Hoguin
2023-05-05Autopatch: support rebar3 plugin-style C compile hooksLoïc Hoguin
2023-05-04Remove rabbit/amqp_client packages and patchesLoïc Hoguin
2023-05-04Autopatch: do not export ERLC_OPTSLoïc Hoguin
2022-04-26Fix .app.src.script autopatch when no .app.src is present2022.04.26Loïc Hoguin
2021-03-26core/deps.mk: Support Rebar lock files with version "1.2.0"Jean-Sébastien Pédron
2020-05-20Remove -lerl_interface also when autopatchingLoïc Hoguin
2020-03-04Add the query-deps family of targets2020.03.05Loïc Hoguin
2020-02-11Support Hex packages with name different from application2020.02.11Loïc Hoguin
2020-02-11Add yet another dep spec format for rebar.config autopatchLoïc Hoguin
2019-06-28Accept a list of deps to forcibly rebuild in `$(FORCE_REBUILD)`Jean-Sébastien Pédron
2019-06-24Rename force_rebuilding_dep to force_rebuild_depLoïc Hoguin
2019-06-24Fix the force_rebuilding_dep testLoïc Hoguin
2019-06-24Accept `$(force_rebuilding_dep)` to tune the behavior of `$(FULL)`Jean-Sébastien Pédron
2019-06-20Small correction to semver conversion for hexLoïc Hoguin
2019-06-20Display Hex dependency version in the "DEP mydep (version)" lineJean-Sébastien Pédron
2019-05-27Do git describe on the right folder for {vsn,git}Loïc Hoguin
2018-12-31Add skeleton compatibility for semver versionsLoïc Hoguin
2018-12-11Silence some boring output in autopatched dependencies2018.12.11Loïc Hoguin
2018-12-10Optimization: reduce the number of shell commands on noopsLoïc Hoguin
2018-12-10Correct expanding of shell variables in autopatch againLoïc Hoguin
2018-12-07Autopatch: allow configuring REBAR_GIT and REBAR_COMMITLoïc Hoguin
2018-12-07Autopatch: erl_first_files can contain xrl/yrlLoïc Hoguin
2018-12-05Allow hooking before/after autopatchLoïc Hoguin
2018-12-04Remove some repetition in some outputLoïc Hoguin
2018-12-03Don't rebuild dependencies by defaultLoïc Hoguin
2018-11-30Support Elixir as a dependency via ELIXIR_PATCH=1Loïc Hoguin
2018-11-30Correct expanding of shell variables in autopatchLoïc Hoguin
2018-11-30Add rebar3 hex package definenevar
2018-11-30Add autopatch for LFE projectsLoïc Hoguin
2018-11-29Ignore rebar3 plugins for the time beingLoïc Hoguin
2018-11-28Call git describe for {vsn,git} during autopatchLoïc Hoguin
2018-11-27Don't use the non-portable flock -c, use flock sh -cLoïc Hoguin
2018-11-27Fix jobserver unavailable warningsLoïc Hoguin
2018-11-26Use flock/lockf when available to avoid a -j issueLoïc Hoguin
2018-11-25Build issues testing multi-apps projectsLoïc Hoguin