Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-18 | Add package emagick to the index | Loïc Hoguin | |
2015-05-18 | Add package errd to the index | Loïc Hoguin | |
2015-05-18 | Proper fix for NIF code detection when port_specs is used | Loïc Hoguin | |
Adds rafter back to the index. | |||
2015-05-18 | Fix jiffy build | Loïc Hoguin | |
Breaks rafter build. Remove it temporarily. | |||
2015-05-18 | Add platform_define support for erl_opts | Loïc Hoguin | |
Fixes jsx maps support. | |||
2015-05-18 | Fix issue with first files detection | Loïc Hoguin | |
2015-05-17 | Add package i18n to the index | Loïc Hoguin | |
2015-05-17 | Improve detection of compile first files for rebar apps | Loïc Hoguin | |
File includes header that defines parse_transform that imports function. Sigh. | |||
2015-05-17 | Add package riak_kv to the index | Loïc Hoguin | |
2015-05-17 | Ignore some common unneeded deps when patching rebar apps | Loïc Hoguin | |
Things like edown or meck are quite common and only used for building doc comments or testing. Proper is unfortunately required at this point. | |||
2015-05-17 | Add package mongooseim to the index | Loïc Hoguin | |
2015-05-17 | Add package exml to the index | Loïc Hoguin | |
2015-05-17 | Fix port_specs with multiple input files | Loïc Hoguin | |
2015-05-17 | Find first files from source forms | Loïc Hoguin | |
Some projects use parse transforms but do not put them in erl_first_files. We need to parse the files directly and find the compile directives ourselves. | |||
2015-05-17 | Handle port_specs with 2 values | Loïc Hoguin | |
For exml from mongooseim. | |||
2015-05-16 | Preliminary port_specs support | Loïc Hoguin | |
Fixes some projects that were building but couldn't be loaded because the .so file name was incorrect. | |||
2015-05-16 | Add package riakc to the index | Loïc Hoguin | |
2015-05-16 | Add package boss_db to the index | Loïc Hoguin | |
2015-05-16 | Add package boss to the index | Loïc Hoguin | |
2015-05-16 | Add IGNORE_DEPS variable | Loïc Hoguin | |
This variable is very useful to avoid downloading dependencies that are not needed for normal use, for example proper, meck or rebar plugins. | |||
2015-05-16 | Initial rebar2 plugins support | Loïc Hoguin | |
We do nothing more than what is necessary to make riak_pb work. It's possible other plugins will not work, however this is the only plugin that I have seen to be required so far, and hook plugins seem to have been removed from rebar3, so it should be fine. | |||
2015-05-16 | Only use +debug_info to compile protobuffs generated modules | Loïc Hoguin | |
2015-05-16 | Ignore Makefiles that include non-existing .mk files | Loïc Hoguin | |
2015-05-16 | Add protobuffs plugin to compile *.proto files | Loïc Hoguin | |
2015-05-16 | Add package rebar to the index | Loïc Hoguin | |
2015-05-16 | Add package riak_pipe to the index | Loïc Hoguin | |
2015-05-16 | Add package riak_core to the index | Loïc Hoguin | |
2015-05-16 | Handle parse_transforms and defines for rebar autopatch | Loïc Hoguin | |
2015-05-16 | Don't be strict for CFLAGS of autopatched deps | Loïc Hoguin | |
2015-05-15 | Add psycho back into the index | Loïc Hoguin | |
2015-05-15 | Add package rafter to the index | Loïc Hoguin | |
2015-05-15 | Add package exec back to the index | Loïc Hoguin | |
2015-05-15 | Add support for rebar.config.script | Loïc Hoguin | |
2015-05-15 | Merge branch 'update-version' of https://github.com/kaos/erlang.mk | Loïc Hoguin | |
2015-05-15 | Change the alternative rebar detection to avoid messages | Loïc Hoguin | |
The use of 'make -n' introduced some unwanted messages. This new solution doesn't have this problem. | |||
2015-05-15 | Merge branch 'jj1bdx-freebsd-sh-redirect-fix' of ↵ | Loïc Hoguin | |
https://github.com/jj1bdx/erlang.mk | |||
2015-05-15 | Fix test/Makefile for FreeBSD shell redirection compatibility | Kenji Rikitake | |
* FreeBSD shell does not accept `&>` as the redirect operator; Explicitly rewrite `&>/dev/null` to `>/dev/null 2>&1` as a workaround | |||
2015-05-15 | Add package ej to the index | Loïc Hoguin | |
2015-05-15 | Add package pooler to the index | Loïc Hoguin | |
2015-05-15 | Add another test for rebar detection | Loïc Hoguin | |
If we can't find "rebar" in the Makefile, we now try 'make -n' and check the output. This will catch cases where the "rebar" stuff is defined in included files. | |||
2015-05-15 | Replace make with $(MAKE) for BSD compatibility | Loïc Hoguin | |
2015-05-14 | Add erldns to the package index | Loïc Hoguin | |
2015-05-14 | Add ASN.1 compilation support | Loïc Hoguin | |
2015-05-14 | Merge branch 'jj1bdx-c_src-appbuild' of https://github.com/jj1bdx/erlang.mk | Loïc Hoguin | |
2015-05-14 | Add package json to the index | Loïc Hoguin | |
This commit also fixes dependencies which have no Makefile and are not Erlang projects. The detection of Erlang project is a little naive at the moment but works. We can refine it later on if needed. | |||
2015-05-14 | Make sure auto patched dependencies recompile fine | Loïc Hoguin | |
2015-05-14 | Add package safetyvalve to the index | Loïc Hoguin | |
2015-05-14 | Add package erlubi to the index | Loïc Hoguin | |
2015-05-14 | Add package joxa to the index | Loïc Hoguin | |
2015-05-14 | Add package eleveldb to the index | Loïc Hoguin | |