Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-08 | Add a test case for custom PROJECT_MOD | Jared Flatow | |
2016-06-07 | Add PROJECT_MOD var to make the app callback module configurable | Jared Flatow | |
2016-06-06 | Add rust.mk to plugin list | Daniel Goertzen | |
2016-06-06 | Add Rust plugin and helper library to index | Daniel Goertzen | |
2016-05-17 | Fix for issue 447. | Daniel Goertzen | |
Create ebin dir for all apps_dir apps before building any of them. | |||
2016-05-17 | Add test case demonstrating issue 447. | Daniel Goertzen | |
Erlc will not include_lib() apps that do not have an ebin/ directory. This test case demonstrates that. | |||
2016-05-03 | Update syn.mk | Roberto Ostinelli | |
2016-04-22 | Merge branch 'relx-3.19.0' of https://github.com/plux/erlang.mk | Loïc Hoguin | |
2016-04-22 | Add package zabbix_sender to the index | antik486 | |
2016-04-21 | Bump relx version to 3.19.0 | Hakan Nilsson | |
2016-04-05 | Add test for eunit accessing priv_dir | crownedgrouse | |
2016-04-05 | Add fullpath to ebin/ | crownedgrouse | |
Allow eunit test to access to project's priv_dir. | |||
2016-04-03 | Use branches for all packages | Loïc Hoguin | |
This is a first step toward semi-automated version management. Cowboy, Cowlib and Ranch still use tags for the time being. We can make a better update to those when there's a lock feature added. | |||
2016-04-03 | Add a "getting started from scratch" section | Loïc Hoguin | |
2016-04-03 | Merge branch 'erlydtl_opts' of https://github.com/KrzysiekJ/erlang.mk | Loïc Hoguin | |
2016-04-03 | Add possibility to specify custom ErlyDTL options | Krzysztof Jurewicz | |
2016-03-27 | Add Jorel in the plugin list | glejeune | |
2016-03-19 | Merge branch 'cover_badarith_fix' of https://github.com/hdima/erlang.mk | Loïc Hoguin | |
2016-03-19 | Merge branch 'tag_with_slash' of https://github.com/jeanparpaillon/erlang.mk | Loïc Hoguin | |
2016-03-19 | Merge branch 'erlc-opts-sed' of https://github.com/Gatzy118/erlang.mk | Loïc Hoguin | |
2016-03-19 | Merge branch 'doc_deps_local_rep' of https://github.com/ingwinlu/erlang.mk | Loïc Hoguin | |
2016-03-19 | Merge branch 'add_tpl_empty' of https://github.com/ingwinlu/erlang.mk | Loïc Hoguin | |
2016-03-19 | escript file maybe different from escript name | Zaiming Shi | |
2016-03-19 | Merge branch 'multi_app_ct' of https://github.com/ingwinlu/erlang.mk | Loïc Hoguin | |
2016-03-19 | Merge branch 'fix_grep' of https://github.com/ingwinlu/erlang.mk | Loïc Hoguin | |
2016-03-18 | Use the develop branch | Aleksandar Radulovic | |
Basho uses the develop branch (not master) and that one is most up-to-date | |||
2016-03-17 | Do not use grep Extended Mode | derwinlu | |
Extended Mode uses { and } as special characters. Making grep implementations other then GNU grep fail (see http://www.gnu.org/software/grep/manual/grep.html#Basic-vs-Extended). | |||
2016-03-09 | add geode project | Aleksandar Radulovic | |
Adding geode - "Geohash / proximity searches in pure, uncut Erlang" | |||
2016-03-02 | Properly write hex dependencies in rebar.config for Rebar3 | Loïc Hoguin | |
2016-02-26 | Merge branch 'mix.mk' of https://github.com/botsunit/erlang.mk | Loïc Hoguin | |
2016-02-26 | Merge branch 'fix_help_text' of https://github.com/ingwinlu/erlang.mk | Loïc Hoguin | |
2016-02-26 | add kafka_protocol | Zaiming Shi | |
2016-02-26 | Correct output of bootstrap help target | derwinlu | |
2016-02-21 | Add the Mix plugin to the list | glejeune | |
2016-02-17 | Add 'module' template | derwinlu | |
Every .erl source file will need at least a -module and a single -export definition. With the 'module' template a file can be quickly created that already populates -module with the right value as well as an empty export field. | |||
2016-02-16 | repository This repository is no longer actively maintained and moved to ↵ | antik486 | |
https://github.com/for-GET/jesse | |||
2016-02-16 | Add package jsone to the index | antik486 | |
2016-02-08 | Fix ct for multi-app repositories | derwinlu | |
* Include $(APPS_DIR)/*/ebin in CT_RUN * test-build before ct-apps * Test that my_lib is accessible from my-app ct | |||
2016-02-03 | Reference AsciiDoc requirements in contributing | derwinlu | |
2016-02-03 | Add Requirements to AsciiDoc documentation | derwinlu | |
2016-02-03 | Add multi-applications to 7.6 header | derwinlu | |
To help find the section when looking through the index. | |||
2016-02-01 | Fix .app compilation when a git tag contains a '/' | Jean Parpaillon | |
2016-01-28 | Add package slack to the index | Don Branson | |
2016-01-24 | Quote paths in autopatch generated Makefile | Loïc Hoguin | |
Fixes build of a few projects on Windows. | |||
2016-01-24 | Export CC on Windows | Loïc Hoguin | |
Considering we require this compiler, we should set a good default for all sub-Makefiles. | |||
2016-01-22 | Allow running apps/ ct test suites in parallel | Loïc Hoguin | |
I'm mostly trying to fix tests when ran in parallel, although this is also a nice optimization for those who use multi-app repositories. | |||
2016-01-22 | Use "make edoc" in the edoc test | Loïc Hoguin | |
2016-01-16 | Fix eunit not running if there are no beams | Loïc Hoguin | |
I'm not sure how to reproduce the issue some people experienced (OS, make version maybe? who knows) but I got a report that this fixes it. It's also definitely the "right" way to do this. | |||
2016-01-14 | Remove unnecessary whitespace from generated rebar.config | Loïc Hoguin | |
2016-01-10 | Add a note about hiding Erlang.mk from diffs | Loïc Hoguin | |