<feed xmlns='http://www.w3.org/2005/Atom'>
<title>logdiag/cmake, branch origin/master</title>
<subtitle>Schematic editor</subtitle>
<id>http://cgit.janouch.name/logdiag/atom?h=origin%2Fmaster</id>
<link rel='self' href='http://cgit.janouch.name/logdiag/atom?h=origin%2Fmaster'/>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/'/>
<updated>2021-10-31T03:18:44Z</updated>
<entry>
<title>CMakeLists.txt: slightly modernize</title>
<updated>2021-10-31T03:18:44Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2021-10-31T02:50:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=0cec1b4badd0a5e26a8143f11666295b3d5d58fa'/>
<id>urn:sha1:0cec1b4badd0a5e26a8143f11666295b3d5d58fa</id>
<content type='text'>
Before version 3.12, we still need to set CPACK_PACKAGE_VERSION
manually, and the subversions are actually wrongly defaulting to 0.1.1
(but we don't particularly care).

FindIntl has been there since CMake 3.2.
</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>Name change</title>
<updated>2020-09-28T02:49:03Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2020-09-28T02:49:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=af141191656f06cfd8bca793efc37ba5c32f7793'/>
<id>urn:sha1:af141191656f06cfd8bca793efc37ba5c32f7793</id>
<content type='text'>
Also some copyright years fix-ups/updates.
</content>
</entry>
<entry>
<title>Make gtk-doc work again</title>
<updated>2018-06-24T21:27:26Z</updated>
<author>
<name>Přemysl Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2018-06-24T21:19:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=c09acf120cf03aa95964e45b52be95d9047f20c6'/>
<id>urn:sha1:c09acf120cf03aa95964e45b52be95d9047f20c6</id>
<content type='text'>
gtk-doc has gained an official CMake module which can fix xrefs.

Meanwhile, our old module has stopped working for whatever reason,
might be that I've botched the LdCategoryView interface somehow.
</content>
</entry>
<entry>
<title>Relicense to 0BSD, update mail address</title>
<updated>2018-06-24T02:22:37Z</updated>
<author>
<name>Přemysl Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2018-06-24T02:22:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=0c0b9640f811f75c39e08376d71929bb10e4ddd3'/>
<id>urn:sha1:0c0b9640f811f75c39e08376d71929bb10e4ddd3</id>
<content type='text'>
I've come to the conclusion that copyright mostly just stands in the way
of software development.  In my jurisdiction I cannot give up my own
copyright and 0BSD seems to be the closest thing to public domain.

The updated mail address, also used in my author/committer lines,
is shorter and looks nicer.  People rarely interact anyway.
</content>
</entry>
<entry>
<title>Use pkg-config for json-glib-1.0</title>
<updated>2016-03-15T21:19:14Z</updated>
<author>
<name>Přemysl Janouch</name>
<email>p.janouch@gmail.com</email>
</author>
<published>2016-03-15T21:12:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=b552b3cae935b8e9aadbc00d2f03cf421c5fc868'/>
<id>urn:sha1:b552b3cae935b8e9aadbc00d2f03cf421c5fc868</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Debian build</title>
<updated>2015-01-20T06:40:46Z</updated>
<author>
<name>Přemysl Janouch</name>
<email>p.janouch@gmail.com</email>
</author>
<published>2015-01-20T06:40:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=adead30747b398ea52abe6286c12164870816f2e'/>
<id>urn:sha1:adead30747b398ea52abe6286c12164870816f2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump CMake to 2.8 for no obvious reason</title>
<updated>2015-01-18T21:47:00Z</updated>
<author>
<name>Přemysl Janouch</name>
<email>p.janouch@gmail.com</email>
</author>
<published>2015-01-18T21:47:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=36ffb0f8cf9c1c3b6052aebb96714d4bee2fc55b'/>
<id>urn:sha1:36ffb0f8cf9c1c3b6052aebb96714d4bee2fc55b</id>
<content type='text'>
And fix FindGtkDoc.cmake with CMake 3.
</content>
</entry>
<entry>
<title>Remove our version of FindGTK2.cmake</title>
<updated>2015-01-18T20:55:45Z</updated>
<author>
<name>Přemysl Janouch</name>
<email>p.janouch@gmail.com</email>
</author>
<published>2015-01-18T20:55:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=64a97f54bfbd4efa11d0d8e6f563124303e63090'/>
<id>urn:sha1:64a97f54bfbd4efa11d0d8e6f563124303e63090</id>
<content type='text'>
It doesn't seem to be necessary.
</content>
</entry>
<entry>
<title>Integrate cppcheck.</title>
<updated>2012-04-17T08:28:46Z</updated>
<author>
<name>Přemysl Janouch</name>
<email>p.janouch@gmail.com</email>
</author>
<published>2012-02-08T19:57:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=94f27cb38c25287aa554cbd512596930b979e17e'/>
<id>urn:sha1:94f27cb38c25287aa554cbd512596930b979e17e</id>
<content type='text'>
</content>
</entry>
</feed>
