<feed xmlns='http://www.w3.org/2005/Atom'>
<title>erlang.mk.git/plugins, branch 2.0.0-pre.2</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>Fix target dependencies and enable parallel again</title>
<updated>2015-11-18T16:25:56+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-11-18T15:24:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=d514facbb41c1b76d76ffe435ccd5174d8c749c2'/>
<id>d514facbb41c1b76d76ffe435ccd5174d8c749c2</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new-nif target and related tests</title>
<updated>2015-10-26T21:40:04+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-10-26T21:40:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=9bd5ec4f4797f0c11df4e75f78b10208e1287c03'/>
<id>9bd5ec4f4797f0c11df4e75f78b10208e1287c03</id>
<content type='text'>
Pushing this now so I can figure out Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pushing this now so I can figure out Windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add shell chapter and tests</title>
<updated>2015-10-22T21:23:18+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-10-22T21:23:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=d7b4e589f1716e2de5087a491ea1701d294dccbc'/>
<id>d7b4e589f1716e2de5087a491ea1701d294dccbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Force rebuilds on Makefile/.app.src changes</title>
<updated>2015-10-19T15:29:04+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-10-19T15:29:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=7f1ace7622a5a9e046b8ae10accc8169ab59b047'/>
<id>7f1ace7622a5a9e046b8ae10accc8169ab59b047</id>
<content type='text'>
Everything will be rebuilt when the Makefile or any included
Makefile (like Erlang.mk or plugins) change.

Only the .app will be rebuilt when the .app.src file changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Everything will be rebuilt when the Makefile or any included
Makefile (like Erlang.mk or plugins) change.

Only the .app will be rebuilt when the .app.src file changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix creating modules from templates when using apps/ only</title>
<updated>2015-10-19T13:59:36+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-10-19T13:59:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=77afa66836f92a1f1f2052e1a7d9ace9fd4cee57'/>
<id>77afa66836f92a1f1f2052e1a7d9ace9fd4cee57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix multiple patterns used on core_find</title>
<updated>2015-10-15T18:51:13+00:00</updated>
<author>
<name>Daniel Goertzen</name>
<email>daniel.goertzen@gmail.com</email>
</author>
<published>2015-10-15T18:51:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=c0d6e890c184b5a35891358dc4733cd552e50dab'/>
<id>c0d6e890c184b5a35891358dc4733cd552e50dab</id>
<content type='text'>
'find', the underlying command of core_find, does not support multiple patterns
after -name.  This patch fixes multi-pattern use in c_src.mk by calling core_find
once for each pattern.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'find', the underlying command of core_find, does not support multiple patterns
after -name.  This patch fixes multi-pattern use in c_src.mk by calling core_find
once for each pattern.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for and fix DTL_FULL_PATH</title>
<updated>2015-10-12T10:50:22+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-10-12T10:50:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=f7ac6d1b54f4d7faf3acb443a48f74b1ef5ea0cf'/>
<id>f7ac6d1b54f4d7faf3acb443a48f74b1ef5ea0cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ErlyDTL files generate to beam directly</title>
<updated>2015-10-12T10:26:13+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-10-12T10:26:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=53703b7eded4e275f50e0b7d90a39648c90bbab3'/>
<id>53703b7eded4e275f50e0b7d90a39648c90bbab3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-plugin-erlydtl' of https://github.com/bullno1/erlang.mk</title>
<updated>2015-10-12T09:52:05+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-10-12T09:52:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=77e3b8d0e63ecc2bfa46b3b3caf75c770b713d7b'/>
<id>77e3b8d0e63ecc2bfa46b3b3caf75c770b713d7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix port compilation for rebar projects</title>
<updated>2015-10-11T22:32:56+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2015-10-11T22:32:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/erlang.mk.git/commit/?id=7e95c74fee08fb4b94c25e2f3b03bcbdd1e029be'/>
<id>7e95c74fee08fb4b94c25e2f3b03bcbdd1e029be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
