Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-17 | Remove unneeded variables from cover.mk | Loïc Hoguin | |
2015-06-17 | Add package amqp_client to the index | Loïc Hoguin | |
2015-06-17 | Add RABBITMQ_CLIENT_PATCH to make upstream amqp_client work | Loï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-16 | Convert git://github.com URIs to https://github.com | Loï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-16 | Compile dependencies only once | Loï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-15 | Add package cloudi_service_oauth1 to the index | Loïc Hoguin | |
2015-06-15 | Add package cloudi_service_db_pgsql to the index | Loïc Hoguin | |
2015-06-15 | Fix details in .app template | Loïc Hoguin | |
Was using $(MODULES) instead of $(2). | |||
2015-06-15 | Add corresponding space in the replace regex | Loïc Hoguin | |
Fixes a previous incomplete PR merged by mistake. | |||
2015-06-15 | Add package tirerl to the index | Loïc Hoguin | |
2015-06-15 | Add package reltool_util to the index | Loïc Hoguin | |
2015-06-15 | Add package quickrand to the index | Loïc Hoguin | |
2015-06-15 | Add package keys1value to the index | Loïc Hoguin | |
2015-06-15 | Add package key2value to the index | Loïc Hoguin | |
2015-06-15 | Add package erlang_term to the index | Loïc Hoguin | |
2015-06-15 | Remove poxa from the index: a dependency is gone | Loïc Hoguin | |
2015-06-14 | Generate the .app file directly from the Makefile | Loï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-13 | Merge branch 'fix-modules-attr-app-src' of https://github.com/efcasado/erlang.mk | Loïc Hoguin | |
2015-06-13 | Merge branch 'elbrujohalcon.inaka.plugin.upgrade' of ↵ | Loïc Hoguin | |
https://github.com/inaka/erlang.mk | |||
2015-06-13 | Add package gossiperl to the index | Loïc Hoguin | |
2015-06-13 | Add package marina to the index | Loïc Hoguin | |
2015-06-12 | Add package mu2 to the index | Loïc Hoguin | |
2015-06-12 | Add package smother to the index | Loïc Hoguin | |
2015-06-12 | Add package xhttpc to the index | Loïc Hoguin | |
2015-06-10 | xrefr upgrade | Brujo Benavides | |
2015-06-10 | Add package gold_fever to the index | Loïc Hoguin | |
2015-06-10 | Add package kinetic to the index | Loïc Hoguin | |
2015-06-09 | Add package color to the index | Loïc Hoguin | |
2015-06-08 | Fix find command in test on OSX | Loïc Hoguin | |
2015-06-08 | Maintain an error log rather than stop for packages | Loï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-08 | Add 25 cloudi packages to the index | Loïc Hoguin | |
2015-06-07 | Fix NIF compilation under OSX | Loïc Hoguin | |
2015-06-07 | Add package nitrogen_core to the index | Loïc Hoguin | |
2015-06-07 | Add package nprocreg to the index | Loïc Hoguin | |
2015-06-07 | Add package surrogate to the index | Loïc Hoguin | |
2015-06-07 | Add package memo to the index | Loïc Hoguin | |
2015-06-07 | Add package antidote to the index | Loïc Hoguin | |
2015-06-07 | Add package lasp to the index | Loïc Hoguin | |
2015-06-07 | Add package nkbase to the index | Loïc Hoguin | |
2015-06-07 | Handle erl_first_files with missing extension | Loïc Hoguin | |
Makes lasp and nkbase work. | |||
2015-06-06 | Add package check_node to the index | Loïc Hoguin | |
2015-06-06 | Add package evum to the index | Loïc Hoguin | |
2015-06-06 | Add package erlang_cep to the index | Loïc Hoguin | |
2015-06-06 | Add package verx to the index | Loïc Hoguin | |
2015-06-06 | Add package alog to the index | Loïc Hoguin | |
2015-06-06 | Improve parse_transform and import detection | Loïc Hoguin | |
Necessary changes for the alog application. | |||
2015-06-06 | Add package bcrypt to the index | Loïc Hoguin | |
2015-06-06 | Add package giallo to the index | Loïc Hoguin | |
2015-06-06 | Add package poxa to the index | Loïc Hoguin | |
2015-06-06 | Export ERLC_OPTS in rebar patched deps | Loïc Hoguin | |
Otherwise some deps didn't have their warnings_as_errors removed. |