<feed xmlns='http://www.w3.org/2005/Atom'>
<title>logdiag/cmake, branch coverity_scan</title>
<subtitle>Schematic editor</subtitle>
<id>http://cgit.janouch.name/logdiag/atom?h=coverity_scan</id>
<link rel='self' href='http://cgit.janouch.name/logdiag/atom?h=coverity_scan'/>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/'/>
<updated>2015-01-20T06:40:46Z</updated>
<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>
<entry>
<title>Change the way translations are done.</title>
<updated>2011-02-12T17:40:16Z</updated>
<author>
<name>Přemysl Janouch</name>
<email>p.janouch@gmail.com</email>
</author>
<published>2011-02-12T01:07:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=9a217e97c8852bda5a7fdf1cad41da769f013fef'/>
<id>urn:sha1:9a217e97c8852bda5a7fdf1cad41da769f013fef</id>
<content type='text'>
* Require gettext-tools to build.
* Depend on libintl on Win32.
</content>
</entry>
<entry>
<title>Update the symbol library, add trivial text API.</title>
<updated>2011-02-12T17:26:15Z</updated>
<author>
<name>Přemysl Janouch</name>
<email>p.janouch@gmail.com</email>
</author>
<published>2011-02-11T22:21:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=b7875c361f6a4f07897960b3cb30f2ab28cf3e67'/>
<id>urn:sha1:b7875c361f6a4f07897960b3cb30f2ab28cf3e67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update FindGtkDoc.cmake.</title>
<updated>2011-01-23T14:17:11Z</updated>
<author>
<name>Přemysl Janouch</name>
<email>p.janouch@gmail.com</email>
</author>
<published>2011-01-23T12:49:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=18b732653ef992ae16a665d21c280b09d35c84fc'/>
<id>urn:sha1:18b732653ef992ae16a665d21c280b09d35c84fc</id>
<content type='text'>
* Hack up support for gtkdoc-scangobj and use it in CMakeLists.txt.
* Trash gtkdoc-mktmpl, we won't need it.
* Always remove SGML/XML/HTML directories before filling them.
</content>
</entry>
<entry>
<title>Integrate support for MinGW Win32 builds.</title>
<updated>2011-01-22T17:07:08Z</updated>
<author>
<name>Přemysl Janouch</name>
<email>p.janouch@gmail.com</email>
</author>
<published>2011-01-22T12:13:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=2f5f87119d4f9f3f2ccb177da1c0ac9da55611c8'/>
<id>urn:sha1:2f5f87119d4f9f3f2ccb177da1c0ac9da55611c8</id>
<content type='text'>
* Add Win32Depends.cmake, which retrieves all dependencies from
  the Internet. Other ways of building the application on Win32
  are not supported.
* Install the application correctly on Win32.
* Make FindGTK2.cmake search for GIO.
* Make the project a C-only project, so g++ is not needed.
* Remove obsolete checks for strtok().
* Set WIN32_EXECUTABLE on the application.
</content>
</entry>
<entry>
<title>Update the copy of FindGTK2.cmake.</title>
<updated>2010-12-24T04:41:52Z</updated>
<author>
<name>Přemysl Janouch</name>
<email>p.janouch@gmail.com</email>
</author>
<published>2010-12-24T04:41:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=9d505f0a879db31c669e68b3b7df980e15e2b069'/>
<id>urn:sha1:9d505f0a879db31c669e68b3b7df980e15e2b069</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix problems discovered while testing on Windows.</title>
<updated>2010-12-20T04:20:21Z</updated>
<author>
<name>Přemysl Janouch</name>
<email>p.janouch@gmail.com</email>
</author>
<published>2010-12-20T04:20:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/logdiag/commit/?id=9dc18220400d9a6f4fe3e65ba73d77f4844d249a'/>
<id>urn:sha1:9dc18220400d9a6f4fe3e65ba73d77f4844d249a</id>
<content type='text'>
* Set the working directory for glib-genmarshal correctly.
* Use one more path suffix when searching for glibconfig.h.
* Don't assume that gdk_screen_get_resolution() returns
  a useful value.
</content>
</entry>
</feed>
