aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-05-18Add package simhash to the indexLoïc Hoguin
2015-05-18Add package zlists to the indexLoïc Hoguin
2015-05-18Add package props to the indexLoïc Hoguin
2015-05-18Add package edns to the indexLoïc Hoguin
2015-05-18Add package erl_streams to the indexLoïc Hoguin
2015-05-18Add package stripe to the indexLoïc Hoguin
2015-05-18Add package ircd to the indexLoïc Hoguin
2015-05-18Add package zippers to the indexLoïc Hoguin
2015-05-18Add package moyo to the indexLoïc Hoguin
2015-05-18Add package kdht to the indexLoïc Hoguin
2015-05-18Add package erlgit to the indexLoïc Hoguin
2015-05-18Add package vert to the indexLoïc Hoguin
2015-05-18Add package erserve to the indexLoïc Hoguin
2015-05-18Add package sieve to the indexLoïc Hoguin
2015-05-18Add package eamf to the indexLoïc Hoguin
2015-05-18Add package epubnub to the indexLoïc Hoguin
2015-05-18Add package nkpacket to the indexLoïc Hoguin
2015-05-18Add package lethink to the indexLoïc Hoguin
2015-05-18Add package couch to the indexLoïc Hoguin
2015-05-18Add package emagick to the indexLoïc Hoguin
2015-05-18Add package errd to the indexLoïc Hoguin
2015-05-18Proper fix for NIF code detection when port_specs is usedLoïc Hoguin
Adds rafter back to the index.
2015-05-18Fix jiffy buildLoïc Hoguin
Breaks rafter build. Remove it temporarily.
2015-05-18Add platform_define support for erl_optsLoïc Hoguin
Fixes jsx maps support.
2015-05-18Fix issue with first files detectionLoïc Hoguin
2015-05-17Add package i18n to the indexLoïc Hoguin
2015-05-17Improve detection of compile first files for rebar appsLoïc Hoguin
File includes header that defines parse_transform that imports function. Sigh.
2015-05-17Add package riak_kv to the indexLoïc Hoguin
2015-05-17Ignore some common unneeded deps when patching rebar appsLoï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-17Add package mongooseim to the indexLoïc Hoguin
2015-05-17Add package exml to the indexLoïc Hoguin
2015-05-17Fix port_specs with multiple input filesLoïc Hoguin
2015-05-17Find first files from source formsLoï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-17Handle port_specs with 2 valuesLoïc Hoguin
For exml from mongooseim.
2015-05-16Preliminary port_specs supportLoïc Hoguin
Fixes some projects that were building but couldn't be loaded because the .so file name was incorrect.
2015-05-16Add package riakc to the indexLoïc Hoguin
2015-05-16Add package boss_db to the indexLoïc Hoguin
2015-05-16Add package boss to the indexLoïc Hoguin
2015-05-16Add IGNORE_DEPS variableLoï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-16Initial rebar2 plugins supportLoï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-16Only use +debug_info to compile protobuffs generated modulesLoïc Hoguin
2015-05-16Ignore Makefiles that include non-existing .mk filesLoïc Hoguin
2015-05-16Add protobuffs plugin to compile *.proto filesLoïc Hoguin
2015-05-16Add package rebar to the indexLoïc Hoguin
2015-05-16Add package riak_pipe to the indexLoïc Hoguin
2015-05-16Add package riak_core to the indexLoïc Hoguin
2015-05-16Handle parse_transforms and defines for rebar autopatchLoïc Hoguin
2015-05-16Don't be strict for CFLAGS of autopatched depsLoïc Hoguin
2015-05-15Add psycho back into the indexLoïc Hoguin
2015-05-15Add package rafter to the indexLoïc Hoguin