<feed xmlns='http://www.w3.org/2005/Atom'>
<title>erlang.mk.git/doc/src/guide, branch native-elixir</title>
<subtitle>A build tool for Erlang that just works.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/'/>
<entry>
<title>Document native Elixir support</title>
<updated>2025-03-17T14:26:01+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2025-03-17T14:17:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=69fa1814e438bf122d584b90ac51c3af391ea475'/>
<id>69fa1814e438bf122d584b90ac51c3af391ea475</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Discord link to a permanent invite</title>
<updated>2024-11-27T11:11:26+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2024-11-27T11:08:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=5850da15c3c0d12889f5450b5e11d1e9a13f52c9'/>
<id>5850da15c3c0d12889f5450b5e11d1e9a13f52c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move templates outside the source .mk files</title>
<updated>2024-11-22T13:47:20+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2024-11-21T14:55:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=a6f9a450af99a7a95848dde671de658bb53a43dc'/>
<id>a6f9a450af99a7a95848dde671de658bb53a43dc</id>
<content type='text'>
Templates now no longer use Make variables for substitution
but instead replace strings with their equivalent:

  template_name: Corresponds to n=template_name
  project_name:  Corresponds to $(PROJECT) or in=project_name

This allows defining templates outside of Makefiles. For
example an external plugin could define their templates
in templates/my_template.erl and then have the following
in the included Makefile:

  tpl_my_template = $(file &lt; $(THIS)/templates/my_template.erl)

By default the created file will be in src/template_name.erl.
This can be overriden with the tplp_* variable:

  tplp_my_template = src/model/my_template.erl

Substitution is applied both to the template contents and
to its path.

In addition, attempting to overwrite an existing file when
creating a template will result in failure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Templates now no longer use Make variables for substitution
but instead replace strings with their equivalent:

  template_name: Corresponds to n=template_name
  project_name:  Corresponds to $(PROJECT) or in=project_name

This allows defining templates outside of Makefiles. For
example an external plugin could define their templates
in templates/my_template.erl and then have the following
in the included Makefile:

  tpl_my_template = $(file &lt; $(THIS)/templates/my_template.erl)

By default the created file will be in src/template_name.erl.
This can be overriden with the tplp_* variable:

  tplp_my_template = src/model/my_template.erl

Substitution is applied both to the template contents and
to its path.

In addition, attempting to overwrite an existing file when
creating a template will result in failure.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated dep_fetch, dep_name, dep_repo, dep_commit</title>
<updated>2024-11-19T14:34:48+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2024-11-19T11:50:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=7bf0e7b5f6bd82b5af76d375fb0bf1ffc7ac2b72'/>
<id>7bf0e7b5f6bd82b5af76d375fb0bf1ffc7ac2b72</id>
<content type='text'>
Use the query_* equivalents instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the query_* equivalents instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Discord server to README and Getting Started</title>
<updated>2024-11-15T10:15:14+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2024-11-15T10:15:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=49213b7463fafbdd6d1d6b68066b901bd62a1ad0'/>
<id>49213b7463fafbdd6d1d6b68066b901bd62a1ad0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify project naming in getting started</title>
<updated>2024-11-05T13:02:01+00:00</updated>
<author>
<name>Yun Seong Kim</name>
<email>yunseong.kim@ericsson.com</email>
</author>
<published>2023-07-07T00:28:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=d3485e7eb64e16a1b482208bd1d7be24bfa58c43'/>
<id>d3485e7eb64e16a1b482208bd1d7be24bfa58c43</id>
<content type='text'>
LH: Expanded on the initial suggestion.

Signed-off-by: Yun Seong Kim &lt;yunseong.kim@ericsson.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LH: Expanded on the initial suggestion.

Signed-off-by: Yun Seong Kim &lt;yunseong.kim@ericsson.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update erlang downloads links on docs</title>
<updated>2024-11-05T12:59:12+00:00</updated>
<author>
<name>Yun Seong Kim</name>
<email>yunseong.kim@ericsson.com</email>
</author>
<published>2023-07-07T01:20:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=86e8f532f6db0125994a574393d2c5987f70e654'/>
<id>86e8f532f6db0125994a574393d2c5987f70e654</id>
<content type='text'>
Update new download links on docs.

Signed-off-by: Yun Seong Kim &lt;yunseong.kim@ericsson.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update new download links on docs.

Signed-off-by: Yun Seong Kim &lt;yunseong.kim@ericsson.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update instructions for releases</title>
<updated>2024-01-23T12:43:10+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2024-01-23T12:43:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=43533ac6bc2112beaa229bbb3fe5cd73a116ecda'/>
<id>43533ac6bc2112beaa229bbb3fe5cd73a116ecda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove support for HiPE and ErlLLVM</title>
<updated>2023-05-16T08:46:58+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2023-05-16T08:46:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=12f04adbac2efff7e3f46d3d4840fe293a4a1f5d'/>
<id>12f04adbac2efff7e3f46d3d4840fe293a4a1f5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add COVER_EXCL_MODS variable</title>
<updated>2023-05-15T07:44:38+00:00</updated>
<author>
<name>Joseph Dunne</name>
<email>jo@dev.local</email>
</author>
<published>2020-10-25T18:34:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=57798d7dc357528424a36f95c090e86450556885'/>
<id>57798d7dc357528424a36f95c090e86450556885</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
