<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git, branch v0.1.0</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>Nvim 0.1.0</title>
<updated>2015-11-01T21:16:38+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2015-11-01T21:13:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c4826c300340a9e4df20964a14650caf64fc1b58'/>
<id>c4826c300340a9e4df20964a14650caf64fc1b58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3583 from Pyrohh/browse</title>
<updated>2015-11-01T20:24:19+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2015-11-01T20:24:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6a5126dd42f05d5143d1ea8b5cfa9b1fb59f4ebe'/>
<id>6a5126dd42f05d5143d1ea8b5cfa9b1fb59f4ebe</id>
<content type='text'>
Remove useless FEAT_BROWSE ifdef</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove useless FEAT_BROWSE ifdef</pre>
</div>
</content>
</entry>
<entry>
<title>Remove useless FEAT_BROWSE ifdef</title>
<updated>2015-11-01T19:36:23+00:00</updated>
<author>
<name>Michael Reed</name>
<email>m.reed@mykolab.com</email>
</author>
<published>2015-11-01T19:32:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0c54dc55284ec3f9ad914db3da484464161e9c09'/>
<id>0c54dc55284ec3f9ad914db3da484464161e9c09</id>
<content type='text'>
The only thing this affected was the return value of
has('browsefilter').
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The only thing this affected was the return value of
has('browsefilter').
</pre>
</div>
</content>
</entry>
<entry>
<title>Nvim 0.1.0</title>
<updated>2015-11-01T19:23:40+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2015-11-01T19:14:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4a0c0fd32153e1f65aa720b558c6ff2943b9ad4e'/>
<id>4a0c0fd32153e1f65aa720b558c6ff2943b9ad4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge 'CMake: Prepare for releases.'</title>
<updated>2015-11-01T19:09:05+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2015-11-01T19:09:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a2b8d7cdbaa0c7490e712168ba4fb284a74f3640'/>
<id>a2b8d7cdbaa0c7490e712168ba4fb284a74f3640</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: Force use of project directory to look for Git data.</title>
<updated>2015-11-01T15:19:52+00:00</updated>
<author>
<name>Florian Walch</name>
<email>florian@fwalch.com</email>
</author>
<published>2015-09-29T19:22:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=90909e9362dacb5ece17c7baaffe33b16d106ce7'/>
<id>90909e9362dacb5ece17c7baaffe33b16d106ce7</id>
<content type='text'>
Before this change, building Neovim would recursively search parent
directories for a .git directory. If Neovim was downloaded as a tarball
(i.e. without a .git directory), but placed in a subdirectory of
a Git repository, this caused a CMake error. Such a situation could
occur when packaging Neovim, for example.

Unfortunately, the previous attempt in #3317 did not fix this problem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before this change, building Neovim would recursively search parent
directories for a .git directory. If Neovim was downloaded as a tarball
(i.e. without a .git directory), but placed in a subdirectory of
a Git repository, this caused a CMake error. Such a situation could
occur when packaging Neovim, for example.

Unfortunately, the previous attempt in #3317 did not fix this problem.
</pre>
</div>
</content>
</entry>
<entry>
<title>version: Prepare for releases.</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:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a83020922d0dcdde4ca29394342901ea4bc71e8f'/>
<id>a83020922d0dcdde4ca29394342901ea4bc71e8f</id>
<content type='text'>
* Hide commit information from --version if we can't find any (e.g. when
  building from tarball).

To define a release in CMake, set NVIM_VERSION_PRERELEASE to "".
This will modify --version output to:

    * Show annotated Git tag instead of commit hash (NVIM_VERSION_COMMIT).
    * Hide commit date (NVIM_VERSION_BUILD).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Hide commit information from --version if we can't find any (e.g. when
  building from tarball).

To define a release in CMake, set NVIM_VERSION_PRERELEASE to "".
This will modify --version output to:

    * Show annotated Git tag instead of commit hash (NVIM_VERSION_COMMIT).
    * Hide commit date (NVIM_VERSION_BUILD).
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: Disable logging for release build types.</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:15:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cb87ea7e82f656711de27121bd67cea9afeab40b'/>
<id>cb87ea7e82f656711de27121bd67cea9afeab40b</id>
<content type='text'>
These are: Release, MinSizeRel, and RelWithDebInfo.

Closes #2913.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are: Release, MinSizeRel, and RelWithDebInfo.

Closes #2913.
</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>Merge pull request #3578 from Pyrohh/gitignore</title>
<updated>2015-10-31T18:23:17+00:00</updated>
<author>
<name>Michael Reed</name>
<email>Pyrohh@users.noreply.github.com</email>
</author>
<published>2015-10-31T18:23:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2e4baa9ae475e1ea01c5e15a440933b4814f0637'/>
<id>2e4baa9ae475e1ea01c5e15a440933b4814f0637</id>
<content type='text'>
Update .gitignore</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update .gitignore</pre>
</div>
</content>
</entry>
</feed>
