<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/contrib/local.mk.example, branch v0.1.2</title>
<subtitle>Neovim fork with Rahm's personal hacks.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/'/>
<entry>
<title>cmake: Pass -DMIN_LOG_LEVEL as compiler definition</title>
<updated>2016-01-10T17:06:53+00:00</updated>
<author>
<name>Rui Abreu Ferreira</name>
<email>raf-ep@gmx.com</email>
</author>
<published>2014-12-08T20:00:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=72d03cc961796266b7b29a1e3afce94e9770c91b'/>
<id>72d03cc961796266b7b29a1e3afce94e9770c91b</id>
<content type='text'>
- Check if MIN_LOG_LEVEL value is a number 0-3, default to
  INFO (1) or ignore it in Release mode
- When TRAVIS_CI_BUILD is ON the default is DEBUG (0)
- Add local.mk.example
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Check if MIN_LOG_LEVEL value is a number 0-3, default to
  INFO (1) or ignore it in Release mode
- When TRAVIS_CI_BUILD is ON the default is DEBUG (0)
- Add local.mk.example
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: Add custom Dev build type.</title>
<updated>2015-11-01T14:41:36+00:00</updated>
<author>
<name>Florian Walch</name>
<email>florian@fwalch.com</email>
</author>
<published>2015-09-28T10:14:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=87e5a4131666e44354f280538cbc6bbe52225092'/>
<id>87e5a4131666e44354f280538cbc6bbe52225092</id>
<content type='text'>
Introduce new build type Dev that replaces RelWithDebInfo for development
builds off master and has optimizations, debug info, and logging enabled.
Keep assertions enabled for RelWithDebInfo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce new build type Dev that replaces RelWithDebInfo for development
builds off master and has optimizations, debug info, and logging enabled.
Keep assertions enabled for RelWithDebInfo.
</pre>
</div>
</content>
</entry>
<entry>
<title>contrib/local.mk.example: Mention ENABLE_JEMALLOC</title>
<updated>2015-10-29T20:19:34+00:00</updated>
<author>
<name>Michael Reed</name>
<email>m.reed@mykolab.com</email>
</author>
<published>2015-10-29T20:16:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8ef2bb53661e24d78506185ccfa167f1b742b9be'/>
<id>8ef2bb53661e24d78506185ccfa167f1b742b9be</id>
<content type='text'>
This doesn't prevent compilation of jemalloc, but the important thing is
that it prevents it being used in nvim.

refs 6cd20177df9d675c4c8de9ae27ce8c0ea2a94cca
refs 95707bf336794c7ec8991917f184c02ae873dd8c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This doesn't prevent compilation of jemalloc, but the important thing is
that it prevents it being used in nvim.

refs 6cd20177df9d675c4c8de9ae27ce8c0ea2a94cca
refs 95707bf336794c7ec8991917f184c02ae873dd8c
</pre>
</div>
</content>
</entry>
<entry>
<title>contrib: Update local.mk</title>
<updated>2015-05-13T21:37:19+00:00</updated>
<author>
<name>Michael Reed</name>
<email>m.reed@mykolab.com</email>
</author>
<published>2015-05-12T02:50:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1e72b2e6bd7a2b79483ec0a9ef25c56b6fb462d4'/>
<id>1e72b2e6bd7a2b79483ec0a9ef25c56b6fb462d4</id>
<content type='text'>
DUSE_JEMALLOC was removed in 8130eb1191aece52d8b2790302abf1bd09aaf90f

Helped-by: Florian Walch &lt;florian@fwalch.com&gt;
Helped-by: John Szakmeister &lt;john@szakmeister.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DUSE_JEMALLOC was removed in 8130eb1191aece52d8b2790302abf1bd09aaf90f

Helped-by: Florian Walch &lt;florian@fwalch.com&gt;
Helped-by: John Szakmeister &lt;john@szakmeister.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>contrib/local.mk.example: Misc. improvements</title>
<updated>2015-04-17T00:22:05+00:00</updated>
<author>
<name>Michael Reed</name>
<email>m.reed@mykolab.com</email>
</author>
<published>2015-04-14T22:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7c0904df4a6cef62b97a919d9da3e843204890ea'/>
<id>7c0904df4a6cef62b97a919d9da3e843204890ea</id>
<content type='text'>
- Mention how to disable jemalloc during compilation
- Mention using additional CFLAGS during compilation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Mention how to disable jemalloc during compilation
- Mention using additional CFLAGS during compilation
</pre>
</div>
</content>
</entry>
<entry>
<title>contrib: Added local.mk.example</title>
<updated>2015-03-17T08:23:52+00:00</updated>
<author>
<name>Michael Reed</name>
<email>m.reed@mykolab.com</email>
</author>
<published>2015-03-08T00:49:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e2a8692e724308c6eb200337b3d4766fe74e8877'/>
<id>e2a8692e724308c6eb200337b3d4766fe74e8877</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
</feed>
