Age | Commit message (Expand) | Author |
2015-09-24 | Add tests for IGNORE_DEPS | Loïc Hoguin |
2015-09-24 | Add tests for custom, fail (bad and unknown) and legacy fetch methods | Loïc Hoguin |
2015-09-24 | Fix hex fetch method on Windows | Loïc Hoguin |
2015-09-23 | Fix bug introduced by previous commit | Loïc Hoguin |
2015-09-23 | Implement, add test for dep_$(DEP)_commit variables | Loïc Hoguin |
2015-09-22 | Add REL_DEPS along with its test | Loïc Hoguin |
2015-09-22 | Make autopatch work on Windows | Loïc Hoguin |
2015-09-21 | Fix autopatch of non-atom applications names | Loïc Hoguin |
2015-09-21 | Add support for BUILD_DEPS | Loïc Hoguin |
2015-09-18 | Test "no .app.src" by default, test legacy with LEGACY=1 | Loïc Hoguin |
2015-09-17 | Only set id to git --describe when we are a dependency | Loïc Hoguin |
2015-09-17 | Add initial 'make rebar.config' | Loïc Hoguin |
2015-09-14 | Make relx work on Windows/MSYS2 | Loïc Hoguin |
2015-09-12 | Add msys2 platform detection | Loïc Hoguin |
2015-09-11 | Merge branch 'clean_erlang_mk_tmp' of https://github.com/ingwinlu/erlang.mk | Loïc Hoguin |
2015-09-11 | add distclean-tmp | derwinlu |
2015-09-11 | Fix bug where ERLC_EXCLUDE'd modules were in .app file | Loïc Hoguin |
2015-09-10 | Replace a @ with a $(verbose) | Loïc Hoguin |
2015-09-09 | erlc.mk: Fix "no Erlang application" support | Jean-Sébastien Pédron |
2015-09-09 | core.mk: Allow to take erlang.mk from an alternate Git repository | Jean-Sébastien Pédron |
2015-09-08 | core.mk: Support DragonFlyBSD as a new platform | Jean-Sébastien Pédron |
2015-09-06 | Add NO_MAKEDEP: don't rebuild .d file if it already exists | Loïc Hoguin |
2015-09-06 | Use epp:parse_file/3 for compat with older OTP versions | Loïc Hoguin |
2015-09-04 | Don't recompile everything when one mib file changes | Loïc Hoguin |
2015-09-03 | Fix bug where intermediate files from .asn1 wouldn't get cleaned | Loïc Hoguin |
2015-09-03 | Generate `$(PROJECT).d` before calling `make app-build` | Jean-Sébastien Pédron |
2015-09-03 | Fix list of modules in the .app file | Loïc Hoguin |
2015-09-03 | Improve the dependency tracking | Loïc Hoguin |
2015-09-02 | Merge branch 'double-colon-for-source-files' of https://github.com/rabbitmq/e... | Loïc Hoguin |
2015-09-02 | Merge branch 'alt_build_config_name' of https://github.com/zerotao/erlang.mk | Loïc Hoguin |
2015-09-02 | erlc.mk: Remove the target touching source files | Jean-Sébastien Pédron |
2015-09-02 | erlc.mk: Use double-colon targets for source files targets | Jean-Sébastien Pédron |
2015-09-02 | Add dependency tracking (makedep) | Loïc Hoguin |
2015-09-02 | Replace core_find with native find | Loïc Hoguin |
2015-09-02 | Disable concurrent building entirely | Loïc Hoguin |
2015-08-27 | Add support for external plugins | Loïc Hoguin |
2015-08-27 | Add support for 'compile' step for plugins | Loïc Hoguin |
2015-08-26 | Improve the erlydtl plugin | Loïc Hoguin |
2015-08-18 | Fix build config renaming | Jason L. Shiffer |
2015-08-16 | Merge branch 'xargs-darwin-find' of https://github.com/manifest/erlang.mk | Loïc Hoguin |
2015-08-16 | Improve dependency handling | Loïc Hoguin |
2015-08-14 | Fix a bug where modules were missing on first make | Loïc Hoguin |
2015-07-21 | Don't use warning_as_errors for erlang.mk-style deps | Loïc Hoguin |
2015-07-12 | The '-r' option of 'xargs' is illegal on OSX | Andrei Nesterov |
2015-07-04 | Add $(verbose) to avoid completely silencing commands | Loïc Hoguin |
2015-07-04 | Allow changing template whitespace | Loïc Hoguin |
2015-07-03 | Add {ref, Commit} form for rebar3 deps | Loïc Hoguin |
2015-07-02 | Reduce dependency on external programs | Loïc Hoguin |
2015-06-29 | Add hex support for autopatched applications | Loïc Hoguin |
2015-06-28 | Bundle the package index directly inside erlang.mk | Loïc Hoguin |