Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-21 | Erlang.mk is rolling releases | Loïc Hoguin | |
2016-10-21 | Deprecate Make 3 | Loïc Hoguin | |
A warning will be displayed for the time being while we keep compatibility. Also improves installation docs for Unix. | |||
2016-10-20 | Add a test that included templates are relative to the original | Loïc Hoguin | |
2016-10-20 | Fix several problems with the erlydtl plugin: | Jared Flatow | |
DTL_SUFFIX: - make sure it is actually used - add a test for it (and one combined with other options) DTL_PATH: - handle correctly with or without trailing / - don't hard-code the `doc_root` opt - the erlydtl default is better | |||
2016-10-19 | Escape % in app_file template | nevar | |
2016-10-19 | Add PROJECT_ENV | nevar | |
Fix #587 | |||
2016-10-19 | Cosmetic changes to previous merge | Loïc Hoguin | |
2016-10-19 | Added implementation to resolve test. | Micah Warren | |
2016-10-19 | Added test for defining yecc header file. | Micah Warren | |
2016-10-19 | merge PortSpec env into each output env | Hesaam Farhang | |
2016-10-18 | Fix erlexec application name | Adam Cammack | |
erlexec now requires that particular name in order to successfully boot. | |||
2016-10-09 | Support C compiler flag overrides for dependencies | Frank Hunleth | |
This change makes it possible to override the ERL_CFLAGS and ERL_LDFLAGS Makefile variables in project dependencies. For the main project, the ability to override variables associated with C compilation already existed in plugins/c_src.mk. With this change, the C compiler flag semantics are similar for both the main project and dependencies. This is important for cases where the automatically determined values for the ERTS include and library directories are incorrect. This happens in cross-compiled environments where they point to the host's include and library directories. However, the desired behaviour is to have them point to those that have been cross-compiled for the target. | |||
2016-10-04 | Fix path issues when running triq tests on Windows | Loïc Hoguin | |
2016-10-04 | Update rebar (should be correct this time) | Loïc Hoguin | |
2016-10-04 | Revert "Update rebar in autopatch" | Loïc Hoguin | |
This reverts commit d5c32474e0690a32371fb8fb0b5d2db2c567269b. | |||
2016-10-04 | Update rebar in autopatch | Loïc Hoguin | |
This should fix some Windows issues. | |||
2016-10-04 | add snappyer to index | Zaiming Shi | |
2016-10-04 | Fix a small inconsistency when building for CI | Loïc Hoguin | |
We need to clean before attempting to wildcard ebin/test. To do that, we need to invoke "make clean" separately. | |||
2016-09-13 | Merge branch 'fix-dialyzer-ERLC_OPTS-filtering' of ↵ | Loïc Hoguin | |
https://github.com/rabbitmq/erlang.mk | |||
2016-09-09 | Merge branch 'fix-typo-XREFR_ARGS' of https://github.com/rabbitmq/erlang.mk | Loïc Hoguin | |
2016-09-09 | Remove an unnecessary step in dialyzer-beam test | Loïc Hoguin | |
2016-09-09 | Add a test for using Dialyzer against BEAM files | Loïc Hoguin | |
2016-09-08 | dialyzer.mk: Use the shell to parse command line args | Jean-Sébastien Pédron | |
Splitting arguments on `-` was dangerous: if a path contained such a character, it would be split and the second half thrown away by the filtering. Now, `$(ERLC_OPTS)` is passed to erl(1) after `-extra`. Thus arguments parsing is done by the shell and we only have to call init:get_plain_arguments/0 to get them as a list. | |||
2016-09-08 | plugins/xref.mk: Fix typo in variable `XREFR_ARGS` | Jean-Sébastien Pédron | |
2016-09-04 | Fix chumak version | Loïc Hoguin | |
1.1.1 didn't exist, so I put master for now. | |||
2016-09-03 | Delete erlangzmq.mk | Andriy Drozdyuk | |
2016-09-03 | Add package chumak to the index | Andriy Drozdyuk | |
2016-07-30 | Add package erlangzmq to the index | Andriy Drozdyuk | |
2016-07-14 | Fix snippet when using curl | Loïc Hoguin | |
2016-07-14 | Build apps/* only once | Krister Svanlund | |
Replicating the behavior for deps/*. With refactoring from Loïc. | |||
2016-06-09 | Clean up output from a previous commit | Loïc Hoguin | |
2016-06-09 | Use https://erlang.mk/erlang.mk in the guide | Loïc Hoguin | |
2016-06-09 | Merge branch 'var-app-mod' of https://github.com/jflatow/erlang.mk | Loïc Hoguin | |
2016-06-08 | Fix rust.mk package info. | Daniel Goertzen | |
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 | |