Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-18 | Add package zucchini to the index | Loïc Hoguin | |
2015-05-18 | Add package ldap to the index | Loïc Hoguin | |
2015-05-18 | Add package etoml to the index | Loïc Hoguin | |
2015-05-18 | Add package trane to the index | Loïc Hoguin | |
2015-05-18 | Add package fn to the index | Loïc Hoguin | |
2015-05-18 | Add package eavro to the index | Loïc Hoguin | |
2015-05-18 | Add package bifrost to the index | Loïc Hoguin | |
2015-05-18 | Add package simhash to the index | Loïc Hoguin | |
2015-05-18 | Add package zlists to the index | Loïc Hoguin | |
2015-05-18 | Add package props to the index | Loïc Hoguin | |
2015-05-18 | Add package edns to the index | Loïc Hoguin | |
2015-05-18 | Add package erl_streams to the index | Loïc Hoguin | |
2015-05-18 | Add package stripe to the index | Loïc Hoguin | |
2015-05-18 | Add package ircd to the index | Loïc Hoguin | |
2015-05-18 | Add package zippers to the index | Loïc Hoguin | |
2015-05-18 | Add package moyo to the index | Loïc Hoguin | |
2015-05-18 | Add package kdht to the index | Loïc Hoguin | |
2015-05-18 | Add package erlgit to the index | Loïc Hoguin | |
2015-05-18 | Add package vert to the index | Loïc Hoguin | |
2015-05-18 | Add package erserve to the index | Loïc Hoguin | |
2015-05-18 | Add package sieve to the index | Loïc Hoguin | |
2015-05-18 | Add package eamf to the index | Loïc Hoguin | |
2015-05-18 | Add package epubnub to the index | Loïc Hoguin | |
2015-05-18 | Add package nkpacket to the index | Loïc Hoguin | |
2015-05-18 | Add package lethink to the index | Loïc Hoguin | |
2015-05-18 | Add package couch to the index | Loïc Hoguin | |
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 | |