aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-04-22Merge branch 'relx-3.19.0' of https://github.com/plux/erlang.mkLoïc Hoguin
2016-04-22Add package zabbix_sender to the indexantik486
2016-04-21Bump relx version to 3.19.0Hakan Nilsson
2016-04-05Add test for eunit accessing priv_dircrownedgrouse
2016-04-05 Add fullpath to ebin/crownedgrouse
Allow eunit test to access to project's priv_dir.
2016-04-03Use branches for all packagesLoïc Hoguin
This is a first step toward semi-automated version management. Cowboy, Cowlib and Ranch still use tags for the time being. We can make a better update to those when there's a lock feature added.
2016-04-03Add a "getting started from scratch" sectionLoïc Hoguin
2016-04-03Merge branch 'erlydtl_opts' of https://github.com/KrzysiekJ/erlang.mkLoïc Hoguin
2016-04-03Add possibility to specify custom ErlyDTL optionsKrzysztof Jurewicz
2016-03-27Add Jorel in the plugin listglejeune
2016-03-19Merge branch 'cover_badarith_fix' of https://github.com/hdima/erlang.mkLoïc Hoguin
2016-03-19Merge branch 'tag_with_slash' of https://github.com/jeanparpaillon/erlang.mkLoïc Hoguin
2016-03-19Merge branch 'erlc-opts-sed' of https://github.com/Gatzy118/erlang.mkLoïc Hoguin
2016-03-19Merge branch 'doc_deps_local_rep' of https://github.com/ingwinlu/erlang.mkLoïc Hoguin
2016-03-19Merge branch 'add_tpl_empty' of https://github.com/ingwinlu/erlang.mkLoïc Hoguin
2016-03-19escript file maybe different from escript nameZaiming Shi
2016-03-19Merge branch 'multi_app_ct' of https://github.com/ingwinlu/erlang.mkLoïc Hoguin
2016-03-19Merge branch 'fix_grep' of https://github.com/ingwinlu/erlang.mkLoïc Hoguin
2016-03-18Use the develop branchAleksandar Radulovic
Basho uses the develop branch (not master) and that one is most up-to-date
2016-03-17Do not use grep Extended Modederwinlu
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-09add geode projectAleksandar Radulovic
Adding geode - "Geohash / proximity searches in pure, uncut Erlang"
2016-03-02Properly write hex dependencies in rebar.config for Rebar3Loïc Hoguin
2016-02-26Merge branch 'mix.mk' of https://github.com/botsunit/erlang.mkLoïc Hoguin
2016-02-26Merge branch 'fix_help_text' of https://github.com/ingwinlu/erlang.mkLoïc Hoguin
2016-02-26add kafka_protocolZaiming Shi
2016-02-26Correct output of bootstrap help targetderwinlu
2016-02-21Add the Mix plugin to the listglejeune
2016-02-17Add 'module' templatederwinlu
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-16repository This repository is no longer actively maintained and moved to ↵antik486
https://github.com/for-GET/jesse
2016-02-16Add package jsone to the indexantik486
2016-02-08Fix ct for multi-app repositoriesderwinlu
* Include $(APPS_DIR)/*/ebin in CT_RUN * test-build before ct-apps * Test that my_lib is accessible from my-app ct
2016-02-03Reference AsciiDoc requirements in contributingderwinlu
2016-02-03Add Requirements to AsciiDoc documentationderwinlu
2016-02-03Add multi-applications to 7.6 headerderwinlu
To help find the section when looking through the index.
2016-02-01Fix .app compilation when a git tag contains a '/'Jean Parpaillon
2016-01-28Add package slack to the indexDon Branson
2016-01-24Quote paths in autopatch generated MakefileLoïc Hoguin
Fixes build of a few projects on Windows.
2016-01-24Export CC on WindowsLoïc Hoguin
Considering we require this compiler, we should set a good default for all sub-Makefiles.
2016-01-22Allow running apps/ ct test suites in parallelLoï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-22Use "make edoc" in the edoc testLoïc Hoguin
2016-01-16Fix eunit not running if there are no beamsLoï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-14Remove unnecessary whitespace from generated rebar.configLoïc Hoguin
2016-01-10Add a note about hiding Erlang.mk from diffsLoïc Hoguin
2016-01-09Add a command to update the Erlang.mk guide onlineLoï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-09Remove Triq from overviewLoïc Hoguin
2016-01-09Remove "Property based testing" from planned documentationLoïc Hoguin
Triq will be documented in its own plugin later on.
2016-01-09Add AsciiDoc tests and documentationLoï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-09Remove legacy EDoc testsLoïc Hoguin
2016-01-09Test and document EDocLoï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-08Add the Efene plugin to the listLoïc Hoguin