Age | Commit message (Expand) | Author |
2018-12-03 | Add version.mk to the plugins list | 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 |
2018-12-03 | Move autopatch tests into their own test suite | Loïc Hoguin |
2018-11-30 | Document selecting RELX_CONFIG for prod/dev | Loïc Hoguin |
2018-11-30 | Update Relx to v3.27.0 | Loïc Hoguin |
2018-11-30 | Validate the .app file after generating it | Loïc Hoguin |
2018-11-30 | Document that DEPS has precedence over TEST_DEPS etc. | Loïc Hoguin |
2018-11-30 | Hide some pointless output behind V=1 | Loïc Hoguin |
2018-11-30 | Make "make run" work for non-extended releases too | Loïc Hoguin |
2018-11-30 | Fix Dialyzer when a project has and uses parse transforms | Loïc Hoguin |
2018-11-30 | Support Elixir as a dependency via ELIXIR_PATCH=1 | Loïc Hoguin |
2018-11-30 | Correct expanding of shell variables in autopatch | Loïc Hoguin |
2018-11-30 | Add test for plugins that include the word rebar | Loïc Hoguin |
2018-11-30 | Add rebar3 hex package define | nevar |
2018-11-30 | Add autopatch for LFE projects | Loïc Hoguin |
2018-11-29 | Ignore rebar3 plugins for the time being | Loïc Hoguin |
2018-11-29 | Add the target help-plugins to document external plugins | Loïc Hoguin |
2018-11-29 | Rebuild the env.mk file when the Erlang/OTP has changed | Loïc Hoguin |
2018-11-29 | Rebuild C projects when Makefiles change | Loïc Hoguin |
2018-11-28 | Call git describe for {vsn,git} during autopatch | Loïc Hoguin |
2018-11-28 | Document parallel building | Loïc Hoguin |
2018-11-28 | Remove some duplicate information from the legacy README | Loïc Hoguin |
2018-11-28 | Rename the rel/ directory to config/ by default | Loïc Hoguin |
2018-11-28 | Add option DTL_PREFIX for erlydtl-produced module names | Loïc Hoguin |
2018-11-28 | Fix asn1 compilation with the +maps option | Loïc Hoguin |
2018-11-28 | Add built-in support for gpb for building proto files | Loïc Hoguin |
2018-11-28 | Modernize the protobuffs plugin | Loïc Hoguin |
2018-11-27 | Remove some unnecessary -pa arguments | Loïc Hoguin |
2018-11-27 | Don't use the non-portable flock -c, use flock sh -c | Loïc Hoguin |
2018-11-27 | Fix jobserver unavailable warnings | Loïc Hoguin |
2018-11-26 | Allow running test cases without groups in CT | Loïc Hoguin |
2018-11-26 | Remove a non-portable "echo -n" from a test | Loïc Hoguin |
2018-11-26 | Remove some non-portable "echo -e" from a couple tests | Loïc Hoguin |
2018-11-26 | Rename render_template to core_render and move into core | Loïc Hoguin |
2018-11-26 | Use two colons for the shell target | Loïc Hoguin |
2018-11-26 | Propagate the effects of V=1 to relx | Loïc Hoguin |
2018-11-26 | Don't include applications with no ebin/ directory in escripts | Loïc Hoguin |
2018-11-26 | Add a guide section about dealing with duplicate modules | Loïc Hoguin |
2018-11-26 | Add or improve tests based on false flag reports | Loïc Hoguin |
2018-11-26 | Fix propagation of SP in sub-apps | Loïc Hoguin |
2018-11-26 | Fix badly written tests failing when LEGACY=1 | Loïc Hoguin |
2018-11-26 | Disable Asciidoc tests requiring DocBook if not installed | Loïc Hoguin |
2018-11-26 | Disable sphinx tests when it isn't installed | Loïc Hoguin |
2018-11-26 | Tweak a few tests so they run on all platforms | Loïc Hoguin |
2018-11-26 | Document the requirement on flock for parallel builds | Loïc Hoguin |
2018-11-26 | Add test for autopatch with two Rebar projects | Loïc Hoguin |
2018-11-26 | Use flock/lockf when available to avoid a -j issue | Loïc Hoguin |
2018-11-25 | Allow running tests using the latest kerl-built Erlang/OTP version | Loïc Hoguin |
2018-11-25 | Build issues testing multi-apps projects | Loïc Hoguin |