<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/includes, 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>os_open: add unit tests</title>
<updated>2014-07-14T13:05:52+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2014-06-30T06:23:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0ceebc2c913cc497735e001772cb6b395c36cecc'/>
<id>0ceebc2c913cc497735e001772cb6b395c36cecc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revamp the build system.</title>
<updated>2014-03-21T19:22:00+00:00</updated>
<author>
<name>John Szakmeister</name>
<email>john@szakmeister.net</email>
</author>
<published>2014-03-03T15:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0b2f6a0cf4c50d86744b1d3d774103db39773b4c'/>
<id>0b2f6a0cf4c50d86744b1d3d774103db39773b4c</id>
<content type='text'>
This achieves several goals:

 * Less reliance on scripts so we have better portability to Windows
   (though we still have a ways to go for proper Windows support).
   Luajit, luarocks, moonscript, and busted are all installed via CMake
   now.
 * Trying to make use of pkg-config to get the correct libraries.  The
   latest libuv is still broken in this regard, but we'll at least be in
   a position to use it.
 * Allow the use of Ninja or make.  The former runs faster in many
   environments, and automatically makes use of parallel builds.

This also allows for system installed dependencies--though not through
the Makefile just yet--and adds support for FreeBSD.

This also make us build libuv and luajit as static libraries only, since
we're only concerned about having static libraries for our bundled
dependencies.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This achieves several goals:

 * Less reliance on scripts so we have better portability to Windows
   (though we still have a ways to go for proper Windows support).
   Luajit, luarocks, moonscript, and busted are all installed via CMake
   now.
 * Trying to make use of pkg-config to get the correct libraries.  The
   latest libuv is still broken in this regard, but we'll at least be in
   a position to use it.
 * Allow the use of Ninja or make.  The former runs faster in many
   environments, and automatically makes use of parallel builds.

This also allows for system installed dependencies--though not through
the Makefile just yet--and adds support for FreeBSD.

This also make us build libuv and luajit as static libraries only, since
we're only concerned about having static libraries for our bundled
dependencies.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add unit tests for mch_[gs]etperm.</title>
<updated>2014-03-15T14:50:22+00:00</updated>
<author>
<name>Thomas Wienecke</name>
<email>wienecke.t@gmail.com</email>
</author>
<published>2014-03-11T18:11:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1f578ec5a1baa75b557af2261518d9fb8aee488b'/>
<id>1f578ec5a1baa75b557af2261518d9fb8aee488b</id>
<content type='text'>
Use preprocessor trick proposed by @mahkoh to import 'defines' like
S_IRUSR.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use preprocessor trick proposed by @mahkoh to import 'defines' like
S_IRUSR.
</pre>
</div>
</content>
</entry>
</feed>
