aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-06-17Add package amqp_client to the indexLoïc Hoguin
2015-06-17Add RABBITMQ_CLIENT_PATCH to make upstream amqp_client workLoïc Hoguin
While this is not quite "just work" due to other packages depending on a forked off rabbitmq, this is still pretty good as it actually makes it work and still leaves a choice between upstream and the fork. Hopefully people will start to use upstream but you know how these things tend to go.
2015-06-16Convert git://github.com URIs to https://github.comLoïc Hoguin
We do this automatically to make the fetching of dependencies a safer experience. Ensuring it's secure is better than hoping everyone puts the right URI in their deps.
2015-06-16Compile dependencies only onceLoïc Hoguin
We keep track of which dependencies we compiled in the current session in the $(ERLANG_MK_TMP)/deps.log file. This will help save a little time when projects depend more than once on the same dependency. While going in the directory and running make was already quick, it's quicker if not, and the logs end up cleaner.
2015-06-15Add package cloudi_service_oauth1 to the indexLoïc Hoguin
2015-06-15Add package cloudi_service_db_pgsql to the indexLoïc Hoguin
2015-06-15Fix details in .app templateLoïc Hoguin
Was using $(MODULES) instead of $(2).
2015-06-15Add corresponding space in the replace regexLoïc Hoguin
Fixes a previous incomplete PR merged by mistake.
2015-06-15Add package tirerl to the indexLoïc Hoguin
2015-06-15Add package reltool_util to the indexLoïc Hoguin
2015-06-15Add package quickrand to the indexLoïc Hoguin
2015-06-15Add package keys1value to the indexLoïc Hoguin
2015-06-15Add package key2value to the indexLoïc Hoguin
2015-06-15Add package erlang_term to the indexLoïc Hoguin
2015-06-15Remove poxa from the index: a dependency is goneLoïc Hoguin
2015-06-14Generate the .app file directly from the MakefileLoïc Hoguin
This removes the need for a .app.src file entirely. The PROJECT_* variables and the OTP_DEPS variable allow us to specify everything we need. REL_DEPS and BUILD_DEPS will be added later on to allow users to cleanly specify those without adding them to the .app file.
2015-06-13Merge branch 'fix-modules-attr-app-src' of https://github.com/efcasado/erlang.mkLoïc Hoguin
2015-06-13Merge branch 'elbrujohalcon.inaka.plugin.upgrade' of ↵Loïc Hoguin
https://github.com/inaka/erlang.mk
2015-06-13Add package gossiperl to the indexLoïc Hoguin
2015-06-13Add package marina to the indexLoïc Hoguin
2015-06-12Add package mu2 to the indexLoïc Hoguin
2015-06-12Add package smother to the indexLoïc Hoguin
2015-06-12Add package xhttpc to the indexLoïc Hoguin
2015-06-10xrefr upgradeBrujo Benavides
2015-06-10Add package gold_fever to the indexLoïc Hoguin
2015-06-10Add package kinetic to the indexLoïc Hoguin
2015-06-09Add package color to the indexLoïc Hoguin
2015-06-08Fix find command in test on OSXLoïc Hoguin
2015-06-08Maintain an error log rather than stop for packagesLoïc Hoguin
There's a *lot* of packages. It's better to maintain a log of failures rather than having to restart all the time.
2015-06-08Add 25 cloudi packages to the indexLoïc Hoguin
2015-06-07Fix NIF compilation under OSXLoïc Hoguin
2015-06-07Add package nitrogen_core to the indexLoïc Hoguin
2015-06-07Add package nprocreg to the indexLoïc Hoguin
2015-06-07Add package surrogate to the indexLoïc Hoguin
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