aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-06-07Add package memo to the indexLoïc Hoguin
2015-06-07Add package antidote to the indexLoïc Hoguin
2015-06-07Add package lasp to the indexLoïc Hoguin
2015-06-07Add package nkbase to the indexLoïc Hoguin
2015-06-07Handle erl_first_files with missing extensionLoïc Hoguin
Makes lasp and nkbase work.
2015-06-06Add package check_node to the indexLoïc Hoguin
2015-06-06Add package evum to the indexLoïc Hoguin
2015-06-06Add package erlang_cep to the indexLoïc Hoguin
2015-06-06Add package verx to the indexLoïc Hoguin
2015-06-06Add package alog to the indexLoïc Hoguin
2015-06-06Improve parse_transform and import detectionLoïc Hoguin
Necessary changes for the alog application.
2015-06-06Add package bcrypt to the indexLoïc Hoguin
2015-06-06Add package giallo to the indexLoïc Hoguin
2015-06-06Add package poxa to the indexLoïc Hoguin
2015-06-06Export ERLC_OPTS in rebar patched depsLoïc Hoguin
Otherwise some deps didn't have their warnings_as_errors removed.
2015-06-05Add package vmq_server to the indexLoïc Hoguin
2015-06-05Add package erlsha2 to the indexLoïc Hoguin
2015-06-05Define CC when calling hooksLoïc Hoguin
Necessary to make erlsha2 work properly.
2015-06-05Add package cberl to the indexLoïc Hoguin
2015-06-05Add package beam to the indexLoïc Hoguin
2015-06-05Add package erlmongo to the indexLoïc Hoguin
2015-06-05Add package lux to the indexLoïc Hoguin
2015-06-05Add package ejabberd to the indexLoïc Hoguin
2015-06-05Better compatibility with autoconf projectsLoïc Hoguin
2015-06-04Add package vmq_snmp to the indexLoïc Hoguin
2015-06-04Add package vmq_systree to the indexLoïc Hoguin
2015-06-04Add package vmq_bridge to the indexLoïc Hoguin
2015-06-04Add package vmq_graphite to the indexLoïc Hoguin
2015-06-04Add package vmq_passwd to the indexLoïc Hoguin
2015-06-04Add package vmq_acl to the indexLoïc Hoguin
2015-06-04Add package rebus to the indexLoïc Hoguin
2015-06-04Add package zraft_lib to the indexLoïc Hoguin
2015-06-04Add package geef to the indexLoïc Hoguin
2015-06-04Add package traffic_tools to the indexLoïc Hoguin
2015-06-04Add package eqm to the indexLoïc Hoguin
2015-06-04Add riak_test back to the indexLoïc Hoguin
Recent fixes made it work.
2015-06-04No need for $(ERLANG_MK_TMP)/ebin anymoreLoïc Hoguin
2015-06-04Add hamcrest back to the indexLoïc Hoguin
2015-06-04Fetch the whole of rebar when patching rebar depsLoïc Hoguin
Necessary for increased compatibility as we de-rebarize those dependencies.
2015-06-01Remove exception for rack for erl_crash.dump checkLoïc Hoguin
The PR has been merged, the file has been removed.
2015-06-01Merge branch 'edown' of https://github.com/dch/erlang.mkLoïc Hoguin
2015-06-01More autopatch fixesLoïc Hoguin
Some projects had their modules section filled incorrectly, this has been fixed. Merl (used by erlydtl) had its .app file incorrectly moved to .app.src despite having its own Makefile. This has been fixed. A new g++ warning caused some projects with -Werror to fail to compile, this has been fixed. The include path given in rebar.config is now properly used. The project concuerror has been removed temporarily due to a recent change that broke the auto detection. The projects ircbot, exmpp and tsung have been removed temporarily due to broken modules section and will need a custom patch and/or a PR sent to fix them.
2015-05-28Add package edown to the indexDave Cottlehuber
2015-05-23Add package concuerror to the indexLoïc Hoguin
2015-05-23Add package plumtree to the indexLoïc Hoguin
2015-05-23Handle rebar3-style depsLoïc Hoguin
2015-05-23Add package wrangler to the indexLoïc Hoguin
2015-05-23Add package cqerl to the indexLoïc Hoguin
2015-05-23Set and export ERLANG_ARCH for the whole rebar depLoïc Hoguin
2015-05-23Don't patch plugin at all if not requiredLoïc Hoguin
Remove riak_test from the index as it broke and the problem is larger than it looks.