<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>https://hg.paper.us.eu.org/minori/</link>
    <language>en-us</language>

    <title>minori: dep/animia/src/fd/proc.cc history</title>
    <description>dep/animia/src/fd/proc.cc revision history</description>
    <item>
    <title>*: make OS X builds succeed</title>
    <link>https://hg.paper.us.eu.org/minori/log/a7d0d543b334/dep/animia/src/fd/proc.cc</link>
    <description><![CDATA[*: make OS X builds succeed<br/>
<br/>
new script: deploy_build.sh, creates the app bundle]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#112;&#97;&#112;&#101;&#114;&#46;&#117;&#115;&#46;&#101;&#117;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Fri, 19 Jan 2024 11:14:44 -0500</pubDate>
</item>
<item>
    <title>dep/animia: fix proc readlink</title>
    <link>https://hg.paper.us.eu.org/minori/log/0a5b6a088886/dep/animia/src/fd/proc.cc</link>
    <description><![CDATA[dep/animia: fix proc readlink]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 15 Jan 2024 08:10:58 -0500</pubDate>
</item>
<item>
    <title>dep/animia: fd/proc: use std::filesystem, etc. changes</title>
    <link>https://hg.paper.us.eu.org/minori/log/031a257ee019/dep/animia/src/fd/proc.cc</link>
    <description><![CDATA[dep/animia: fd/proc: use std::filesystem, etc. changes<br/>
<br/>
i.e. don't use std::stoi so we don't get exceptions...]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 07 Jan 2024 11:44:40 -0500</pubDate>
</item>
<item>
    <title>dep/animia: switch from using classes to global functions</title>
    <link>https://hg.paper.us.eu.org/minori/log/bc1ae1810855/dep/animia/src/fd/proc.cc</link>
    <description><![CDATA[dep/animia: switch from using classes to global functions<br/>
<br/>
the old idea was ok, but sort of hackish; this method doesn't use classes<br/>
at all, and this way (especially important!) we can do wayland stuff AND x11<br/>
at the same time, which wasn't really possible without stupid workarounds in<br/>
the other method]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 24 Dec 2023 02:59:42 -0500</pubDate>
</item>
<item>
    <title>dep/animia: various stylistic changes</title>
    <link>https://hg.paper.us.eu.org/minori/log/c413e475f496/dep/animia/src/fd/proc.cc</link>
    <description><![CDATA[dep/animia: various stylistic changes]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 04 Dec 2023 13:19:54 -0500</pubDate>
</item>
<item>
    <title>dep/animia/fd/proc: use constexpr std::string_view for proc location</title>
    <link>https://hg.paper.us.eu.org/minori/log/d26cd2c00270/dep/animia/src/fd/proc.cc</link>
    <description><![CDATA[dep/animia/fd/proc: use constexpr std::string_view for proc location<br/>
<br/>
this is probably a little slower, but it works Well Enough for what we need it for]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 04 Dec 2023 12:14:30 -0500</pubDate>
</item>
<item>
    <title>deps/animia/fd/proc: patch for new filename getter</title>
    <link>https://hg.paper.us.eu.org/minori/log/5be17d636aee/dep/animia/src/fd/proc.cc</link>
    <description><![CDATA[deps/animia/fd/proc: patch for new filename getter]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#109;&#114;&#112;&#97;&#112;&#101;&#114;&#115;&#111;&#110;&#105;&#99;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 04 Dec 2023 12:08:29 -0500</pubDate>
</item>
<item>
    <title>dep/animia: add libutil method</title>
    <link>https://hg.paper.us.eu.org/minori/log/54c5d80a737e/dep/animia/src/fd/proc.cc</link>
    <description><![CDATA[dep/animia: add libutil method<br/>
I changed the &quot;linux&quot; method to be &quot;proc&quot;, because it isn't exactly Linux specific<br/>
<br/>
this commit also has some changes to the x11 stuff:<br/>
instead of enumerating over only top-level windows, we iterate over ALL of them<br/>
this is because many X11 apps actually use multiple windows<br/>
for some reason, I still can't get it to work with VLC, but it picks up Firefox...]]></description>
    <author>&#112;&#97;&#112;&#101;&#114;&#64;&#68;&#97;&#118;&#101;&#115;&#68;&#111;&#117;&#98;&#108;&#101;&#46;&#108;&#111;&#99;&#97;&#108;</author>
    <pubDate>Sun, 19 Nov 2023 04:21:56 -0500</pubDate>
</item>

  </channel>
</rss>
