Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-05-14 | Add package procket to the index | Loïc Hoguin | |
2015-05-14 | Add package bitcask to the index | Loïc Hoguin | |
2015-05-14 | Add package ierlang to the index | Loïc Hoguin | |
2015-05-14 | Add edis, erlasticsearch and rec2json back to the index | Loïc Hoguin | |
2015-05-14 | Get rid of the autopatch hack for proper | Loïc Hoguin | |
2015-05-14 | Build NIF C code also on tests | Kenji Rikitake | |
* This patch ensures building the NIF code under`c_src` even on running `make tests` * When `c_src/Makefile` exists: * Split the Makefile invocation dependency into `app-c_src` * Invoke `app-c_src` also in `test-build` as well as `app` * When `c_src/Makefile` does not exist: * Add `$(C_SRC_ENV) $(C_SRC_OUTPUT)` dependencies to `test-build` | |||
2015-05-14 | Initial autopatch of port env and hooks | Loïc Hoguin | |
2015-05-13 | Add package epocxy to the index | Loïc Hoguin | |
2015-05-13 | Add package statebox to the index | Loïc Hoguin | |
2015-05-13 | Add a hack to make proper work again | Loïc Hoguin | |
It was between this and adding it to NO_AUTOPATCH. This has the advantage of not requiring rebar. | |||
2015-05-13 | Remove duplicate package | Loïc Hoguin | |
2015-05-13 | Add package fuse to the index | Loïc Hoguin | |
2015-05-13 | Add package fast_disk_log to the index | Loïc Hoguin | |
2015-05-13 | Improve rebar detection for autopatch | Loïc Hoguin | |
2015-05-13 | Add package webmachine to the index | Loïc Hoguin | |
2015-05-13 | Add package ux to the index | Loïc Hoguin | |
2015-05-13 | Add package twitter_erlang to the index | Loïc Hoguin | |
2015-05-13 | Add package tsung to the index | Loïc Hoguin | |
2015-05-13 | Add package triq to the index | Loïc Hoguin | |
2015-05-13 | Add package switchboard to the index | Loïc Hoguin | |
2015-05-13 | Add package rlimit to the index | Loïc Hoguin | |
2015-05-13 | Add package riak_dt to the index | Loïc Hoguin | |
2015-05-13 | Add package relx to the index | Loïc Hoguin | |
2015-05-13 | Add package rack to the index | Loïc Hoguin | |