<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/cmake.deps/cmake, branch aucmd_textputpost</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>fixup: quick update, squash later</title>
<updated>2023-11-20T14:21:55+00:00</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2023-11-20T11:42:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=99b8a343e197cdec53f752e1cce01ae25eb45c12'/>
<id>99b8a343e197cdec53f752e1cce01ae25eb45c12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: disable all compiler warnings from dependencies</title>
<updated>2023-11-20T14:21:55+00:00</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2023-11-20T01:01:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7a80e169c5b128e1aea961e888ca6e9c7b48dd27'/>
<id>7a80e169c5b128e1aea961e888ca6e9c7b48dd27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: various cmake fixes</title>
<updated>2023-11-18T17:38:45+00:00</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2023-11-07T08:52:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=bec2ebebdacd494117ce41b31e208577ddeef510'/>
<id>bec2ebebdacd494117ce41b31e208577ddeef510</id>
<content type='text'>
- Correct MSVC warning suppression. The C4003 warning is issued during
  file generation and not for the actual source files.
- Remove non-existent "scripts/pvscheck.sh" file from `lintsh` target.
- Remove spaces inside for loops with uncrustify.
- Point dependencies to use a git tag rather than releases, as releases
  might have changes that deviate from the actual source code.
- Automatically update uncrustify config before formatting or linting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Correct MSVC warning suppression. The C4003 warning is issued during
  file generation and not for the actual source files.
- Remove non-existent "scripts/pvscheck.sh" file from `lintsh` target.
- Remove spaces inside for loops with uncrustify.
- Point dependencies to use a git tag rather than releases, as releases
  might have changes that deviate from the actual source code.
- Automatically update uncrustify config before formatting or linting.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: various cmake fixes</title>
<updated>2023-11-04T17:32:47+00:00</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2023-10-26T20:30:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5cefec7349610853910c21a0215f85a4d47132d1'/>
<id>5cefec7349610853910c21a0215f85a4d47132d1</id>
<content type='text'>
- silence false warnings on MSVC
- merge `clang-tidy` cmake target into `lintc` and remove the
  corresponding make target
- use cmake's built-in endianness detection
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- silence false warnings on MSVC
- merge `clang-tidy` cmake target into `lintc` and remove the
  corresponding make target
- use cmake's built-in endianness detection
</pre>
</div>
</content>
</entry>
<entry>
<title>build: use neovim/libvterm instead of neovim/deps for libvterm</title>
<updated>2023-10-29T11:14:19+00:00</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2023-10-29T00:09:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8405649f92a8a8eb254944eca15e8b0169cbb6fb'/>
<id>8405649f92a8a8eb254944eca15e8b0169cbb6fb</id>
<content type='text'>
Using a mirror makes it easier to test patches as well as reducing
maintenance when a new version is released.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using a mirror makes it easier to test patches as well as reducing
maintenance when a new version is released.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: use neovim/libtermkey instead of neovim/deps for libtermkey</title>
<updated>2023-10-28T20:32:52+00:00</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2023-10-28T18:27:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4f526b9fd864acbba9665e5a71787fc1c958d82c'/>
<id>4f526b9fd864acbba9665e5a71787fc1c958d82c</id>
<content type='text'>
Using a mirror makes it easier to test patches as well as reducing
maintenance when a new version is released.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using a mirror makes it easier to test patches as well as reducing
maintenance when a new version is released.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: adjust how find order is prioritized</title>
<updated>2023-10-16T18:15:41+00:00</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2023-10-10T21:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b80a8e2c16b6d6eb16ac84232c27eb7cfa4a434a'/>
<id>b80a8e2c16b6d6eb16ac84232c27eb7cfa4a434a</id>
<content type='text'>
Ensure bundled libraries and include directories are always searched
first before any others. This will provide a more consistent experience
as the search order of the builtin find_ functions can vary depending on
system. This should make the build process faster when building with
bundled deps as we limit the search to only the .deps directory.
Separating the search between .deps and everything makes debugging
find_-related problems simpler if you need to check how dependencies are
found.

For libraries, we divide the search process into the following order:
1. Only search in .deps directory and only search for static libraries.
2. Only search in .deps directory and search for all libraries.
3. Search everywhere and search for all libraries.

Make an exception for FindLibintl.cmake as changing the search order
seems to break some tests on macos.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure bundled libraries and include directories are always searched
first before any others. This will provide a more consistent experience
as the search order of the builtin find_ functions can vary depending on
system. This should make the build process faster when building with
bundled deps as we limit the search to only the .deps directory.
Separating the search between .deps and everything makes debugging
find_-related problems simpler if you need to check how dependencies are
found.

For libraries, we divide the search process into the following order:
1. Only search in .deps directory and only search for static libraries.
2. Only search in .deps directory and search for all libraries.
3. Search everywhere and search for all libraries.

Make an exception for FindLibintl.cmake as changing the search order
seems to break some tests on macos.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: various fixes</title>
<updated>2023-09-03T22:00:26+00:00</updated>
<author>
<name>dundargoc</name>
<email>33953936+dundargoc@users.noreply.github.com</email>
</author>
<published>2023-09-03T22:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c50951a4d0cf480aa138a2ed2bd2deedebeb0dec'/>
<id>c50951a4d0cf480aa138a2ed2bd2deedebeb0dec</id>
<content type='text'>
- simplify lua interpreter search
- fix incorrect variable name in BuildLua.cmake
- build PUC Lua with -O2
- silence non-mandatory find_package search for libuv
- simplify Find modules
- Prefer using the explicitly set CI_BUILD over relying on the
  environment variable "CI".</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- simplify lua interpreter search
- fix incorrect variable name in BuildLua.cmake
- build PUC Lua with -O2
- silence non-mandatory find_package search for libuv
- simplify Find modules
- Prefer using the explicitly set CI_BUILD over relying on the
  environment variable "CI".</pre>
</div>
</content>
</entry>
<entry>
<title>build(deps): bump luajit to HEAD - 03c31124c</title>
<updated>2023-08-23T02:23:11+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-08-21T14:24:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3e80b39a8ef9d33090800642d25fadbd282af337'/>
<id>3e80b39a8ef9d33090800642d25fadbd282af337</id>
<content type='text'>
Switch to a rolling release, so the `0-beta3` suffix is dropped in favor
of the date. Remove the custom UNIX command as the symlink is now
created by the LuaJIT Makefile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Switch to a rolling release, so the `0-beta3` suffix is dropped in favor
of the date. Remove the custom UNIX command as the symlink is now
created by the LuaJIT Makefile.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(treesitter): add bash parser and queries</title>
<updated>2023-07-01T09:28:32+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-07-01T09:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cb0a1a10b22463664b4aecd3aa25e262692c0cab'/>
<id>cb0a1a10b22463664b4aecd3aa25e262692c0cab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
