<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/cmake, branch stable</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>test: use $TEST_TIMEOUT to specify timeout</title>
<updated>2021-09-14T14:52:33+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2021-09-10T00:49:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cd864748d3d5769315df354deacf9e20b615ec0c'/>
<id>cd864748d3d5769315df354deacf9e20b615ec0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: timeout at 20 minutes #15597</title>
<updated>2021-09-14T14:52:27+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2021-09-08T14:21:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=09ff3146f31b6c537173db054e59543041a10a4b'/>
<id>09ff3146f31b6c537173db054e59543041a10a4b</id>
<content type='text'>
Set a maximum test run-time of 20 minutes to:
- fail faster
- avoid wasting CI resources
- set a bound on the test time (if tests take longer than 20 minutes we
  need to invest in parallelizing them...)

Timeout looks like:

    -- Tests exited non-zero: Process terminated due to timeout
    -- No output to stderr.
    CMake Error at /…/neovim/cmake/RunTests.cmake:86
    (message):
      functional tests failed with error: Process terminated due to timeout</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set a maximum test run-time of 20 minutes to:
- fail faster
- avoid wasting CI resources
- set a bound on the test time (if tests take longer than 20 minutes we
  need to invest in parallelizing them...)

Timeout looks like:

    -- Tests exited non-zero: Process terminated due to timeout
    -- No output to stderr.
    CMake Error at /…/neovim/cmake/RunTests.cmake:86
    (message):
      functional tests failed with error: Process terminated due to timeout</pre>
</div>
</content>
</entry>
<entry>
<title>Add uninstall target for make and others</title>
<updated>2021-03-16T12:33:39+00:00</updated>
<author>
<name>brian.orwe</name>
<email>brian.orwe@gmail.com</email>
</author>
<published>2021-03-16T12:33:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=84f10a79705c96947b3f64b9f46bb393269babb8'/>
<id>84f10a79705c96947b3f64b9f46bb393269babb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Align naming of FindTreeSitter cmake file and variables</title>
<updated>2020-11-09T20:15:03+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2020-11-09T20:15:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1451b1487355e3186d857919c4009934f247064d'/>
<id>1451b1487355e3186d857919c4009934f247064d</id>
<content type='text'>
`find_package(Foo ...)` expects to find a file FindFoo.cmake and the
resulting variables to be named `Foo_...`.  If those don't all match up,
then the detection does not work properly.

Closes #13262
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`find_package(Foo ...)` expects to find a file FindFoo.cmake and the
resulting variables to be named `Foo_...`.  If those don't all match up,
then the detection does not work properly.

Closes #13262
</pre>
</div>
</content>
</entry>
<entry>
<title>bundle: move tree-sitter as a bundled dep</title>
<updated>2020-11-03T09:39:35+00:00</updated>
<author>
<name>Thomas Vigouroux</name>
<email>tomvig38@gmail.com</email>
</author>
<published>2020-09-17T09:25:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3eb241d8310f453ce5e5485f12796a0ae43a0a18'/>
<id>3eb241d8310f453ce5e5485f12796a0ae43a0a18</id>
<content type='text'>
fixup! bundle: move tree-sitter as a bundled dep

fixup! bundle: move tree-sitter as a bundled dep
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixup! bundle: move tree-sitter as a bundled dep

fixup! bundle: move tree-sitter as a bundled dep
</pre>
</div>
</content>
</entry>
<entry>
<title>build/FindLua.cmake: allow Lua 5.4 #12820</title>
<updated>2020-09-01T05:06:59+00:00</updated>
<author>
<name>Michel Alexandre Salim</name>
<email>michel@michel-slm.name</email>
</author>
<published>2020-09-01T05:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a50cf35bdac7fe8bccd8ade3ce358daa8e00fc98'/>
<id>a50cf35bdac7fe8bccd8ade3ce358daa8e00fc98</id>
<content type='text'>
Lua 5.4 is out, and will be shipped with Fedora 33.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Lua 5.4 is out, and will be shipped with Fedora 33.</pre>
</div>
</content>
</entry>
<entry>
<title>treesitter: remove utf8proc dependency</title>
<updated>2020-04-18T07:21:03+00:00</updated>
<author>
<name>Thomas Vigouroux</name>
<email>tomvig38@gmail.com</email>
</author>
<published>2020-04-17T16:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e10f9151dc62e33b8a818f43c8f404daf28e6012'/>
<id>e10f9151dc62e33b8a818f43c8f404daf28e6012</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build/MSVC: fix gettext multibyte issue #11774</title>
<updated>2020-01-28T08:56:26+00:00</updated>
<author>
<name>erw7</name>
<email>erw7.github@gmail.com</email>
</author>
<published>2020-01-28T08:56:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4d0dfb8f7581a0bce6cf161580d5efe5ab5004fc'/>
<id>4d0dfb8f7581a0bce6cf161580d5efe5ab5004fc</id>
<content type='text'>
Problem:  On Windows with the MSVC build, gettext-translation
          "Questa è già la" displays as "Questa &lt;e8&gt; gi&lt;e0&gt; la".
Solution: Fix iconv detection iconv when building gettext.
          So HAVE_ICONV is correctly defined when building nvim.

* fix gettext mb chars on MSVC
* fix libintl detection failure on MSVC

fixes #11749</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:  On Windows with the MSVC build, gettext-translation
          "Questa è già la" displays as "Questa &lt;e8&gt; gi&lt;e0&gt; la".
Solution: Fix iconv detection iconv when building gettext.
          So HAVE_ICONV is correctly defined when building nvim.

* fix gettext mb chars on MSVC
* fix libintl detection failure on MSVC

fixes #11749</pre>
</div>
</content>
</entry>
<entry>
<title>build: run git-describe for dev version during build (#11117)</title>
<updated>2019-09-29T22:10:29+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-09-29T22:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b18b84df5eab9829ecbef644ef0af226becf881d'/>
<id>b18b84df5eab9829ecbef644ef0af226becf881d</id>
<content type='text'>
This avoids invoking CMake after a new commit, which might take 15s on
some systems.

Skipped on CMake &lt; 3.2.0 (missing BYPRODUCTS support).

Co-Authored-By: Justin M. Keyes &lt;justinkz@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids invoking CMake after a new commit, which might take 15s on
some systems.

Skipped on CMake &lt; 3.2.0 (missing BYPRODUCTS support).

Co-Authored-By: Justin M. Keyes &lt;justinkz@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: use LibFindMacros for utf8proc (#11114)</title>
<updated>2019-09-29T02:44:02+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-09-29T02:44:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0a2a1e241fee64d8ceeca023dab4aca71b62dfbb'/>
<id>0a2a1e241fee64d8ceeca023dab4aca71b62dfbb</id>
<content type='text'>
Also update doc.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also update doc.</pre>
</div>
</content>
</entry>
</feed>
