Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-25 | Simplify the curl method to get erlang.mk | Loïc Hoguin | |
2016-10-21 | Update Copyright notices2016.10.21 | Loïc Hoguin | |
2016-07-14 | Fix snippet when using curl | Loïc Hoguin | |
2016-06-09 | Use https://erlang.mk/erlang.mk in the guide | Loïc Hoguin | |
2016-04-03 | Add a "getting started from scratch" section | Loïc Hoguin | |
2016-01-10 | Add a note about hiding Erlang.mk from diffs | Loïc Hoguin | |
2015-12-30 | Replace broken links with cross references | Loïc Hoguin | |
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-11-20 | Add tests and document the SP variable | Loïc Hoguin | |
People who prefer spaces instead of tabs are now covered. | |||
2015-09-02 | Disable concurrent building entirely | Loïc Hoguin | |
Two reasons for doing this: * The current solution for enforcing sequential operations makes a lot of things slower. Either we do it properly or we don't. * Most of Erlang.mk is sequential by nature. There is very little to gain from Make's own parallel building. Something more interesting would be to enable fetching of dependencies concurrently by other means, and enable compilation of Erlang files concurrently (requires patching OTP). | |||
2015-08-22 | Add first three chapters of new documentation | Loïc Hoguin | |