<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/src/modules/dcc/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/dcc/CMakeLists.txt?h=master</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/src/modules/dcc/CMakeLists.txt?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/'/>
<updated>2015-10-18T09:17:31Z</updated>
<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>- massive trailing whitespace cleanup (yes, one of these "you can hate me for that" commits)</title>
<updated>2014-11-21T14:34:32Z</updated>
<author>
<name>Robert Förster</name>
</author>
<published>2014-11-21T14:34:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=43e0468a233a49b1010f34c5ce888204fa4e9416'/>
<id>urn:sha1:43e0468a233a49b1010f34c5ce888204fa4e9416</id>
<content type='text'>
- apply patch by d00p: show the correct protocol version instead of just "SSLv3/TLSv1", thanks!
- fix compilation on qt 5.4 on windows

git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6398 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
<entry>
<title>dcc video: removed linux-only, v4l implementation; use qt5's cross-platform implementation instead.</title>
<updated>2012-12-25T20:31:51Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2012-12-25T20:31:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=f261961598ae818cc72bb09a9aa104d21743b580'/>
<id>urn:sha1:f261961598ae818cc72bb09a9aa104d21743b580</id>
<content type='text'>
Note: this is still so dirty that is disabled by default

git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6307 17fca916-40b9-46aa-a4ea-0a15b648b75c
</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>The big rename for modules. Still some details remaining.</title>
<updated>2011-01-01T20:19:56Z</updated>
<author>
<name>Szymon Tomasz Stefanek</name>
</author>
<published>2011-01-01T20:19:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=c601b5a27f74b16158adafe429faefbe573e64a2'/>
<id>urn:sha1:c601b5a27f74b16158adafe429faefbe573e64a2</id>
<content type='text'>
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
<entry>
<title>some more exclusion hackery if dcc video is disabled</title>
<updated>2009-12-02T00:13:56Z</updated>
<author>
<name>Robert Förster</name>
</author>
<published>2009-12-02T00:13:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=5d536123d3e30e9f73ad0ef80563150b0da78a0f'/>
<id>urn:sha1:5d536123d3e30e9f73ad0ef80563150b0da78a0f</id>
<content type='text'>
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3646 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
<entry>
<title>first shy implementation of dcc video; highly instable and bandwitdth-sucker, bad coded, puppy-killer, you've been warned.</title>
<updated>2009-11-12T15:12:14Z</updated>
<author>
<name>Fabio Bas</name>
</author>
<published>2009-11-12T15:12:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=adfa9fbec1f3fe1a4827e84d3ede0b141fee4d79'/>
<id>urn:sha1:adfa9fbec1f3fe1a4827e84d3ede0b141fee4d79</id>
<content type='text'>
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3597 17fca916-40b9-46aa-a4ea-0a15b648b75c
</content>
</entry>
</feed>
