Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-19 | Merge branch 'fix_grep' of https://github.com/ingwinlu/erlang.mk | Loïc Hoguin | |
2016-03-18 | Use the develop branch | Aleksandar Radulovic | |
Basho uses the develop branch (not master) and that one is most up-to-date | |||
2016-03-17 | Do not use grep Extended Mode | derwinlu | |
Extended Mode uses { and } as special characters. Making grep implementations other then GNU grep fail (see http://www.gnu.org/software/grep/manual/grep.html#Basic-vs-Extended). | |||
2016-03-09 | add geode project | Aleksandar Radulovic | |
Adding geode - "Geohash / proximity searches in pure, uncut Erlang" | |||
2016-03-02 | Properly write hex dependencies in rebar.config for Rebar3 | Loïc Hoguin | |
2016-02-26 | Merge branch 'mix.mk' of https://github.com/botsunit/erlang.mk | Loïc Hoguin | |
2016-02-26 | Merge branch 'fix_help_text' of https://github.com/ingwinlu/erlang.mk | Loïc Hoguin | |
2016-02-26 | add kafka_protocol | Zaiming Shi | |
2016-02-26 | Correct output of bootstrap help target | derwinlu | |
2016-02-21 | Add the Mix plugin to the list | glejeune | |
2016-02-16 | repository This repository is no longer actively maintained and moved to ↵ | antik486 | |
https://github.com/for-GET/jesse | |||
2016-02-16 | Add package jsone to the index | antik486 | |
2016-01-28 | Add package slack to the index | Don Branson | |
2016-01-24 | Quote paths in autopatch generated Makefile | Loïc Hoguin | |
Fixes build of a few projects on Windows. | |||
2016-01-24 | Export CC on Windows | Loïc Hoguin | |
Considering we require this compiler, we should set a good default for all sub-Makefiles. | |||
2016-01-22 | Allow running apps/ ct test suites in parallel | Loïc Hoguin | |
I'm mostly trying to fix tests when ran in parallel, although this is also a nice optimization for those who use multi-app repositories. | |||
2016-01-22 | Use "make edoc" in the edoc test | Loïc Hoguin | |
2016-01-16 | Fix eunit not running if there are no beams | Loïc Hoguin | |
I'm not sure how to reproduce the issue some people experienced (OS, make version maybe? who knows) but I got a report that this fixes it. It's also definitely the "right" way to do this. | |||
2016-01-14 | Remove unnecessary whitespace from generated rebar.config | Loïc Hoguin | |
2016-01-10 | Add a note about hiding Erlang.mk from diffs | Loïc Hoguin | |
2016-01-09 | Add a command to update the Erlang.mk guide online | Loïc Hoguin | |
"make up" will be how it's done from now on, rather than the more manual method I was using until now. I am fully aware that this command fetches the erlang.mk repo twice. But it works, and honestly fetching the repo isn't too expensive or long so that will do. | |||
2016-01-09 | Remove Triq from overview | Loïc Hoguin | |
2016-01-09 | Remove "Property based testing" from planned documentation | Loïc Hoguin | |
Triq will be documented in its own plugin later on. | |||
2016-01-09 | Add AsciiDoc tests and documentation | Loïc Hoguin | |
Also fixes install-docs to allow installing regardless of being root or a normal user. The current user/group will be used for the installed files. | |||
2016-01-09 | Remove legacy EDoc tests | Loïc Hoguin | |
2016-01-09 | Test and document EDoc | Loïc Hoguin | |
A change was made to the automatic EDoc generation when running 'make docs'. It is now only done if a doc/overview.edoc file exists. This behavior can of course be enabled back by adding it to the Makefile. | |||
2016-01-08 | Add the Efene plugin to the list | Loïc Hoguin | |
2016-01-08 | Add a function to convert ERLC_OPTS to an Erlang list | Loïc Hoguin | |
For easier reusability in Erlang.mk and plugins. | |||
2016-01-07 | Merge branch 'add-brod' of https://github.com/id/erlang.mk | Loïc Hoguin | |
2016-01-07 | Add package brod to the index | Ivan Dyachkov | |
2016-01-07 | Add package supervisor3 to the index | Ivan Dyachkov | |
2016-01-03 | Add elixir.mk and lfe.mk to the plugins list | Loïc Hoguin | |
2015-12-30 | List third party plugins; remove Elvis | Loïc Hoguin | |
This is a breaking change for Elvis users, who should now use the external plugin available at https://github.com/inaka/elvis.mk | |||
2015-12-30 | Write a new README, keep parts of the old one as legacy | Loïc Hoguin | |
2015-12-30 | Replace broken links with cross references | Loïc Hoguin | |
2015-12-30 | Replace a link: with an xref: | Loïc Hoguin | |
Trying it out to see if it fixes a new issue noticed on erlang.mk. | |||
2015-12-29 | Fix invalid link to documentation | crownedgrouse | |
2015-12-29 | If the rebar binary is present, this is a rebar dep | Loïc Hoguin | |
Fixes syslog. | |||
2015-12-29 | Generate proper filenames in the docs' HTML output | Loïc Hoguin | |
This will allow to provide permanent URLs to the documentation. | |||
2015-12-29 | Add Common Test docs and tests | Loïc Hoguin | |
Also fixes issues with multi application repositories, and add support for running a specific group/case in a given test suite. | |||
2015-12-24 | Use OTP 18.2.1 on CircleCI | Loïc Hoguin | |
2015-12-24 | Simplify cleaning in the test suite | Loïc Hoguin | |
Not only simpler but also faster, especially on Windows. | |||
2015-12-24 | Work around an auto completion bug with ZSH | Loïc Hoguin | |
At the same time update the Makefile templates which were missing PROJECT_DESCRIPTION and PROJECT_VERSION fields. | |||
2015-12-24 | Add EUNIT_ERL_OPTS variable | Loïc Hoguin | |
2015-12-24 | Remove EUnit section from README | Loïc Hoguin | |
2015-12-24 | Add EUnit tests and documentation | Loïc Hoguin | |
Also includes a fix for multi-application repositories. | |||
2015-12-24 | Fix an issue running EUnit tests on 'make check' | Loïc Hoguin | |
Rebuilding cleanly first prevented rebuilding in test-mode again. | |||
2015-12-18 | Tweak public CI configuration | Loïc Hoguin | |
2015-12-18 | Exclude rabbitmq_codegen from the package check | Loïc Hoguin | |
This isn't an Erlang application. | |||
2015-12-17 | Remove the patch for i18n in the test suite | Loïc Hoguin | |
After careful checking, these values are not set because of an issue in Erlang.mk's autopatch feature. There's no point in cheating in the test suite. We need to know about it. |