Age | Commit message (Expand) | Author |
2015-12-14 | Fix for bcrypt compilation on OSX El Capitan | Brujo Benavides |
2015-12-09 | autopatch: do not run autoreconf if configure script already exists | Jean Parpaillon |
2015-12-04 | Autopatch: handle $(PROJECT).app.src.script files | Loïc Hoguin |
2015-11-21 | Merge branch 'late-autopatch' of https://github.com/rabbitmq/erlang.mk | Loïc Hoguin |
2015-11-21 | deps.mk: In dep_target, call dep_autopatch during the second eval | Jean-Sébastien Pédron |
2015-11-20 | Merge branch 'set-x-on-verbose-2' of https://github.com/rabbitmq/erlang.mk | Loïc Hoguin |
2015-11-18 | Fix target dependencies and enable parallel again2.0.0-pre.2 | Loïc Hoguin |
2015-11-17 | Merge branch 'copy-build.config-after-checking-out-commit' of https://github.... | Loïc Hoguin |
2015-11-17 | make erlang-mk: Copy build.config after switching to $(ERLANG_MK_COMMIT) | Jean-Sébastien Pédron |
2015-11-17 | Use `:` as a noop instead of `echo -n` | Jean-Sébastien Pédron |
2015-11-17 | V=2 causes `set -x` to be set on forked shells | Jean-Sébastien Pédron |
2015-10-22 | Return argument as a last resort in $(dep_name) | Jean-Sébastien Pédron |
2015-10-22 | Add git-submodule fetch method | Loïc Hoguin |
2015-10-22 | Use relative path to erlang.mk file in autopatched deps | Loïc Hoguin |
2015-10-20 | Rename couch package into opencouch | Loïc Hoguin |
2015-10-19 | Force rebuilds on Makefile/.app.src changes | Loïc Hoguin |
2015-10-12 | ErlyDTL files generate to beam directly | Loïc Hoguin |
2015-10-12 | Fix port compilation for rebar projects | Loïc Hoguin |
2015-10-06 | Load rebar before autopatching | Loïc Hoguin |
2015-09-29 | Add a test for SKIP_DEPS | Loïc Hoguin |
2015-09-29 | Add tests for and fix NO_AUTOPATCH | Loïc Hoguin |
2015-09-29 | Merge branch 'app_file_newlines' of https://github.com/ingwinlu/erlang.mk | Loïc Hoguin |
2015-09-29 | Improve a few comments and messages | Loïc Hoguin |
2015-09-29 | Add support for APPS_DIR | Loïc Hoguin |
2015-09-27 | Fix core_find on stock OSX | Loïc Hoguin |
2015-09-26 | retain newlines in generated .app file | derwinlu |
2015-09-26 | only newline for id if needed | derwinlu |
2015-09-25 | Fix error messages appearing when using parse transforms | Loïc Hoguin |
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 |