Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-03 | Add a "getting started from scratch" section | Loïc Hoguin | |
2016-03-27 | Add Jorel in the plugin list | glejeune | |
2016-03-19 | Merge branch 'doc_deps_local_rep' of https://github.com/ingwinlu/erlang.mk | Loïc Hoguin | |
2016-02-26 | Merge branch 'mix.mk' of https://github.com/botsunit/erlang.mk | Loïc Hoguin | |
2016-02-21 | Add the Mix plugin to the list | glejeune | |
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-01-10 | Add a note about hiding Erlang.mk from diffs | Loïc Hoguin | |
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 | 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-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 | 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 | 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 | Add EUNIT_ERL_OPTS variable | Loïc Hoguin | |
2015-12-24 | Add EUnit tests and documentation | Loïc Hoguin | |
Also includes a fix for multi-application repositories. | |||
2015-12-14 | Fix compilation of NIFs on Windows | Loïc Hoguin | |
Thanks to two users of the ninenines/esdl2 project, a correct way to build NIFs on Windows has been found. At the moment we require a specific compiler (MingW's gcc). Maybe we can change this in the future and allow Visual Studio and others. Some small changes have been made to the documentation, and the meaning of one configuration variable has changed to not include the extension (which is decided automatically by Erlang.mk; and configurable separately). Enjoy! | |||
2015-12-04 | Fix formatting one last time | Loïc Hoguin | |
2015-12-04 | Fix formatting again | Loïc Hoguin | |
2015-12-04 | Fix some formatting issues in the guide | Loïc Hoguin | |
2015-12-04 | Fix typo | Loïc Hoguin | |
lol | |||
2015-12-04 | Delete file of removed architecture chapter | Loïc Hoguin | |
2015-12-04 | Add contributing and history chapters to the guide | Loïc Hoguin | |
2015-12-01 | Test and document Dialyzer | Loïc Hoguin | |
One bug was fixed: now Erlang.mk will properly pass relevant ERLC_OPTS values to Dialyzer. One bug still exists when using multi-application repositories: dependencies are not detected automatically. We need list-deps before this can work. | |||
2015-11-22 | Fix documentation typo | Daniel S. McCain | |
2015-11-20 | Add tests and document the SP variable | Loïc Hoguin | |
People who prefer spaces instead of tabs are now covered. | |||
2015-11-18 | Fix target dependencies and enable parallel again2.0.0-pre.2 | Loïc Hoguin | |
We can now use 'make -j 32' again. All tests pass. There might be some issues left with the areas that are not fully tested yet (some plugins). A few changes in behavior: * 'make app' will also do 'make deps' unless SKIP_DEPS is set. You can use 'make app-build' instead to just build the application. * 'make rel' will also do 'make app' (and therefore deps). There are no alternative target to keep the old behavior at this time. | |||
2015-11-17 | Remove unneeded comment from docs | Loïc Hoguin | |
2015-10-22 | Add shell chapter and tests | Loïc Hoguin | |
2015-10-22 | Add the releases chapter contents | Loïc Hoguin | |
2015-10-22 | Add NIF chapter to the guide | Loïc Hoguin | |
Not tested yet, figured it could still help people. | |||
2015-10-22 | Add git-submodule fetch method | Loïc Hoguin | |
Initially submitted by Daniel White. | |||
2015-10-22 | Move external plugins chapter in a plugins section | Loïc Hoguin | |
2015-10-22 | Fix a small typo | Loïc Hoguin | |
2015-10-22 | Add placeholders for missing chapters | Loïc Hoguin | |
2015-10-19 | Remove mention of OTP_DEPS from the docs | Loïc Hoguin | |
2015-10-12 | Merge branch 'elbrujohalcon.table.display' of ↵ | Loïc Hoguin | |
https://github.com/elbrujohalcon/erlang.mk | |||
2015-10-12 | Fix user guide PDF generating | Loïc Hoguin | |
2015-10-01 | Improved table display :) | Brujo Benavides | |
2015-09-29 | Add chapter Packages and dependencies to the guide | Loïc Hoguin | |
2015-09-19 | Add another note about legacy .app.src method | Loïc Hoguin | |
[ci-skip] | |||
2015-09-19 | Remove typo | Loïc Hoguin | |
No amount of re-reading was enough to find this, until after I pushed. Of course. | |||
2015-09-18 | Add guide chapter about Compatibility with Rebar tools | Loïc Hoguin | |