Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-20 | Correctly handle RELX_OUTPUT_DIR1.1.0 | Loïc Hoguin | |
2014-08-12 | Added missing ; in dep_target | Peer Stritzinger | |
The missing ; makes the DEPPKG= line run together with the VS= line which makes it similar to this FreeBSD 8.2 /bin/sh results: $ A=x B=$A; $ echo $A x $ echo $B $ The same with bash: $ A=x B=$A; $ echo $A x $ echo $B x | |||
2014-08-15 | Silence erlc-include target when include/ is missing | Loïc Hoguin | |
2014-08-15 | Merge branch 'recompile_erl_on_hrl_change' of ↵ | Loïc Hoguin | |
git://github.com/crownedgrouse/erlang.mk Extra changes include: * Not running the target if the ebin/ directory does not exist * Moved the target in the appropriate section in the file | |||
2014-08-15 | Allow explicitly listed modules | Iñaki Garay | |
2014-08-15 | Fail if no empty modules entry in .app.src | Derek Brown | |
An empty list is required for the modules tuple, as in {modules, []} so a sed call could populate the list. This is mentioned in README, but can be overlooked. If the empty tuple is not present, relx will fail on missing dependency errors. Therefore, fail make if the empty tuple isn't found, to help the user diagnose the problem. | |||
2014-08-15 | Fix relx plugin to have targets defined even if file is missing | Loïc Hoguin | |
2014-08-13 | Add error message before failing due to invalid dependency | Derek Brown | |
If a dependency specified in DEPS is unknown or invalid (its VS is not "git"), erlang.mk will fail. Now, add a human-readable error message to help the user understand what the problem is. | |||
2014-08-06 | build plt automaticly when is missing | Andrzej Sliwa | |
2014-08-05 | Recompile all erl files on hrl file modification | crownedgrouse | |
2014-08-05 | Don't download relx every build | Loïc Hoguin | |
2014-08-02 | Fixed output of help command | UmbertoC | |
list-templates was replaced by bootstrap-lib in the output of the help command. | |||
2014-08-02 | Change extend -> ninenines links | Loïc Hoguin | |
2014-08-01 | Also delete the relx executable on distclean | Loïc Hoguin | |
2014-08-01 | Fix fetching of deps specified in the Makefile | Loïc Hoguin | |
2014-07-31 | Switch to the new erlang.mk | Loïc Hoguin | |
2014-07-29 | Only autodetect if we have a test directory. | Sedrik | |
2014-07-25 | Make Dialyzer find source files recursively | Loïc Hoguin | |
2014-07-25 | Merge branch 'auto-detect-ct-suites' of git://github.com/sedrik/erlang.mk | Loïc Hoguin | |
2014-07-24 | Autodetect CT SUITES | Sedrik | |
2014-07-22 | Merge branch 'patch-71' of git://github.com/andreineculau/erlang.mk | Loïc Hoguin | |
2014-07-22 | Improve detection of dependency support for make | Andrei Neculau | |
2014-07-20 | Allow $DIALYZER_OPTS to add more source directories | Jay Nelson | |
The current ordering of args in the dialyzer command don't allow additional source directories to be specified. Putting --no_native first allows the beginning of the $DIALYZER_OPTS to specify additional directories of files to be analyzed. | |||
2014-06-06 | move CT_OPTS so that -erl_args works as expected when running tests | Christian Briones | |
2014-05-30 | Quote module names when producing project.app | Sina Samavati | |
2014-05-29 | Merge branch 'master' of git://github.com/kiela/erlang.mk | Loïc Hoguin | |
2014-05-29 | Bump relx version to 1.0.2 | Kamil Kieliszczyk | |
2014-05-28 | Change GitHub raw file URL | Tyler Margison | |
GitHub issues a 301 Moved Permanently response on all calls to `https://raw.github.com`, which redirects to `https://raw.githubusercontent.com`. | |||
2014-04-23 | Merge branch 'master' of git://github.com/kiela/erlang.mk0.2.0 | Loïc Hoguin | |
2014-03-24 | Add TEST_ERLC_OPTS option | Loïc Hoguin | |
2014-02-22 | Clean release based on output dir from relx in-line options | Kamil Kieliszczyk | |
2014-02-20 | Merge branch 'update_relx' of git://github.com/acammack/erlang.mk | Loïc Hoguin | |
2014-02-20 | Merge branch 'fix_dtl_compilation' of git://github.com/acammack/erlang.mk | Loïc Hoguin | |
2014-02-20 | Update copyright years | Loïc Hoguin | |
2014-02-18 | Change erlydtl call to work with old and new releases | Adam Cammack | |
2014-02-18 | Update relx to the latest version | Adam Cammack | |
2014-01-18 | Add DIALYZER_PLT variable | Daniel White | |
This is useful for optionally sharing a PLT amongst projects or dependencies. | |||
2013-12-29 | Add CT_OPTS0.1.0 | Loïc Hoguin | |
2013-12-02 | Append DEPS_DIR at the end of ERL_LIBS if ERL_LIBS is defined | Loïc Hoguin | |
Only done if DEPS_DIR isn't found in it yet. Thanks to Sean Chalmers for the debugging and original fix. | |||
2013-12-02 | Merge branch 'master' of git://github.com/NineFX/erlang.mk | Loïc Hoguin | |
2013-12-02 | Merge branch 'master' of git://github.com/kiela/erlang.mk | Loïc Hoguin | |
2013-12-02 | Add --no-check-certificate to wget to make it work on default OSX | Loïc Hoguin | |
2013-12-01 | Changed \s pattern in sed regex pattern to [[:space:]]. This should make the ↵ | Drew | |
sed pattern portable across GNU and BSD implementations. | |||
2013-11-23 | Bump relx version to 0.5.2 | Kamil Kieliszczyk | |
2013-11-13 | Add relx improvements | Kamil Kieliszczyk | |
Add ability to config relx in-line options by setting RELX_OPTS Fix using RELX_CONFIG variable Use relx 0.5.0 | |||
2013-11-06 | Add EDOC_OPTS variable. | Andreas Stenius | |
This is useful if edoc can't process the sources without using the Erlang pre processor, for instance, or to pass other custom options when building the documentation. | |||
2013-10-21 | Merge branch 'fix-modules-space' of git://github.com/RJ/erlang.mk | Loïc Hoguin | |
2013-10-16 | Running 'make clean-all' has errors if a dep has no Makefile | Jay Nelson | |
Create a project with a dependency that has no Makefile such as wooga/eredis. Do 'make all' then 'make clean-all' to get an error. This patch checks for the presence of the Makefile before attempting to run 'make clean', however, it does not attempt run 'rebar clean' or other commands instead. | |||
2013-10-14 | Tolerate spaces in .app.src {modules, []} tuple | RJ | |
2013-10-14 | Small verbosity tweaks | Loïc Hoguin | |