<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmenumodel/libqmenumodel/src/converter.cpp, branch main</title>
<subtitle>Qt5 renderer for Ayatana Indicators
</subtitle>
<id>https://openid.arctica-project.org/qmenumodel/atom?h=main</id>
<link rel='self' href='https://openid.arctica-project.org/qmenumodel/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/'/>
<updated>2022-02-01T06:58:22+00:00</updated>
<entry>
<title>Fix all build warnings</title>
<updated>2022-02-01T06:58:22+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2022-01-13T11:51:32+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=d23a290dae52eec26bb4fd772168f38bd6e59f4e'/>
<id>urn:sha1:d23a290dae52eec26bb4fd772168f38bd6e59f4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move glib includes outside of extern "C"</title>
<updated>2021-05-17T19:41:37+00:00</updated>
<author>
<name>Luca Weiss</name>
<email>luca@z3ntu.xyz</email>
</author>
<published>2021-04-04T11:13:24+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=a6d79e8468b6c516745002876bbe52f3963031a3'/>
<id>urn:sha1:a6d79e8468b6c516745002876bbe52f3963031a3</id>
<content type='text'>
Recent glib versions throw this error otherwise:

In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
                 from /usr/include/glib-2.0/glib/gthread.h:32,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /home/pmos/build/src/qmenumodel-0.8.0/libqmenumodel/src/converter.cpp:22:
/usr/include/c++/10.2.1/type_traits:56:3: error: template with C linkage
   56 |   template&lt;typename _Tp, _Tp __v&gt;
      |   ^~~~~~~~
/home/pmos/build/src/qmenumodel-0.8.0/libqmenumodel/src/converter.cpp:21:1: note: 'extern "C"' linkage started here
   21 | extern "C" {
      | ^~~~~~~~~~
</content>
</entry>
<entry>
<title>converter: properly set the QByteArray using ctor, or it will be created twice</title>
<updated>2016-10-26T12:29:33+00:00</updated>
<author>
<name>Marco Trevisan (Treviño)</name>
<email>mail@3v1n0.net</email>
</author>
<published>2016-10-26T12:29:33+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=210cae9ff99fc5bbb206b904c8c7bfa2736f503f'/>
<id>urn:sha1:210cae9ff99fc5bbb206b904c8c7bfa2736f503f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>converter: return a variant when the schema is a variant</title>
<updated>2016-10-25T18:56:40+00:00</updated>
<author>
<name>Marco Trevisan (Treviño)</name>
<email>mail@3v1n0.net</email>
</author>
<published>2016-10-25T18:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=d56d0baefd53a8c7f3a9cd10fcaaeef1826e7d06'/>
<id>urn:sha1:d56d0baefd53a8c7f3a9cd10fcaaeef1826e7d06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>converter: free schema type on destruction</title>
<updated>2016-10-25T18:38:43+00:00</updated>
<author>
<name>Marco Trevisan (Treviño)</name>
<email>mail@3v1n0.net</email>
</author>
<published>2016-10-25T18:38:43+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=fc52f8461996abd0b4f66d59360e870581f19d97'/>
<id>urn:sha1:fc52f8461996abd0b4f66d59360e870581f19d97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>converter: free the strv container</title>
<updated>2016-10-25T18:29:53+00:00</updated>
<author>
<name>Marco Trevisan (Treviño)</name>
<email>mail@3v1n0.net</email>
</author>
<published>2016-10-25T18:29:53+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=edfe13a5191e0df28575a7847e8ce94ac29a3e09'/>
<id>urn:sha1:edfe13a5191e0df28575a7847e8ce94ac29a3e09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>converter: use qUtf8Printable function</title>
<updated>2016-10-25T18:23:06+00:00</updated>
<author>
<name>Lukáš Tinkl</name>
<email>lukas.tinkl@canonical.com</email>
</author>
<published>2016-10-25T18:23:06+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=64ac22dc0d80ab3d44fe0fa08cbc517a5bc6b1bd'/>
<id>urn:sha1:64ac22dc0d80ab3d44fe0fa08cbc517a5bc6b1bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Converter: add support to String Arrays</title>
<updated>2016-10-25T14:50:59+00:00</updated>
<author>
<name>Marco Trevisan (Treviño)</name>
<email>mail@3v1n0.net</email>
</author>
<published>2016-10-25T14:50:59+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=6d2076c889b4d914672e2bbfd1c218252b9ed1cf'/>
<id>urn:sha1:6d2076c889b4d914672e2bbfd1c218252b9ed1cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>converter: stop looking if w'eve no entryType</title>
<updated>2016-10-18T15:34:52+00:00</updated>
<author>
<name>Marco Trevisan (Treviño)</name>
<email>mail@3v1n0.net</email>
</author>
<published>2016-10-18T15:34:52+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=901e9dcbf13b658545d5bc1e2d96ccac2ed61111'/>
<id>urn:sha1:901e9dcbf13b658545d5bc1e2d96ccac2ed61111</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Converter: use builders and c++ facilities for schema conversions</title>
<updated>2016-10-18T15:27:13+00:00</updated>
<author>
<name>Marco Trevisan (Treviño)</name>
<email>mail@3v1n0.net</email>
</author>
<published>2016-10-18T15:27:13+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=3def677b32e7cf1916de2cdf6be01a7a0cc43d68'/>
<id>urn:sha1:3def677b32e7cf1916de2cdf6be01a7a0cc43d68</id>
<content type='text'>
</content>
</entry>
</feed>
