<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/src/modules/pythoncore/kvircmodule.cpp, branch master</title>
<subtitle>https://github.com/kvirc/KVIrc.git</subtitle>
<id>https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/pythoncore/kvircmodule.cpp?h=master</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/pythoncore/kvircmodule.cpp?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/'/>
<updated>2019-04-01T13:01:02Z</updated>
<entry>
<title>Merge branch 'master' into python3</title>
<updated>2019-04-01T13:01:02Z</updated>
<author>
<name>wodim</name>
</author>
<published>2019-04-01T13:01:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=1e89e2da2e3740e55642c8ce44c573cd4bbe6ea9'/>
<id>urn:sha1:1e89e2da2e3740e55642c8ce44c573cd4bbe6ea9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove Q_UNUSED macros</title>
<updated>2018-11-29T03:02:03Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2018-11-28T01:29:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=081bcfd8329b1ef2a0c027c6ab5da5d7c0686d09'/>
<id>urn:sha1:081bcfd8329b1ef2a0c027c6ab5da5d7c0686d09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for Python 3</title>
<updated>2017-08-26T13:02:56Z</updated>
<author>
<name>wodim</name>
</author>
<published>2017-08-26T13:02:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=dbe8ef6dad916124c3714abc469403ed9991261c'/>
<id>urn:sha1:dbe8ef6dad916124c3714abc469403ed9991261c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build also in debug mode for windows (#2192)</title>
<updated>2017-05-24T09:04:20Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2017-05-24T09:04:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=f5d172c869295ef9fff2e3de524690e523dc5d42'/>
<id>urn:sha1:f5d172c869295ef9fff2e3de524690e523dc5d42</id>
<content type='text'>
* Build also in debug mode for windows

See #2191

* Don't mix /Od and -O2 on windows build. -O2 comes from perl

* Reindent perlcore CMakeLists

* Fix debug python build on windows

* Rearrange environment vars in appveyor

* Try to publish pdb files too

* install qts and kvirc's debug pdbs in debug config

* use TARGET_PDB_FILE instead
</content>
</entry>
<entry>
<title>Apply clang-tidy: modernize-use-nullptr</title>
<updated>2016-04-30T17:50:44Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2016-04-30T17:23:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=505d0768f8392e3c4775425dd97f41e1c829ef44'/>
<id>urn:sha1:505d0768f8392e3c4775425dd97f41e1c829ef44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply clang-format</title>
<updated>2016-04-29T22:57:48Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2016-04-29T22:57:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=690dd7a33ddc90678367d73adf313533536e10f2'/>
<id>urn:sha1:690dd7a33ddc90678367d73adf313533536e10f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>kvircmodule: capilalization of kvirc -&gt; KVIrc</title>
<updated>2016-04-22T04:41:32Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2016-04-22T04:35:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=a350550506ed3ae0cb07742b0526188e028e3fd7'/>
<id>urn:sha1:a350550506ed3ae0cb07742b0526188e028e3fd7</id>
<content type='text'>
as suggested per
https://github.com/kvirc/KVIrc/commit/cab89774e5b773ed8bf64a1c523fb90a5990cd20
</content>
</entry>
<entry>
<title>Python: Properly initialize imported kvirc module</title>
<updated>2016-04-21T09:05:49Z</updated>
<author>
<name>staticfox</name>
</author>
<published>2016-04-21T09:05:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=cab89774e5b773ed8bf64a1c523fb90a5990cd20'/>
<id>urn:sha1:cab89774e5b773ed8bf64a1c523fb90a5990cd20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Python: Refactor python support</title>
<updated>2016-04-21T07:12:20Z</updated>
<author>
<name>staticfox</name>
</author>
<published>2016-04-21T07:01:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=c33327ff43db2e0fd8f4c2d9a7a4333a50e8c605'/>
<id>urn:sha1:c33327ff43db2e0fd8f4c2d9a7a4333a50e8c605</id>
<content type='text'>
Closes #1866
</content>
</entry>
<entry>
<title>copyright headers: fix broken boilerplate wording linkss -&gt; terms and opinion -&gt; option</title>
<updated>2015-11-28T00:27:43Z</updated>
<author>
<name>un1versal</name>
</author>
<published>2015-11-28T00:12:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=973649f82e5543a84f71b384a3f1bc9741007874'/>
<id>urn:sha1:973649f82e5543a84f71b384a3f1bc9741007874</id>
<content type='text'>
</content>
</entry>
</feed>
