Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-19 | Merge branch 'tag_with_slash' of https://github.com/jeanparpaillon/erlang.mk | Loïc Hoguin | |
2016-03-19 | Merge branch 'erlc-opts-sed' of https://github.com/Gatzy118/erlang.mk | Loïc Hoguin | |
2016-03-19 | Merge branch 'doc_deps_local_rep' of https://github.com/ingwinlu/erlang.mk | Loïc Hoguin | |
2016-03-19 | Merge branch 'add_tpl_empty' of https://github.com/ingwinlu/erlang.mk | Loïc Hoguin | |
2016-03-19 | escript file maybe different from escript name | Zaiming Shi | |
2016-03-19 | Merge branch 'multi_app_ct' of https://github.com/ingwinlu/erlang.mk | Loïc Hoguin | |
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-17 | Add 'module' template | derwinlu | |
Every .erl source file will need at least a -module and a single -export definition. With the 'module' template a file can be quickly created that already populates -module with the right value as well as an empty export field. | |||
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-02-08 | Fix ct for multi-app repositories | derwinlu | |
* Include $(APPS_DIR)/*/ebin in CT_RUN * test-build before ct-apps * Test that my_lib is accessible from my-app ct | |||
2016-02-03 | Reference AsciiDoc requirements in contributing | derwinlu | |
2016-02-03 | Add Requirements to AsciiDoc documentation | derwinlu | |
2016-02-03 | Add multi-applications to 7.6 header | derwinlu | |
To help find the section when looking through the index. | |||
2016-02-01 | Fix .app compilation when a git tag contains a '/' | Jean Parpaillon | |
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-06 | Add a second comma/space to test global substitutions | Nick Gates | |
2016-01-06 | Remove spaces after commas globally | Nick Gates | |
When preparing erlc_opts, remove all comma/whitespace pairs instead of just the first | |||
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. |