<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/.github/workflows, branch v0.5.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>feat(ci): Add sha256 checksums to release notes</title>
<updated>2021-07-01T19:06:21+00:00</updated>
<author>
<name>Oliver Marriott</name>
<email>hello@omarriott.com</email>
</author>
<published>2021-07-01T16:33:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d1c906a7c6de5389d11b1ff6076aeaaee2380d6b'/>
<id>d1c906a7c6de5389d11b1ff6076aeaaee2380d6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci(gha): Add functionaltest-lua checker</title>
<updated>2021-06-30T01:46:46+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2021-04-02T21:02:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2fc9e9effa86ab6fa2b145dd7141b0e189488e20'/>
<id>2fc9e9effa86ab6fa2b145dd7141b0e189488e20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: upgrade to gcc-11 on ubuntu-18.04</title>
<updated>2021-06-16T15:54:14+00:00</updated>
<author>
<name>glacambre</name>
<email>code@lacamb.re</email>
</author>
<published>2021-06-13T07:21:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=04ad196b4ec79fd6d69f8eb328ca82e0157fb7ff'/>
<id>04ad196b4ec79fd6d69f8eb328ca82e0157fb7ff</id>
<content type='text'>
In https://github.com/neovim/neovim/issues/14150 , investigations showed
that using an older gcc to build the appimage could result in severe
perf issues. This is because older gcc versions happily replace calls to
libc functions with their own, which happen to be less optimized than
their libc counterparts.

We fix this problem by upgrading to gcc-11 on ubuntu-18.04.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In https://github.com/neovim/neovim/issues/14150 , investigations showed
that using an older gcc to build the appimage could result in severe
perf issues. This is because older gcc versions happily replace calls to
libc functions with their own, which happen to be less optimized than
their libc counterparts.

We fix this problem by upgrading to gcc-11 on ubuntu-18.04.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ci): Remove gcc@8/gcc@9 homebrew workaround</title>
<updated>2021-06-04T15:21:45+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2021-06-04T15:21:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=04985f69ebd7bfb3fc4ebf369593672b1f0cbe4c'/>
<id>04985f69ebd7bfb3fc4ebf369593672b1f0cbe4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci(gha): New workflow to regen API docs on pushes to release branches</title>
<updated>2021-06-01T02:52:44+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2021-06-01T02:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=efef508ec656f2a10bb45da6169d074b44b2d8d7'/>
<id>efef508ec656f2a10bb45da6169d074b44b2d8d7</id>
<content type='text'>
Upon pushing updates to files which may contain API documentation, the
workflow will regenerate the docs and, if there are relevant changes,
create a PR targeting the source branch.

[skip ci]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upon pushing updates to files which may contain API documentation, the
workflow will regenerate the docs and, if there are relevant changes,
create a PR targeting the source branch.

[skip ci]
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(ci): autolabel pull requests (#14574)</title>
<updated>2021-05-18T07:37:18+00:00</updated>
<author>
<name>Matthieu Coudron</name>
<email>teto@users.noreply.github.com</email>
</author>
<published>2021-05-18T07:37:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c40de6e5f5898943e0a77590694e9ce890e49995'/>
<id>c40de6e5f5898943e0a77590694e9ce890e49995</id>
<content type='text'>
autolabel pull requests depending on which files are modified
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
autolabel pull requests depending on which files are modified
</pre>
</div>
</content>
</entry>
<entry>
<title>ci(coverity): Fix typo in tar command</title>
<updated>2021-05-05T16:54:47+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2021-05-05T16:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7ae1417ad50bf1d4f56e366ba3e765c4f3acd3fc'/>
<id>7ae1417ad50bf1d4f56e366ba3e765c4f3acd3fc</id>
<content type='text'>
[skip ci]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[skip ci]
</pre>
</div>
</content>
</entry>
<entry>
<title>ci(gha): Run ci workflow for PRs into release branches</title>
<updated>2021-05-05T13:21:12+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2021-05-05T13:02:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3bebe6012170c65922cc1673361e5d5d16fa6e36'/>
<id>3bebe6012170c65922cc1673361e5d5d16fa6e36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci(gha): Add weekly Coverity scans</title>
<updated>2021-05-05T12:54:03+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2021-05-05T03:44:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=26f5b979ec87d63554c742246855b5eea3d5e6e3'/>
<id>26f5b979ec87d63554c742246855b5eea3d5e6e3</id>
<content type='text'>
[skip ci]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[skip ci]
</pre>
</div>
</content>
</entry>
<entry>
<title>ci(gha/ci): Use clang-12 for TSAN</title>
<updated>2021-05-03T02:24:28+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2021-05-02T20:39:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0ee52fba31b1a473529cc5878c9b873362342daa'/>
<id>0ee52fba31b1a473529cc5878c9b873362342daa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
