<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/kvirc/KVIrc.git/cmake, branch ignore-sigpipe</title>
<subtitle>https://github.com/kvirc/KVIrc.git</subtitle>
<id>https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/cmake?h=ignore-sigpipe</id>
<link rel='self' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/atom/cmake?h=ignore-sigpipe'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/'/>
<updated>2018-11-29T03:02:03Z</updated>
<entry>
<title>Modernize to C++17</title>
<updated>2018-11-29T03:02:03Z</updated>
<author>
<name>IceN9ne</name>
</author>
<published>2018-11-28T01:29:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=aca6189e5e313fecadbce8fd6a54c3bab2a8dd3a'/>
<id>urn:sha1:aca6189e5e313fecadbce8fd6a54c3bab2a8dd3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not track Linux kernel version</title>
<updated>2018-11-24T23:21:03Z</updated>
<author>
<name>Bernhard M. Wiedemann</name>
</author>
<published>2018-11-17T08:17:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=7e4dccb26d06f3890a1afc512fb2386dfe25ddf2'/>
<id>urn:sha1:7e4dccb26d06f3890a1afc512fb2386dfe25ddf2</id>
<content type='text'>
of build system to make reproducible builds easier.

See https://reproducible-builds.org/ for why this is good.
</content>
</entry>
<entry>
<title>Use C++14</title>
<updated>2018-11-14T13:59:22Z</updated>
<author>
<name>Alexey Sokolov</name>
</author>
<published>2018-06-05T22:59:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=3f98a24941b323ee8190e58356b99d6afd4ec648'/>
<id>urn:sha1:3f98a24941b323ee8190e58356b99d6afd4ec648</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change vc_redist file names</title>
<updated>2018-05-13T18:11:19Z</updated>
<author>
<name>Benjamin Staneck</name>
</author>
<published>2018-05-13T18:10:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=ba07eae61fc7cb05905cca829226979b3ba4c960'/>
<id>urn:sha1:ba07eae61fc7cb05905cca829226979b3ba4c960</id>
<content type='text'>
Fixes #2383
</content>
</entry>
<entry>
<title>LF and UTF8 all the things (#2378)</title>
<updated>2018-04-26T11:53:18Z</updated>
<author>
<name>Benjamin Staneck</name>
</author>
<published>2018-04-26T11:53:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=2ecd28f539a308a5dc2327e33ab15055c96a5ab6'/>
<id>urn:sha1:2ecd28f539a308a5dc2327e33ab15055c96a5ab6</id>
<content type='text'>
Sweep over all files to make sure they are LF and UTF8

* LF all the things
* convert *.nsi files to utf8 and no longer treat them as binary
* convert the 3 cyrillic languages to utf8
* .dat files are also binary</content>
</entry>
<entry>
<title>change dev build installer name (#2371)</title>
<updated>2018-04-19T02:32:57Z</updated>
<author>
<name>Benjamin Staneck</name>
</author>
<published>2018-04-19T02:32:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=c0da651706368d7e2cada23081f50c4005d9bda9'/>
<id>urn:sha1:c0da651706368d7e2cada23081f50c4005d9bda9</id>
<content type='text'>
It is now based on the last git tag only and includes the build type for debug builds.</content>
</entry>
<entry>
<title>remove qt5_use_modules for Qt 5.11</title>
<updated>2018-04-14T14:30:24Z</updated>
<author>
<name>Dessa</name>
</author>
<published>2018-04-14T01:07:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=6fb0debf27e7db7f71ed022b4e2606631fbc85c0'/>
<id>urn:sha1:6fb0debf27e7db7f71ed022b4e2606631fbc85c0</id>
<content type='text'>
cmake modules for Qt 5.11 don't have that function anymore, so it needs to be replaced with the standard way of library linkage.
downside is that the module listing in the Status page isn't looking too fancy anymore.
</content>
</entry>
<entry>
<title>use the StdUtils NSIS plugin (#2369)</title>
<updated>2018-04-11T10:43:52Z</updated>
<author>
<name>Benjamin Staneck</name>
</author>
<published>2018-04-11T10:43:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=97121890e4efb8e0c810b1c845abf84f794ee2ed'/>
<id>urn:sha1:97121890e4efb8e0c810b1c845abf84f794ee2ed</id>
<content type='text'>
The ExecShellAsUser function it provides lets us start KVIrc as a user instead of admin from the last page of setup.</content>
</entry>
<entry>
<title>Docs folder cleanup (#2366)</title>
<updated>2018-04-10T20:14:17Z</updated>
<author>
<name>Benjamin Staneck</name>
</author>
<published>2018-04-10T20:14:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=00935f13048caa58f5aa94d1a89b9dd67010fc29'/>
<id>urn:sha1:00935f13048caa58f5aa94d1a89b9dd67010fc29</id>
<content type='text'>
* delete accelerator.keys.txt

content is at https://github.com/kvirc/KVIrc/wiki/Keyboard-shortcuts

* delete INSTALL and doc/INSTALL.txt

content is at https://github.com/kvirc/KVIrc/wiki/installation

* delete doc/firefox.hack.txt

should no longer be needed

* delete doc/themes.howto.txt

content is at https://github.com/kvirc/KVIrc/wiki/tutorials

* delete doc/INSTALL-MacOS.txt

content is at https://github.com/kvirc/KVIrc/wiki/Compiling-KVIrc-from-git-on-macOS-Sierra

* add another VS file to .gitignore

* delete doc/FAQ

content is at https://github.com/kvirc/KVIrc/wiki/FAQ

* delete old TODOs

content should be, if relevant, in issues

* delete doc/addon.howto.txt

content is at https://github.com/kvirc/KVIrc/wiki/Addons

* delete doc/scripting.faq.txt

content is at https://github.com/kvirc/KVIrc/wiki/tutorials

* delete translations.howto.txt and translations.spanish.notes.txt

content should be at https://github.com/kvirc/KVIrc/wiki/Updating-KVIrc's-translations

* delete win32_run_cmake.bat

outdated?

* adjust CMakeLists.txt for removed files

* delete Windows compilation instructions

content is at https://github.com/kvirc/KVIrc/wiki/Compiling-KVIrc-on-Windows

* delete doc/hackers.guide.txt

content is at https://github.com/kvirc/KVIrc/wiki/The-Source-Tree

* delete doc/ui-style-tips.txt

content is at https://github.com/kvirc/KVIrc/wiki/Contributing-code-to-KVIrc's-repositories

* adjust README to doc changes

* move main license file to root

* adjust mentions of copyright files

* revert status badges back from shields.io

shields.io is overloaded all the time so the badges never display

* change cmake syntax

* restore the about license text to its original glory and install the amip license only on windows

* update GPL2 from the GNU website

* change the installer to show ABOUT-LICENSE as well
</content>
</entry>
<entry>
<title>don't use the NSIS plugin</title>
<updated>2018-04-09T20:25:04Z</updated>
<author>
<name>Benjamin Staneck</name>
</author>
<published>2018-04-09T12:23:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/kvirc/KVIrc.git/commit/?id=9544cb6f7780e2a4b499220b34396f54c386db98'/>
<id>urn:sha1:9544cb6f7780e2a4b499220b34396f54c386db98</id>
<content type='text'>
* the explorer.exe way actually works and does not need extra code
* remove no longer needed UserInfo.dll
* clean stale onInstSuccess function
</content>
</entry>
</feed>
