Age | Commit message (Expand) | Author |
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 |
2018-04-25 | Fix rebar pre_hooks patch | Serhii Kostiushkin |
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 |
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 |
2017-11-15 | Use dep rather than package names in .app files | Thomas Nixon |
2017-10-23 | Masquerade the version when {vsn, {cmd, "..."}} is used | Loïc Hoguin |
2017-10-23 | Add CONFIG and SCRIPT variables to .app.src.script files | Loïc Hoguin |
2017-10-19 | Handle lists in -D compiler switches in autopatch | Loïc Hoguin |
2017-08-30 | Support in pattern matching of extra data type | plakshman93 |
2017-08-28 | Remove stray $t variable2017.08.28 | Loïc Hoguin |
2017-08-23 | Ensure the current shell knows about PATH when pinning OTP | Loïc Hoguin |
2017-08-16 | More improvements to version pinning | Loïc Hoguin |
2017-08-15 | Prevent recursion when building a pinned Erlang/OTP | Loïc Hoguin |
2017-08-14 | Add experimental pinning of Erlang/OTP version | Loïc Hoguin |
2017-07-06 | Fix handling of Rebar's .app.src.script files2017.07.06 | Loïc Hoguin |
2017-05-15 | Add tweaks and tests for the WITHOUT feature | Loïc Hoguin |
2017-05-15 | Add WITHOUT variable to exclude components on build | benoitc |
2017-05-15 | Support plugins local to the application | Jean-Sébastien Pédron |
2017-05-15 | Add dep_fetch_ln | derwinlu |
2017-05-15 | Make autopatch of Erlang.mk projects less obtrusive | Loïc Hoguin |
2017-05-12 | Support early-stage plugins through `$(DEP_EARLY_PLUGINS)` | Jean-Sébastien Pédron |
2017-05-12 | Make sure the build fails if a docs/rel/test/shell dep fails | Jean-Sébastien Pédron |
2017-05-12 | core/deps.mk: Move .app in autopatch2 only if file exists | Jean-Sébastien Pédron |
2017-04-28 | Consider all projects with a rebar.lock rebar projects | Loïc Hoguin |
2017-04-25 | core/erlc.mk: added src subfolders support in makedep.erl | Oleksiy Kebkal |
2017-04-25 | compile apps in the right order by looking at their LOCAL_DEPS | Jeffrey Griffin |
2017-04-25 | fix removing deps.log at toplevel when in a multi-app layout | Jeffrey Griffin |
2017-04-19 | Move external plugin loading at the end of erlang.mk | Loïc Hoguin |
2017-04-10 | Only makedep and build asn1/xrl/mib files when necessary | Loïc Hoguin |
2017-01-12 | Set ASN.1 compilation options using ERLC_ASN1_OPTS2017.01.12 | Klas Johansson |
2016-12-19 | core/erlc.mk: Quote application name in .app | Jean-Sébastien Pédron |
2016-11-20 | Only delete ebin when fetching Erlang.mk projects | Loïc Hoguin |
2016-11-20 | Better .app autopatch handling | Loïc Hoguin |
2016-11-19 | Don't autopatch if rebar is mentioned in comments | Loïc Hoguin |
2016-10-30 | Fix running Dialyzer on apps/* when they have deps | Loïc Hoguin |
2016-10-30 | Use := instead of = for list of files | Loïc Hoguin |
2016-10-28 | Add "make relup" | Loïc Hoguin |
2016-10-28 | Use an intermediate timestamp file to know when to touch source files | Jean-Sébastien Pédron |
2016-10-27 | Fix Hex package downloads on FreeBSD | Loïc Hoguin |
2016-10-25 | Use curl to fetch Hex dependencies | Loïc Hoguin |
2016-10-25 | Use curl instead of wget/erl for fetching files | Loïc Hoguin |
2016-10-25 | core/deps-tools.mk: New targets `fetch-deps` and `list-deps` | Jean-Sébastien Pédron |
2016-10-23 | Support PROJECT_APP_EXTRA_KEYS to add keys to the .app file | Jean-Sébastien Pédron |
2016-10-21 | Update Copyright notices2016.10.21 | Loïc Hoguin |
2016-10-21 | Erlang.mk is rolling releases | Loïc Hoguin |
2016-10-21 | Deprecate Make 3 | Loïc Hoguin |
2016-10-19 | Escape % in app_file template | nevar |