<feed xmlns='http://www.w3.org/2005/Atom'>
<title>logdiag, branch v0.2.1</title>
<subtitle>Schematic editor</subtitle>
<id>http://cgit.janouch.name/logdiag/atom?h=v0.2.1</id>
<link rel='self' href='http://cgit.janouch.name/logdiag/atom?h=v0.2.1'/>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/'/>
<updated>2021-10-22T20:34:39Z</updated>
<entry>
<title>Bump version, update NEWS</title>
<updated>2021-10-22T20:34:39Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-10-22T20:34:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=cbe23b7bb6dc42563cc6438d394e31ed7d1b4530'/>
<id>urn:sha1:cbe23b7bb6dc42563cc6438d394e31ed7d1b4530</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the file save dialog and translations</title>
<updated>2021-10-22T20:23:59Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-10-22T20:23:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=2d103ed4546c79d7d4b5233a4bebf93809920674'/>
<id>urn:sha1:2d103ed4546c79d7d4b5233a4bebf93809920674</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Win32Depends.cmake: get rid of 7z</title>
<updated>2021-10-22T19:53:35Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-10-22T19:53:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=885ccb46a35b682cd23c5dd4761f7d932f88e246'/>
<id>urn:sha1:885ccb46a35b682cd23c5dd4761f7d932f88e246</id>
<content type='text'>
CMake 3.9 has been proven to successfully unpack 7z archives.
</content>
</entry>
<entry>
<title>Bump the CMake version requirement, fix Windows</title>
<updated>2021-10-22T18:08:51Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-10-22T13:04:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=47fb9653b86986a76d9a5dd67955ffd598755e17'/>
<id>urn:sha1:47fb9653b86986a76d9a5dd67955ffd598755e17</id>
<content type='text'>
 - Add a missing runtime library for gettext-tools.
 - Remove the no longer necessary customized FindGettext.cmake,
   since the downloaded gettext binaries are new enough.
 - Make the installer at least ask to uninstall previous versions.
 - Adjust the PATH of tests so that they'll run on Windows directly.
 - Fix quoting so that the project will build inside paths with spaces.
 - Resolve a GSettings deprecation warning.
 - Update the README's build instructions as appropriate.
 - Require CMake 3.9 because of the README's suggestion to fix
   FindPkgConfig.cmake manually using separate_arguments(UNIX_COMMAND).

Tested build configurations:
 - native Arch Linux,
 - native Windows XP with the newest NSIS,
 - Arch Linux Mingw-w64 i686 Win32Depends.cmake NSIS cross-build + XP,
 - Arch Linux Mingw-w64 x86_64 MSYS2 NSIS cross-build + Windows 10.

Detected issues:
 - The file save dialog will not add the extension automatically,
   seen with MSYS2.
</content>
</entry>
<entry>
<title>README: fix cross-building instructions</title>
<updated>2021-10-22T12:41:37Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-10-22T12:41:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=42b6da1ffe7d489d237a33b73f3d31392a41a856'/>
<id>urn:sha1:42b6da1ffe7d489d237a33b73f3d31392a41a856</id>
<content type='text'>
Copy-pasting and exhaustion do not go well together.
</content>
</entry>
<entry>
<title>Further minor improvements to cross-compilation</title>
<updated>2021-10-21T23:40:29Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-10-21T22:08:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=98f16c2c763a48824e6fddec4cb1ee68e67b4411'/>
<id>urn:sha1:98f16c2c763a48824e6fddec4cb1ee68e67b4411</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include modern build instructions for Win64</title>
<updated>2021-10-21T19:53:20Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-10-21T19:53:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=03c6ae0750e8a5ef73d8aa3c7f444129ddf1f3be'/>
<id>urn:sha1:03c6ae0750e8a5ef73d8aa3c7f444129ddf1f3be</id>
<content type='text'>
Mostly just so that the two options don't look the same.
</content>
</entry>
<entry>
<title>Win64Depends.sh: verify package checksums</title>
<updated>2021-10-21T19:37:44Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-10-21T19:35:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=95f53863ec971bae69f1d25befd5722235c92cfb'/>
<id>urn:sha1:95f53863ec971bae69f1d25befd5722235c92cfb</id>
<content type='text'>
Now the script has nearly reached feature parity with Win32Depends.sh,
though it can't be easily run on Windows.
</content>
</entry>
<entry>
<title>Figure out how to abuse MSYS2 repositories</title>
<updated>2021-10-21T17:38:37Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-10-21T17:16:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=8ac267c8db771bf87111e29f0511b26e145819fa'/>
<id>urn:sha1:8ac267c8db771bf87111e29f0511b26e145819fa</id>
<content type='text'>
In the end, all seems to work fairly well on Windows 10.
</content>
</entry>
<entry>
<title>NEWS: do not lie, theme-serviced XP looks fine</title>
<updated>2021-10-21T10:58:13Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-10-21T10:58:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=45dd1a4a8677b885424d1f1b7498d1c9d9517d04'/>
<id>urn:sha1:45dd1a4a8677b885424d1f1b7498d1c9d9517d04</id>
<content type='text'>
</content>
</entry>
</feed>
