Age | Commit message (Expand) | Author |
2022-04-26 | Fix .app.src.script autopatch when no .app.src is present2022.04.26 | Loïc Hoguin |
2021-03-26 | core/deps.mk: Support Rebar lock files with version "1.2.0" | Jean-Sébastien Pédron |
2020-12-04 | Revert "fix: replace perl usage with coreutils" | Loïc Hoguin |
2020-11-30 | fix: replace perl usage with coreutils | pinicarus |
2020-07-20 | Fix `query-deps` for projects without deps | Luke Bakken |
2020-06-22 | core/test.mk: Abort build if a test file fails to compile | Jean-Sébastien Pédron |
2020-05-20 | Remove -lerl_interface also when autopatching | Loïc Hoguin |
2020-04-21 | core/test.mk: Rebuild out-of-date test modules only | Jean-Sébastien Pédron |
2020-04-14 | Fix encoding issues when generating the makedep file | Loïc Hoguin |
2020-04-12 | core/test.mk: Build application before its tests | Jean-Sébastien Pédron |
2020-03-04 | Add the query-deps family of targets2020.03.05 | Loïc Hoguin |
2020-02-25 | Replace +A0 with +A1 | Loïc Hoguin |
2020-02-11 | Support Hex packages with name different from application2020.02.11 | Loïc Hoguin |
2020-02-11 | Add yet another dep spec format for rebar.config autopatch | Loïc Hoguin |
2020-02-07 | Copy src/$(PROJECT).appup to ebin/ on build if any | Loïc Hoguin |
2019-10-09 | Use no_dot_erlang instead of start_clean | Loïc Hoguin |
2019-08-29 | Build symlinked source files | Lars Kroll |
2019-08-29 | core/erlc.mk: Support non-US-ASCII characters in paths | Jean-Sébastien Pédron |
2019-07-30 | Recursive deps list: don't handle apps specifically | Jean-Sébastien Pédron |
2019-07-30 | Fix concurrent creation of `recursive-*deps-list.log` files | Jean-Sébastien Pédron |
2019-06-30 | Make a "git describe" fall back for older git versions | Loïc Hoguin |
2019-06-29 | Filter out master when getting the LATEST_ERLANG_OTP | Loïc Hoguin |
2019-06-28 | Accept a list of deps to forcibly rebuild in `$(FORCE_REBUILD)` | Jean-Sébastien Pédron |
2019-06-26 | Fix "make eunit/ct" not fetching apps dependencies | Loïc Hoguin |
2019-06-24 | Rename force_rebuilding_dep to force_rebuild_dep | Loïc Hoguin |
2019-06-24 | Fix the force_rebuilding_dep test | Loïc Hoguin |
2019-06-24 | Accept `$(force_rebuilding_dep)` to tune the behavior of `$(FULL)` | Jean-Sébastien Pédron |
2019-06-22 | Use forward slashes in the Windows paths | Loïc Hoguin |
2019-06-21 | Include applications `$(APPS_DIR)` in the `list-deps` targets | Jean-Sébastien Pédron |
2019-06-20 | Small correction to semver conversion for hex | Loïc Hoguin |
2019-06-20 | Display Hex dependency version in the "DEP mydep (version)" line | Jean-Sébastien Pédron |
2019-05-27 | Do git describe on the right folder for {vsn,git} | Loïc Hoguin |
2019-01-02 | Fix rebuild on Makefile change when new deps are added | Loïc Hoguin |
2018-12-31 | Add skeleton compatibility for semver versions | Loïc Hoguin |
2018-12-11 | Silence some boring output in autopatched dependencies2018.12.11 | Loïc Hoguin |
2018-12-11 | Fix a bug where ct-* targets produced an empty GEN line | Loïc Hoguin |
2018-12-10 | Make the version warning less repetitive | Loïc Hoguin |
2018-12-10 | Optimization: reduce the number of shell commands on noops | Loïc Hoguin |
2018-12-10 | Correct expanding of shell variables in autopatch again | Loïc Hoguin |
2018-12-07 | Autopatch: allow configuring REBAR_GIT and REBAR_COMMIT | Loïc Hoguin |
2018-12-07 | core_find: Ignore files with spaces to avoid issues | Loïc Hoguin |
2018-12-07 | Autopatch: erl_first_files can contain xrl/yrl | Loïc Hoguin |
2018-12-05 | Implement the dep_built optimization for test/shell deps | Loïc Hoguin |
2018-12-05 | Better handle ERLANG_OTP and ERLANG_HIPE | Loïc Hoguin |
2018-12-05 | Allow hooking before/after autopatch | Loïc Hoguin |
2018-12-04 | Remove some repetition in some output | Loïc Hoguin |
2018-12-04 | Delete $(ERLANG_MK_TMP) directory after 'make erlang-mk' | Loïc Hoguin |
2018-12-04 | Add a V=3 that works like V=2 across all shell commands | Loïc Hoguin |
2018-12-03 | Print a changelog when updating Erlang.mk | Loïc Hoguin |
2018-12-03 | Don't rebuild dependencies by default | Loïc Hoguin |