<?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: src/core/strings.cc history</title>
    <description>src/core/strings.cc revision history</description>
    <item>
    <title>strings: add conversion to/from CFString on Mac OS X</title>
    <link>https://hg.paper.us.eu.org/minori/log/4562bc8bfdff/src/core/strings.cc</link>
    <description><![CDATA[strings: add conversion to/from CFString on Mac OS X]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#116;&#102;&#108;&#99;&#46;&#117;&#115;&#62;</author>
    <pubDate>Mon, 19 Jan 2026 22:47:29 -0500</pubDate>
</item>
<item>
    <title>x11: fix build fail when glib is not detected</title>
    <link>https://hg.paper.us.eu.org/minori/log/df4a027623d0/src/core/strings.cc</link>
    <description><![CDATA[x11: fix build fail when glib is not detected<br/>
<br/>
this can happen if glib is just not installed, or if dev headers are<br/>
not installed either.]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#116;&#102;&#108;&#99;&#46;&#117;&#115;&#62;</author>
    <pubDate>Mon, 10 Nov 2025 15:51:45 -0500</pubDate>
</item>
<item>
    <title>*: clang-format all the things</title>
    <link>https://hg.paper.us.eu.org/minori/log/47c9f8502269/src/core/strings.cc</link>
    <description><![CDATA[*: clang-format all the things<br/>
<br/>
I've edited the formatting a bit. Now pointer asterisks (and reference<br/>
ampersands) are on the variable instead of the type, as well as having<br/>
newlines for function braces (but nothing else)]]></description>
    <author>&#80;&#97;&#112;&#101;&#114;&#32;&#60;&#112;&#97;&#112;&#101;&#114;&#64;&#116;&#102;&#108;&#99;&#46;&#117;&#115;&#62;</author>
    <pubDate>Fri, 25 Jul 2025 10:16:02 -0400</pubDate>
</item>
<item>
    <title>*: megacommit that probably breaks things</title>
    <link>https://hg.paper.us.eu.org/minori/log/f81bed4e04ac/src/core/strings.cc</link>
    <description><![CDATA[*: megacommit that probably breaks things]]></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>Wed, 02 Oct 2024 23:06:43 -0400</pubDate>
</item>
<item>
    <title>dep/anitomy: port to use UCS-4 rather than wide strings</title>
    <link>https://hg.paper.us.eu.org/minori/log/a0aa8c8c4307/src/core/strings.cc</link>
    <description><![CDATA[dep/anitomy: port to use UCS-4 rather than wide strings<br/>
<br/>
rationale: wide strings are not the same on every platform, and<br/>
might not even be Unicode. (while they usually are, its possible<br/>
that they are not)<br/>
<br/>
I was *going* to change StringToInt to use a string stream, but<br/>
outputting to an integer doesn't seem to work at all with UCS-4,<br/>
even though it ought to, so I just rolled my own that uses the<br/>
arabic digits only.]]></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>Sun, 23 Jun 2024 10:32:09 -0400</pubDate>
</item>
<item>
    <title>core/strings: add Strings::Translate function as tr() -&gt; ToUtf8String</title>
    <link>https://hg.paper.us.eu.org/minori/log/c32467cd06bb/src/core/strings.cc</link>
    <description><![CDATA[core/strings: add Strings::Translate function as tr() -&gt; ToUtf8String]]></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>Wed, 12 Jun 2024 22:15:53 -0400</pubDate>
</item>
<item>
    <title>services/kitsu: ACTUALLY finish GetAnimeList</title>
    <link>https://hg.paper.us.eu.org/minori/log/1b5c04268d6a/src/core/strings.cc</link>
    <description><![CDATA[services/kitsu: ACTUALLY finish GetAnimeList<br/>
<br/>
there are some things the API just... doesn't provide. therefore<br/>
we have to request the genres separately any time a new anime info<br/>
box is opened...]]></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>Wed, 12 Jun 2024 19:49:19 -0400</pubDate>
</item>
<item>
    <title>anime_list.cc: use mutexes so we don't sex the stack</title>
    <link>https://hg.paper.us.eu.org/minori/log/f6a756c19bfb/src/core/strings.cc</link>
    <description><![CDATA[anime_list.cc: use mutexes so we don't sex the stack<br/>
<br/>
strings.cc: use Qt to convert from HTML to plain text.]]></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>Thu, 18 Apr 2024 17:24:42 -0400</pubDate>
</item>
<item>
    <title>*: various code safety changes</title>
    <link>https://hg.paper.us.eu.org/minori/log/f31305b9f60a/src/core/strings.cc</link>
    <description><![CDATA[*: various code safety changes<br/>
<br/>
this also makes the code build on Qt 5.7. I can't test it though<br/>
because I don't have it working... FAIL!]]></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>Thu, 18 Apr 2024 16:53:17 -0400</pubDate>
</item>
<item>
    <title>*: improve multiple things</title>
    <link>https://hg.paper.us.eu.org/minori/log/9a04802848c0/src/core/strings.cc</link>
    <description><![CDATA[*: improve multiple things<br/>
<br/>
e.g. making some strings.cc functions modify strings in-place,<br/>
     improving m4_ax_have_qt.m4 code, making anime_db.cc rely on<br/>
     std::optional rather than std::shared_ptr (which was stupid<br/>
     anyway)]]></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>Thu, 11 Apr 2024 10:15:57 -0400</pubDate>
</item>
<item>
    <title>pages/seasons: add initial functionality</title>
    <link>https://hg.paper.us.eu.org/minori/log/dd211ff68b36/src/core/strings.cc</link>
    <description><![CDATA[pages/seasons: add initial functionality<br/>
<br/>
the menu doesn't work yet, but it's a good start]]></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>Wed, 03 Apr 2024 19:48:38 -0400</pubDate>
</item>
<item>
    <title>*: HUUUGE changes</title>
    <link>https://hg.paper.us.eu.org/minori/log/862d0d8619f6/src/core/strings.cc</link>
    <description><![CDATA[*: HUUUGE changes<br/>
<br/>
animia has been renamed to animone, so instead of thinking of a<br/>
health condition, you think of a beautiful flower :)<br/>
<br/>
I've also edited some of the code for animone, but I have no idea<br/>
if it even works or not because I don't have a mac or windows<br/>
machine lying around. whoops!<br/>
<br/>
... anyway, all of the changes divergent from Anisthesia are now<br/>
licensed under BSD. it's possible that I could even rewrite most<br/>
of the code to where I don't even have to keep the MIT license,<br/>
but that's thinking too far into the future<br/>
<br/>
I've been slacking off on implementing the anime seasons page,<br/>
mostly out of laziness. I think I'd have to create another db file<br/>
specifically for the seasons<br/>
<br/>
anyway, this code is being pushed *primarily* because the hard drive<br/>
it's on is failing! yay :)]]></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>Mon, 01 Apr 2024 02:43:44 -0400</pubDate>
</item>
<item>
    <title>*: many many changes</title>
    <link>https://hg.paper.us.eu.org/minori/log/c130f47f6f48/src/core/strings.cc</link>
    <description><![CDATA[*: many many changes<br/>
<br/>
e.g. the search page is actually implemented now!]]></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>Sun, 04 Feb 2024 21:17:17 -0500</pubDate>
</item>
<item>
    <title>chore: merge divergent branches</title>
    <link>https://hg.paper.us.eu.org/minori/log/69f4768a820c/src/core/strings.cc</link>
    <description><![CDATA[chore: merge divergent branches]]></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>Sat, 13 Jan 2024 09:43:41 -0500</pubDate>
</item>
<item>
    <title>torrents: implement download button</title>
    <link>https://hg.paper.us.eu.org/minori/log/2f5a9247e501/src/core/strings.cc</link>
    <description><![CDATA[torrents: implement download button<br/>
<br/>
erg]]></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>Sat, 13 Jan 2024 09:42:02 -0500</pubDate>
</item>
<item>
    <title>settings: add library page</title>
    <link>https://hg.paper.us.eu.org/minori/log/f784b5b1914c/src/core/strings.cc</link>
    <description><![CDATA[settings: add library page]]></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, 08 Jan 2024 21:23:00 -0500</pubDate>
</item>
<item>
    <title>library: add initial library stuff</title>
    <link>https://hg.paper.us.eu.org/minori/log/53211cb1e7f5/src/core/strings.cc</link>
    <description><![CDATA[library: add initial library stuff<br/>
<br/>
nice]]></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>Mon, 08 Jan 2024 13:21:08 -0500</pubDate>
</item>
<item>
    <title>strings: use templates for ToInt, std::to_string -&gt; Strings::ToUtf8String</title>
    <link>https://hg.paper.us.eu.org/minori/log/7cf53145de11/src/core/strings.cc</link>
    <description><![CDATA[strings: use templates for ToInt, std::to_string -&gt; Strings::ToUtf8String]]></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 09:54:17 -0500</pubDate>
</item>
<item>
    <title>*: multiple performance improvements</title>
    <link>https://hg.paper.us.eu.org/minori/log/9613d72b097e/src/core/strings.cc</link>
    <description><![CDATA[*: multiple performance improvements<br/>
   like marking `static const` when it makes sense...<br/>
<br/>
date: change old stupid heap-based method to a structure which should<br/>
      make copying the thing actually make a copy.<br/>
      also many performance-based changes, like removing the std::tie<br/>
      dependency and forward-declaring nlohmann json<br/>
<br/>
*: replace every instance of QString::fromUtf8 to Strings::ToQString.<br/>
   the main difference is that our function will always convert exactly<br/>
   what is in the string, while some other times it would only convert<br/>
   up to the nearest NUL byte]]></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>Wed, 06 Dec 2023 13:43:54 -0500</pubDate>
</item>
<item>
    <title>config: template-ify INI</title>
    <link>https://hg.paper.us.eu.org/minori/log/275da698697d/src/core/strings.cc</link>
    <description><![CDATA[config: template-ify INI<br/>
<br/>
now it's... slightly less ugly :')]]></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>Wed, 08 Nov 2023 18:13:37 -0500</pubDate>
</item>
<item>
    <title>*: another huge megacommit, SORRY</title>
    <link>https://hg.paper.us.eu.org/minori/log/39521c47c7a3/src/core/strings.cc</link>
    <description><![CDATA[*: another huge megacommit, SORRY<br/>
<br/>
The torrents page works a lot better now<br/>
Added the edit option to the anime list right click menu<br/>
Vectorized currently playing files<br/>
Available player and extensions are now loaded at runtime<br/>
 from files in (dotpath)/players.json and (dotpath)/extensions.json<br/>
 These paths are not permanent and will likely be moved to<br/>
 (dotpath)/recognition<br/>
...<br/>
...<br/>
...]]></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>Tue, 07 Nov 2023 23:40:54 -0500</pubDate>
</item>
<item>
    <title>settings: add torrents page, make rss feed configurable</title>
    <link>https://hg.paper.us.eu.org/minori/log/254b1d2b7096/src/core/strings.cc</link>
    <description><![CDATA[settings: add torrents page, make rss feed configurable]]></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>Tue, 07 Nov 2023 13:52:13 -0500</pubDate>
</item>
<item>
    <title>*: add initial torrent stuff</title>
    <link>https://hg.paper.us.eu.org/minori/log/ab191e28e69d/src/core/strings.cc</link>
    <description><![CDATA[*: add initial torrent stuff<br/>
<br/>
WOAH!<br/>
these checkboxes are a pain in my fucking ass]]></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>Tue, 07 Nov 2023 08:03:42 -0500</pubDate>
</item>
<item>
    <title>*: big patch</title>
    <link>https://hg.paper.us.eu.org/minori/log/b315f3759c56/src/core/strings.cc</link>
    <description><![CDATA[*: big patch<br/>
<br/>
1. use a wrapper for mINI that enables case sensitivity<br/>
   (personal preference)<br/>
2. rename dark_theme.cc to theme.cc and change it to be<br/>
   a class<br/>
3. include the &quot;dep&quot; folder so we don't have stupidity in<br/>
   json.h or ini.h<br/>
4. I think the graph was also tweaked a lot in this, nothing<br/>
   is constexpr and size is found at runtime...]]></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>Fri, 03 Nov 2023 21:32:52 -0400</pubDate>
</item>
<item>
    <title>*: multitude of config changes</title>
    <link>https://hg.paper.us.eu.org/minori/log/c537996cf67b/src/core/strings.cc</link>
    <description><![CDATA[*: multitude of config changes<br/>
<br/>
1. theme is now configurable from the settings menu<br/>
   (but you have to restart for it to apply)<br/>
2. config is now stored in an INI file, with no method of<br/>
   conversion from json (this repo is private-ish anyway)]]></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>Fri, 03 Nov 2023 14:06:02 -0400</pubDate>
</item>
<item>
    <title>track/constants: add many more video formats</title>
    <link>https://hg.paper.us.eu.org/minori/log/f5940a575d83/src/core/strings.cc</link>
    <description><![CDATA[track/constants: add many more video formats]]></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>Fri, 03 Nov 2023 09:43:04 -0400</pubDate>
</item>
<item>
    <title>strings: clarify on some functions and make some of them miniscule</title>
    <link>https://hg.paper.us.eu.org/minori/log/503bc1547d49/src/core/strings.cc</link>
    <description><![CDATA[strings: clarify on some functions and make some of them miniscule<br/>
amounts faster]]></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>Fri, 03 Nov 2023 09:00:46 -0400</pubDate>
</item>
<item>
    <title>strings: parse HTML entities when reading synopsis, make the</title>
    <link>https://hg.paper.us.eu.org/minori/log/582b2fca1561/src/core/strings.cc</link>
    <description><![CDATA[strings: parse HTML entities when reading synopsis, make the<br/>
toupper and tolower functions more sane]]></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>Thu, 02 Nov 2023 15:22:02 -0400</pubDate>
</item>
<item>
    <title>boring: mass rename to cc</title>
    <link>https://hg.paper.us.eu.org/minori/log/9b2b41f83a5e/src/core/strings.cc</link>
    <description><![CDATA[boring: mass rename to cc<br/>
<br/>
because this is a very unix-y project, it makes more sense to use the<br/>
'cc' extension]]></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, 23 Oct 2023 12:07:27 -0400</pubDate>
</item>

  </channel>
</rss>
