<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/src/modules/objects/CMakeLists.txt, branch master</title>
<subtitle>https://github.com/kvirc/KVIrc.git</subtitle>
<id>https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/objects/CMakeLists.txt?h=master</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/objects/CMakeLists.txt?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/'/>
<updated>2016-01-31T21:42:46Z</updated>
<entry>
<title>Drop support of Qt4 from CMakeLists</title>
<updated>2016-01-31T21:42:46Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2016-01-31T21:06:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=5e1808caa45a705a06b7dec58222876a9078fc28'/>
<id>urn:sha1:5e1808caa45a705a06b7dec58222876a9078fc28</id>
<content type='text'>
All C++ #ifdefs are still there... See #1650

Also switch Travis to Qt5
</content>
</entry>
<entry>
<title>Clean up trailing whitespaces and excess newlines</title>
<updated>2015-10-18T09:17:31Z</updated>
<author>
<name>Matt Ullman</name>
</author>
<published>2015-10-18T09:16:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=e227679b0af3687acf9292953edbb0ebeab19df9'/>
<id>urn:sha1:e227679b0af3687acf9292953edbb0ebeab19df9</id>
<content type='text'>
Oh how I can already hear the sound of angry villagers
with pitchforks running over to my desk
</content>
</entry>
<entry>
<title>Add basic KDE5 support.</title>
<updated>2015-08-24T02:19:29Z</updated>
<author>
<name>Szymon Tomasz Stefanek</name>
</author>
<published>2015-08-24T02:19:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=1797a667df88e420abeeaccad1e4a93020057153'/>
<id>urn:sha1:1797a667df88e420abeeaccad1e4a93020057153</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Port KVS ftp class to Qt5</title>
<updated>2015-08-23T01:08:37Z</updated>
<author>
<name>Szymon Tomasz Stefanek</name>
</author>
<published>2015-08-23T01:08:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=87b89ecbfd83a744854a5e20c96bcd6ee99b2316'/>
<id>urn:sha1:87b89ecbfd83a744854a5e20c96bcd6ee99b2316</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Port KVS http class to Qt5</title>
<updated>2015-08-23T00:55:43Z</updated>
<author>
<name>Szymon Tomasz Stefanek</name>
</author>
<published>2015-08-23T00:55:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=dd132b965b6b53d5dfbd3ff02d3e12d75878e802'/>
<id>urn:sha1:dd132b965b6b53d5dfbd3ff02d3e12d75878e802</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- update KviOsInfo with values from the winsdk8</title>
<updated>2012-10-08T12:27:54Z</updated>
<author>
<name>Robert Förster</name>
</author>
<published>2012-10-08T12:27:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=b066b403ef92dcc9dfdfb84ddcb39da47c8e1540'/>
<id>urn:sha1:b066b403ef92dcc9dfdfb84ddcb39da47c8e1540</id>
<content type='text'>
- rip out some append libs statements for ws2_32; since we are linking in a way they get added anyway we don't need them (yet)
- remove wsock32.lib from kvilib, linking works fine without it
- move shlwapi for mingw from root to src/kvirc since that is where the msvc one is and it works
- remove envvar hack added in r6273 from perlcore since it is unneeded

git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6276 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
<entry>
<title>- remove -Wl,--no-undefined "handling" as this is not something we should "just do" (also, it broke append libs statements in a way i was too stupid to figure out) if we ever run into this again, try to fix it at its origin (which should be possible)</title>
<updated>2012-10-05T19:43:10Z</updated>
<author>
<name>Robert Förster</name>
</author>
<published>2012-10-05T19:43:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=51e348174616f8714ddcf9e724813cf3799e6f76'/>
<id>urn:sha1:51e348174616f8714ddcf9e724813cf3799e6f76</id>
<content type='text'>
- remove winmm hack now that append libs works
- fix some win32 ifs in cmakelists files which should be mingw (check if this stuff is still needed when i get my mingw toolchain up)

git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6270 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
<entry>
<title>convert cmake files to lowercase statements prehistoric cmake versions required uppercase, but lowercase is now preferred so change it (yeah feel free to hate me for this commit )</title>
<updated>2012-10-04T09:29:35Z</updated>
<author>
<name>Robert Förster</name>
</author>
<published>2012-10-04T09:29:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=91f40dca07efe74bbb29eb911ae23a8b2da2fdbe'/>
<id>urn:sha1:91f40dca07efe74bbb29eb911ae23a8b2da2fdbe</id>
<content type='text'>
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
<entry>
<title>qt5 support: cmake build system update</title>
<updated>2012-09-28T20:36:55Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2012-09-28T20:36:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=81082ffc038da6a02d1890526f4805e91be85652'/>
<id>urn:sha1:81082ffc038da6a02d1890526f4805e91be85652</id>
<content type='text'>
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
<entry>
<title>Code improvements in kvs classes</title>
<updated>2011-04-28T16:21:09Z</updated>
<author>
<name>Noldor</name>
</author>
<published>2011-04-28T16:21:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=6ef086201df1e347590198f843c87ce320453176'/>
<id>urn:sha1:6ef086201df1e347590198f843c87ce320453176</id>
<content type='text'>
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5805 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
</feed>
