<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/contrib, branch v0.3.6</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>contrib: fix local.mk.example (#8286)</title>
<updated>2018-04-16T19:21:44+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro+github@gmail.com</email>
</author>
<published>2018-04-16T19:21:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9a1f57b488778bf8b365ae118153638609f4494d'/>
<id>9a1f57b488778bf8b365ae118153638609f4494d</id>
<content type='text'>
We have two ways to disable third-party/

  1. make USE_BUNDLED_DEPS=OFF
  2. cmake USE_BUNDLED=OFF

The example used the make option in a cmake context.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have two ways to disable third-party/

  1. make USE_BUNDLED_DEPS=OFF
  2. cmake USE_BUNDLED=OFF

The example used the make option in a cmake context.</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: Remove custom "Dev" build-type. (#6932)</title>
<updated>2017-06-29T07:29:40+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-06-29T07:29:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=42d892913daa215c27e41b2255e96c1ce09ea56c'/>
<id>42d892913daa215c27e41b2255e96c1ce09ea56c</id>
<content type='text'>
The main purpose of this build-type was to avoid unwanted ~/.nvimlog
files (which could get really big, and also affects performance) for
non-devs. But that is no longer necessary since the log system now
avoids non-critical logging by default (#6827).

This essentially reverts 87e5a4131666e44354f280538cbc6bbe52225092</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The main purpose of this build-type was to avoid unwanted ~/.nvimlog
files (which could get really big, and also affects performance) for
non-devs. But that is no longer necessary since the log system now
avoids non-critical logging by default (#6827).

This essentially reverts 87e5a4131666e44354f280538cbc6bbe52225092</pre>
</div>
</content>
</entry>
<entry>
<title>log: Always enable; remove DISABLE_LOG</title>
<updated>2017-06-06T22:26:21+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-05-30T00:03:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=fe1af9c2bc020cdb9e1e86e1f16d6060246f957a'/>
<id>fe1af9c2bc020cdb9e1e86e1f16d6060246f957a</id>
<content type='text'>
- Establish ERROR log level as "critical". Such errors are rare and will
  be valuable when users encounter unusual circumstances.
- Set -DMIN_LOG_LEVEL=3 for release-type builds
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Establish ERROR log level as "critical". Such errors are rare and will
  be valuable when users encounter unusual circumstances.
- Set -DMIN_LOG_LEVEL=3 for release-type builds
</pre>
</div>
</content>
</entry>
<entry>
<title>contrib/ycm_extra_conf.py (#6257)</title>
<updated>2017-03-11T14:37:21+00:00</updated>
<author>
<name>Thiago de Arruda</name>
<email>tpadilha84@gmail.com</email>
</author>
<published>2017-03-11T14:37:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6493ffac1f80c69b041c8626a9ac2bfcde67b05c'/>
<id>6493ffac1f80c69b041c8626a9ac2bfcde67b05c</id>
<content type='text'>
- Remove some unnecessary code: IsHeaderFile is no longer required, as the logic
  to find flags to headers is now built into YCM
- Add function to make paths in flags absolute: It seems YCM is not correctly
  resolving paths in flags to consider `build` as the compiler working
  directory.
- Update documentation.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Remove some unnecessary code: IsHeaderFile is no longer required, as the logic
  to find flags to headers is now built into YCM
- Add function to make paths in flags absolute: It seems YCM is not correctly
  resolving paths in flags to consider `build` as the compiler working
  directory.
- Update documentation.</pre>
</div>
</content>
</entry>
<entry>
<title>build: local.mk.example: `doxygen` target (#6187)</title>
<updated>2017-02-27T22:51:45+00:00</updated>
<author>
<name>Matthieu Coudron</name>
<email>matthieu.coudron@upmc.fr</email>
</author>
<published>2017-02-27T22:51:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=792fbed5f70a20eab9eb4051dd44bc2a6b9f0a2d'/>
<id>792fbed5f70a20eab9eb4051dd44bc2a6b9f0a2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Makefile: add PREFIX variable"</title>
<updated>2016-10-16T10:17:00+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2016-10-16T10:17:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0fa4f98a05bbcb60b5c317fac0e70da3821688fe'/>
<id>0fa4f98a05bbcb60b5c317fac0e70da3821688fe</id>
<content type='text'>
This reverts commit c13f72ee0a6600963a10e57155d2e814d56599e2.

References #5447.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit c13f72ee0a6600963a10e57155d2e814d56599e2.

References #5447.
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: add PREFIX variable</title>
<updated>2016-10-08T16:39:35+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2016-10-08T00:23:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c13f72ee0a6600963a10e57155d2e814d56599e2'/>
<id>c13f72ee0a6600963a10e57155d2e814d56599e2</id>
<content type='text'>
We use a Makefile which in turn uses cmake. If we wanted to set the install
prefix for cmake, we had to do this so far:

  make CMAKE_FLAGS="-DCMAKE_INSTALL_PREFIX=/tmp/nvim"

That's long and hard to remember. Following the conventions of other Makefiles,
this now works as well and is equivalent:

  make PREFIX=/tmp/nvim
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We use a Makefile which in turn uses cmake. If we wanted to set the install
prefix for cmake, we had to do this so far:

  make CMAKE_FLAGS="-DCMAKE_INSTALL_PREFIX=/tmp/nvim"

That's long and hard to remember. Following the conventions of other Makefiles,
this now works as well and is equivalent:

  make PREFIX=/tmp/nvim
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve YCM contrib: Fix db path</title>
<updated>2016-01-18T01:50:10+00:00</updated>
<author>
<name>Heewa Barfchin</name>
<email>heewa.b@gmail.com</email>
</author>
<published>2016-01-18T01:42:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9c2a156faa1f301fa74e0d8909a98a3e842faa6a'/>
<id>9c2a156faa1f301fa74e0d8909a98a3e842faa6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>contrib: Move uncrustify.cfg to contrib/</title>
<updated>2015-12-15T20:34:49+00:00</updated>
<author>
<name>Michael Reed</name>
<email>m.reed@mykolab.com</email>
</author>
<published>2015-12-15T01:36:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=243b492c0df2536869a393149599ee80948050b1'/>
<id>243b492c0df2536869a393149599ee80948050b1</id>
<content type='text'>
It hasn't been used in quite a while, so it's probably safe to move it
out of the repository root.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It hasn't been used in quite a while, so it's probably safe to move it
out of the repository root.
</pre>
</div>
</content>
</entry>
</feed>
