<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmenumodel/tests/client/convertertest.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>2021-05-17T19:41:37+00:00</updated>
<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>converterTest: add content conversions back and further from gvariant</title>
<updated>2016-10-26T12:58:18+00:00</updated>
<author>
<name>Marco Trevisan (Treviño)</name>
<email>mail@3v1n0.net</email>
</author>
<published>2016-10-26T12:58:18+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=352a7702cca19608712423e6ca2c91f491e79013'/>
<id>urn:sha1:352a7702cca19608712423e6ca2c91f491e79013</id>
<content type='text'>
</content>
</entry>
<entry>
<title>converterTest: add conversion to GVariant and back to verify content is correct</title>
<updated>2016-10-26T12:28:59+00:00</updated>
<author>
<name>Marco Trevisan (Treviño)</name>
<email>mail@3v1n0.net</email>
</author>
<published>2016-10-26T12:28:59+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=e1ee47eaef71ffa0519843c5022d1d239512b866'/>
<id>urn:sha1:e1ee47eaef71ffa0519843c5022d1d239512b866</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: verify integer type conversions</title>
<updated>2016-10-25T18:55:34+00:00</updated>
<author>
<name>Marco Trevisan (Treviño)</name>
<email>mail@3v1n0.net</email>
</author>
<published>2016-10-25T18:55:34+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=eb6e5b591ec3972dad11656fff6bfa0597483c4c'/>
<id>urn:sha1:eb6e5b591ec3972dad11656fff6bfa0597483c4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>converterTest: simplify metatype definitions</title>
<updated>2016-10-25T14:58:28+00:00</updated>
<author>
<name>Marco Trevisan (Treviño)</name>
<email>mail@3v1n0.net</email>
</author>
<published>2016-10-25T14:58:28+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=a4c1bb65572e613df99badc821c79a79764986f6'/>
<id>urn:sha1:a4c1bb65572e613df99badc821c79a79764986f6</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>Merging with lp:~3v1n0/qmenumodel/variant-string-parser</title>
<updated>2016-10-25T12:06:28+00:00</updated>
<author>
<name>Marco Trevisan (Treviño)</name>
<email>mail@3v1n0.net</email>
</author>
<published>2016-10-25T12:06:28+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=d25887f16168be0d55e1b9618fe89815c3edf26c'/>
<id>urn:sha1:d25887f16168be0d55e1b9618fe89815c3edf26c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ConverterTest: add checks for tuples and lists</title>
<updated>2016-10-25T11:37:07+00:00</updated>
<author>
<name>Marco Trevisan (Treviño)</name>
<email>mail@3v1n0.net</email>
</author>
<published>2016-10-25T11:37:07+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=c314929116d21057b5fae27c4a929c75d17d6183'/>
<id>urn:sha1:c314929116d21057b5fae27c4a929c75d17d6183</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add conversion tests for maps and lists to QVariant</title>
<updated>2016-10-24T19:21:48+00:00</updated>
<author>
<name>Marco Trevisan (Treviño)</name>
<email>mail@3v1n0.net</email>
</author>
<published>2016-10-24T19:21:48+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/qmenumodel/commit/?id=3509321d765b02355e3e207050bb137b48eade44'/>
<id>urn:sha1:3509321d765b02355e3e207050bb137b48eade44</id>
<content type='text'>
</content>
</entry>
</feed>
