<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/Makefile, 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>build: `make helphtml`</title>
<updated>2018-11-05T21:45:48+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-11-05T00:54:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1bbbd5f0ff27e75fd0d68f16cf1817cb19218bb4'/>
<id>1bbbd5f0ff27e75fd0d68f16cf1817cb19218bb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Unify USE_BUNDLED, USE_BUNDLED_DEPS (#9046)</title>
<updated>2018-09-24T21:18:48+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-09-24T21:18:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=200c8b9ccaa32b81ffa1aa4b691d763e8f67b7fa'/>
<id>200c8b9ccaa32b81ffa1aa4b691d763e8f67b7fa</id>
<content type='text'>
It's confusing that the Makefile uses a different name than CMake.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's confusing that the Makefile uses a different name than CMake.</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: add "generated-sources" target</title>
<updated>2018-09-06T18:54:53+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2018-09-06T09:11:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9e8f9dd5d47cb7c896d095023e637e63ad42450c'/>
<id>9e8f9dd5d47cb7c896d095023e637e63ad42450c</id>
<content type='text'>
This is intended to be used with source introspection tools like
clangd, where it would useful to regenerate headers and source files,
which introspection results depend on, without making a full
rebuild which takes much longer time than just generating headers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is intended to be used with source introspection tools like
clangd, where it would useful to regenerate headers and source files,
which introspection results depend on, without making a full
rebuild which takes much longer time than just generating headers.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: respect $DEPS_BUILD_DIR</title>
<updated>2018-03-11T14:38:18+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-03-11T12:15:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9a0147754c4301a1f94fb339c44666edd22b3bbb'/>
<id>9a0147754c4301a1f94fb339c44666edd22b3bbb</id>
<content type='text'>
Without this, the CI_TARGET=lint travis job cant't find the cached deps
(in $HOME/nvim-deps), nor can it update the cache.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this, the CI_TARGET=lint travis job cant't find the cached deps
(in $HOME/nvim-deps), nor can it update the cache.
</pre>
</div>
</content>
</entry>
<entry>
<title>ci/travis: use ninja instead of make</title>
<updated>2018-03-11T11:45:15+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-03-09T19:55:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=968c7ab17eedd7f3c53f3860ff6fbcaddca417e0'/>
<id>968c7ab17eedd7f3c53f3860ff6fbcaddca417e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>genappimage: Include update information for releases/nightlies</title>
<updated>2018-03-10T01:49:26+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2018-03-09T15:51:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9dc3cc2c68088ab468d78d9d9b89acd72ac75f80'/>
<id>9dc3cc2c68088ab468d78d9d9b89acd72ac75f80</id>
<content type='text'>
This will allow users to use AppImageUpdate to update their AppImage.
It requires publishing the created zsync file alongside the appimage
file for the releases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will allow users to use AppImageUpdate to update their AppImage.
It requires publishing the created zsync file alongside the appimage
file for the releases.
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: Also lint lua code in src/nvim/lua</title>
<updated>2017-05-25T13:50:06+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-05-25T13:50:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=58f6ef50a86b968b923dfcf5efffacb665fdfa44'/>
<id>58f6ef50a86b968b923dfcf5efffacb665fdfa44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dist: AppImage #6638</title>
<updated>2017-05-04T12:43:41+00:00</updated>
<author>
<name>AdnoC</name>
<email>adam.r.cutler@gmail.com</email>
</author>
<published>2017-05-02T00:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3c0cc028b7e787e3e87f21976d8b6333bf488219'/>
<id>3c0cc028b7e787e3e87f21976d8b6333bf488219</id>
<content type='text'>
scripts/genappimage.sh produces an executable:
    nvim-${NVIM_VERSION}-glibc${GLIBC_VERSION}-${ARCHITECTURE}.AppImage

Closes #6083
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
scripts/genappimage.sh produces an executable:
    nvim-${NVIM_VERSION}-glibc${GLIBC_VERSION}-${ARCHITECTURE}.AppImage

Closes #6083
</pre>
</div>
</content>
</entry>
<entry>
<title>makefile: Make `lint` target depend on `clint`</title>
<updated>2017-03-31T13:08:02+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-03-31T13:08:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1e8706129476248ed3597bac72afacdf5a77eaeb'/>
<id>1e8706129476248ed3597bac72afacdf5a77eaeb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: Replace RunLint.cmake with code in src/nvim/CMakeLists.txt</title>
<updated>2017-03-31T13:04:18+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-03-31T09:02:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c61858a9978504c645f09de60daf4f9786c2220e'/>
<id>c61858a9978504c645f09de60daf4f9786c2220e</id>
<content type='text'>
This also removes LINT_FILE environment variable, other then that functionality 
is kept. It is expected that developers needing partial linting will use `make 
lint`, touching interesting file before (if not done already by writing to 
them).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also removes LINT_FILE environment variable, other then that functionality 
is kept. It is expected that developers needing partial linting will use `make 
lint`, touching interesting file before (if not done already by writing to 
them).</pre>
</div>
</content>
</entry>
</feed>
