aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-09-09Remove an unnecessary step in dialyzer-beam testLoïc Hoguin
2016-09-09Add a test for using Dialyzer against BEAM filesLoïc Hoguin
2016-09-08dialyzer.mk: Use the shell to parse command line argsJean-Sébastien Pédron
Splitting arguments on `-` was dangerous: if a path contained such a character, it would be split and the second half thrown away by the filtering. Now, `$(ERLC_OPTS)` is passed to erl(1) after `-extra`. Thus arguments parsing is done by the shell and we only have to call init:get_plain_arguments/0 to get them as a list.
2016-09-08plugins/xref.mk: Fix typo in variable `XREFR_ARGS`Jean-Sébastien Pédron
2016-09-04Fix chumak versionLoïc Hoguin
1.1.1 didn't exist, so I put master for now.
2016-09-03Delete erlangzmq.mkAndriy Drozdyuk
2016-09-03Add package chumak to the indexAndriy Drozdyuk
2016-07-30Add package erlangzmq to the indexAndriy Drozdyuk
2016-07-14Fix snippet when using curlLoïc Hoguin
2016-07-14Build apps/* only onceKrister Svanlund
Replicating the behavior for deps/*. With refactoring from Loïc.
2016-06-09Clean up output from a previous commitLoïc Hoguin
2016-06-09Use https://erlang.mk/erlang.mk in the guideLoïc Hoguin
2016-06-09Merge branch 'var-app-mod' of https://github.com/jflatow/erlang.mkLoïc Hoguin
2016-06-08Fix rust.mk package info.Daniel Goertzen
2016-06-08Add a test case for custom PROJECT_MODJared Flatow
2016-06-07Add PROJECT_MOD var to make the app callback module configurableJared Flatow
2016-06-06Add rust.mk to plugin listDaniel Goertzen
2016-06-06Add Rust plugin and helper library to indexDaniel Goertzen
2016-05-17Fix for issue 447.Daniel Goertzen
Create ebin dir for all apps_dir apps before building any of them.
2016-05-17Add test case demonstrating issue 447.Daniel Goertzen
Erlc will not include_lib() apps that do not have an ebin/ directory. This test case demonstrates that.
2016-05-03Update syn.mkRoberto Ostinelli
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